* modify the org-format-latex-header include matlab-prettifier and its complicated options
@ 2016-10-02 9:00 Uwe Brauer
2016-10-02 9:06 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Brauer @ 2016-10-02 9:00 UTC (permalink / raw)
To: emacs-orgmode
Hi I would like to have the following header when exporting from org to
latex.
\usepackage[numbered,framed]{matlab-prettifier}
\let\ph\mlplaceholder
\lstset{
style = Matlab-editor,
basicstyle = \mlttfamily,
escapechar = ",
mlshowsectionrules = true,
mathescape=true,
morecomment=[s]{\%\{}{\%\}},
}
(This is and enhancement of the listing package)
So I boldly set
(defcustom org-format-latex-header "\\documentclass{article}
\\usepackage[usenames]{color}
\[PACKAGES]
\[DEFAULT-PACKAGES]
\\pagestyle{empty} % do not remove
% The settings below are copied from fullpage.sty
\\setlength{\\textwidth}{\\paperwidth}
\\addtolength{\\textwidth}{-3cm}
\\setlength{\\oddsidemargin}{1.5cm}
\\addtolength{\\oddsidemargin}{-2.54cm}
\\setlength{\\evensidemargin}{\\oddsidemargin}
\\setlength{\\textheight}{\\paperheight}
\\addtolength{\\textheight}{-\\headheight}
\\addtolength{\\textheight}{-\\headsep}
\\addtolength{\\textheight}{-\\footskip}
\\addtolength{\\textheight}{-3cm}
\\setlength{\\topmargin}{1.5cm}
\\usepackage[numbered,framed]{matlab-prettifier}
\\let\\ph\\mlplaceholder
\\lstset{
style = Matlab-editor,
basicstyle = \mlttfamily,
escapechar = \",
mlshowsectionrules = true,
mathescape=true,
morecomment=[s]{\\%\\{}{\\%\\}},
}
\\addtolength{\\topmargin}{-2.54cm}"
"The document header used for processing LaTeX fragments.
It is imperative that this header make sure that no page number
appears on the page. The package defined in the variables
`org-latex-default-packages-alist' and `org-latex-packages-alist'
will either replace the placeholder \"[PACKAGES]\" in this
header, or they will be appended."
:group 'org-latex
:type 'string)
So at first that looked ok, describe-value gave me the correct new
value, but when exporting from org to latex the new modified did not
have that header, than I thougt of using
(customize-option (quote org-latex-packages-alist))
But that option seemed not flexible enough.
So what can I do?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: modify the org-format-latex-header include matlab-prettifier and its complicated options
2016-10-02 9:00 modify the org-format-latex-header include matlab-prettifier and its complicated options Uwe Brauer
@ 2016-10-02 9:06 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2016-10-02 9:06 UTC (permalink / raw)
To: emacs-orgmode
Hello,
Uwe Brauer <oub@mat.ucm.es> writes:
> Hi I would like to have the following header when exporting from org to
> latex.
>
> \usepackage[numbered,framed]{matlab-prettifier}
> \let\ph\mlplaceholder
> \lstset{
> style = Matlab-editor,
> basicstyle = \mlttfamily,
> escapechar = ",
> mlshowsectionrules = true,
> mathescape=true,
> morecomment=[s]{\%\{}{\%\}},
> }
>
> (This is and enhancement of the listing package)
>
> So I boldly set
>
>
> (defcustom org-format-latex-header "\\documentclass{article}
You probably want to customize `org-latex-classes' instead.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-02 9:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-02 9:00 modify the org-format-latex-header include matlab-prettifier and its complicated options Uwe Brauer
2016-10-02 9:06 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).