Questions tagged [latex-header]
The latex-header tag has no summary.
15 questions
0 votes
1 answer
377 views
Is it possible to do #+SETUPFILE conditionally in orgmode (with regard to included files)?
I'm working on a big text in orgmode, which is expected to be finally exported to Latex & PDF, so I made this kind of a master document in orgmode: #+SETUPFILE: exportoptions.org #+INCLUDE: "...
0 votes
0 answers
74 views
Change vertical margins/size of the address fields in the koma-letter-export
I'm trying to export a letter as a pdf using org-koma-letter-export-to-pdf command, which is part of the koma-letter-export package (ox-koma-letter.el). By default to and from address fields take up ...
0 votes
1 answer
140 views
How to hide the "Contents" header in the pdf output
Every time I would export the org doc as a PDF I would get this random "Contents" tag before the table and I am not sure how to remove it. I attached below an image of what I mean There's ...
0 votes
1 answer
378 views
How to increase font size of equation from a Latex export block?
I have the following org document: #+LATEX_HEADER: \usepackage[scaled=1.5]{helvet} \renewcommand\familydefault{\sfdefault} Testing equation #+BEGIN_EXPORT latex \begin{equation*} 1 + 1 = 2 \end{...
3 votes
1 answer
1k views
How can I configure `#+AUTHOR:` for LaTeX in `org-mode`?
I'm using the IEEEtran document class for LaTex in org-mode, and to define authors I need to use some IEEEtran-specific commands. My \author command should look something like this in the .tex file: \...
0 votes
1 answer
128 views
Cannot define custom latex class in org-mode [duplicate]
This is the code I tried: (after! ox-latex (add-to-list 'org-latex-classes '("deeparticle" (concat "\\documentclass[11pt]{article}\n" "\\usepackage{...
0 votes
1 answer
124 views
using bibtex in org-mode messes up inlineimages of latex preview?
I had latex preview working with inlineimages as in the following .org file: #+STARTUP: latexpreview #+STARTUP: inlineimages $A \to B$ The latex formula is correctly changed into a png image as ...
0 votes
2 answers
314 views
latex-export image using fancyhdr
I use following preamble in org file to export my regular documents. I want to add logo to right header, but for some reason, the \includegraphics command is not getting exported. Here is the code #+...