org-mode exclude fullpage.sty from latex preview preamble -


fullpage.sty का उपयोग करते हुए एक पूर्ण पृष्ठ पूर्वावलोकन छवियों का निर्माण करके एक दस्तावेज़ प्रस्तावना ब्रेक्स लेटेक्स पूर्वावलोकन में पेज नंबर Ie, यह कोड:

  # + LATEX_CLASS: आलेख # + LATEX_CLASS_OPTIONS: [a4paper] # + लेटेक्स_हेडर: \ usepackage {fullpage} \ begin {equation} ई = एमसी ^ 2 \ अंत {समीकरण }   

पूर्वावलोकन छवि उत्पन्न करेगा:

दर्ज करें छवि विवरण यहाँ

LaTeX पूर्वावलोकन प्रस्तावना से पूर्ण पेज पैकेज को बाहर कैसे करें? इसके अलावा, क्या यह एक बग है और एक बग रिपोर्ट की आवश्यकता है?

यदि आप fullpage.sty पैकेज को में जोड़ते हैं जैसे कि अपने emacs विन्यास फाइल में org-latex-packages-alist :

  (ऐड-टू-लिस्ट 'org-latex-packages-alist' ("" "fullpage"   

इसे निर्यात के लिए उपयोग करना चाहिए, लेकिन पूर्वावलोकन के लिए नहीं।

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

Installing croogo for cakephp -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -