Skip to main content

Questions tagged [latex-header]

0 votes
1 answer
377 views

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: "...
yury10578's user avatar
  • 151
0 votes
0 answers
74 views

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 ...
Daniel Krajnik's user avatar
0 votes
1 answer
140 views

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 ...
Taken's user avatar
  • 3
0 votes
1 answer
378 views

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{...
mle0312's user avatar
  • 295
3 votes
1 answer
1k views

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: \...
riedaug's user avatar
  • 43
0 votes
1 answer
128 views

This is the code I tried: (after! ox-latex (add-to-list 'org-latex-classes '("deeparticle" (concat "\\documentclass[11pt]{article}\n" "\\usepackage{...
Hyperbo Lee's user avatar
0 votes
1 answer
124 views

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 ...
tinlyx's user avatar
  • 1,454
0 votes
2 answers
314 views

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 #+...
Vaibhav's user avatar
  • 623