emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Charles Millar <millarc@verizon.net>
To: emacs-orgmode@gnu.org
Subject: Re: first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error
Date: Sat, 26 Mar 2016 18:55:45 -0400	[thread overview]
Message-ID: <56F71371.5030003@verizon.net> (raw)
In-Reply-To: <87oaa1rwj8.fsf@ucl.ac.uk>

[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]



On 03/26/2016 01:14 PM, Eric S Fraga wrote:
> On Saturday, 26 Mar 2016 at 10:15, Charles Millar wrote:
>
> [...]
>
>> I was not clear - I ran the exports after I made the correction to
>> "mysetup", i.e. \newcommand{\\foo}{bar}
> but I am confused: why the \\ for foo but \ for newcommand?
My typo. Just in case I attach a copy of the "mysetup class" which I 
believe is now correct and which i have been using since your original 
response where you pointed out that \\newcommand, etc. was incorrect . I 
have used this as the latex class for all subsequent messages in this 
thread.

> What is the
> actual result in the output.tex file?
See attached TestLatexformessage.tex
>> I do agree that the one file that exports as desired must be a result
>> of luck. I compared the output.tex file for each document. In each the
>> first \usepackage{foo} which is inserted from the SETUPFILE is
>> indented several tabs or spaces to the right and not aligned to the
>> left margin.
> The indentation or not itself is not the issue but only a symptom of an
> error before that line, in my opinion.
I place the cursor just before \usepackage{lastpage} and backspace once, 
the file builds without the extra page, etc.

Is there a proper location for the #+SETUPFILE: line in the main org file?

Charlie


[-- Attachment #2: mysetup-latex-class --]
[-- Type: text/plain, Size: 1083 bytes --]

(add-to-list 'org-latex-classes
             '("mysetup"
"\\documentclass[fontsize=11pt,letterpaper,twoside=false]{scrartcl}
\\usepackage{verbatim}
% \\usepackage[T1]{fontenc}
% \\usepackage{charter,parskip,setspace,layout}
\\usepackage{charter,setspace,layout}
\\usepackage{array,graphicx}
\\usepackage{tabularx,tabulary}
\\usepackage{longtable}
\\usepackage{numprint}
\\npstyleenglish
\\usepackage[at]{easylist}
\\usepackage{csquotes}
%\\usepackage[letterpaper,margin=1.00in]{geometry}
\\usepackage[letterpaper,left=1.00in,right=1.00in,top=1.00in,bottom=1.00in]{geometry}
% \\usepackage[top=1.0in,bottom=0.4in,left=1.2in,nohead]{geometry}
%\\pagestyle{empty}
\\pagenumbering{arabic}
\\newcommand\{\\foo}{bar}
              [NO-DEFAULT-PACKAGES]
              [NO-PACKAGES]
              [EXTRA]"
("\\section{%s}" . "\\section*{%s}")
         ("\\subsection{%s}" . "\\subsection*{%s}")
         ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
         ("\\paragraph{%s}" . "\\paragraph*{%s}")
         ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: TestLatexformessage.tex --]
[-- Type: text/x-tex; name=TestLatexformessage.tex, Size: 1625 bytes --]

% Created 2016-03-26 Sat 18:11
% Intended LaTeX compiler: pdflatex
\documentclass[fontsize=11pt,letterpaper,twoside=false]{scrartcl}
\usepackage{verbatim}
% \usepackage[T1]{fontenc}
% \usepackage{charter,parskip,setspace,layout}
\usepackage{charter,setspace,layout}
\usepackage{array,graphicx}
\usepackage{tabularx,tabulary}
\usepackage{longtable}
\usepackage{numprint}
\npstyleenglish
\usepackage[at]{easylist}
\usepackage{csquotes}
%\usepackage[letterpaper,margin=1.00in]{geometry}
\usepackage[letterpaper,left=1.00in,right=1.00in,top=1.00in,bottom=1.00in]{geometry}
% \usepackage[top=1.0in,bottom=0.4in,left=1.2in,nohead]{geometry}
%\pagestyle{empty}
\pagenumbering{arabic}
\newcommand{\foo}{bar}
                            \usepackage{lastpage}
\usepackage{scrpage2}
\pagestyle{scrheadings}
\setkomafont{pagefoot}{\normalfont\rmfamily}
\ifoot{Foo}
\cfoot[\pagemark]{\hspace{1.0in} Page \thepage\ of \pageref{LastPage}}
[redacted]
\date{}
\title{}
\begin{document}

\label{sec:org4108cc1}
\label{sec:org42652eb}
\setcounter{page}{1}
\setlength{\extrarowheight}{0.5ex}
\begin{flushleft}
\begin{tabular}{ l l }
STATE OF NEW YORK SURROGATE'S COURT & \\
COUNTY OF \CourtCounty & \\
\cline{1-1}& \\
Proceeding by \PetitionerOneName & \\
as \PetitionerOneFiduciaryType of the Estate of \DecedentNameCaption &  LIST OF ASSETS/INVENTORY\\
  & (Rule §207.20(a)) \\
a/k/a \DecedentAKACaption, & File No.: \FileNumber \\
\hspace{1.5in}Deceased. & \\[0.25ex] \cline{1-1}
\end{tabular}\\[1.0ex]
\end{flushleft}
\begin{onehalfspacing}

Something is printed here.
\end{document}


  reply	other threads:[~2016-03-26 22:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-26  0:56 first #+LATEX_HEADER: in SETUPFILE not correctly exported and causes Missing \begin{document} error Charles Millar
2016-03-26  0:58 ` Charles Millar
2016-03-26  9:36 ` Eric S Fraga
2016-03-26 11:52   ` Charles Millar
2016-03-26 12:51     ` Eric S Fraga
2016-03-26 14:15       ` Charles Millar
2016-03-26 17:14         ` Eric S Fraga
2016-03-26 22:55           ` Charles Millar [this message]
2016-03-28 14:54           ` Charles Millar
2016-03-29 10:50             ` Eric S Fraga
2016-04-02  9:00 ` Nicolas Goaziou
2016-04-03 18:18   ` Charles Millar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56F71371.5030003@verizon.net \
    --to=millarc@verizon.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).