Search found 4 matches

by mornington
Thu Jul 16, 2009 9:42 pm
Forum: Text Formatting
Topic: Citations in \subsection{}
Replies: 5
Views: 12211

Citations in \subsection{}

Thank you to both of you for very informative reply. I have a feeling that one of the packages I am using might be leading to a non-robust modification of \cite, but I can't be sure. The packages I generally use are below.

I usually use a preamble file to keep my most used declarations, so the ...
by mornington
Tue Jul 14, 2009 7:30 pm
Forum: Text Formatting
Topic: Citations in \subsection{}
Replies: 5
Views: 12211

Citations in \subsection{}

Hi,

I am using texniccenter and miktex. When trying something like
\subsection{sectionheading \cite{andrews2007}}
I get a fatal error and the document does not compile. Is this to be expected?

Thanks,

M
by mornington
Fri Apr 17, 2009 1:23 am
Forum: General
Topic: ps in texlive
Replies: 2
Views: 2265

Re: ps in texlive

Thank you so much! It worked like a charm...
by mornington
Thu Apr 16, 2009 9:52 pm
Forum: General
Topic: ps in texlive
Replies: 2
Views: 2265

ps in texlive

Hi,

I use MikTex with Texniccenter usually, but due to circumstances I have to use my university's Texlive distribution with no frontend. So to compile I have written a small batch file, which is:

:: Begin
@ECHO ON
cd "Y:\texlive\2008\bin\win32"
y:
pdflatex -output-format=pdf -output-directory="E ...