Search found 6 matches
- Sat Oct 18, 2008 9:19 pm
- Forum: Document Classes
- Topic: lstlisting - language R- special character
- Replies: 2
- Views: 4829
Re: lstlisting - language R- special character
Thanks, it works.
- Sat Oct 18, 2008 5:22 am
- Forum: Document Classes
- Topic: lstlisting - language R- special character
- Replies: 2
- Views: 4829
lstlisting - language R- special character
\lstset{
basicstyle=\ttfamily,
keywordstyle=\bfseries,
showstringspaces=false,
columns = fullflexible,
mathescape = true,
language=R
}
\begin{lstlisting}
lst$val<-val
\end{lstlisting}
./software.tex:16:Extra }, or forgotten \endgroup. lst$
the culprit here is the $ sign. that's aproblem ...
basicstyle=\ttfamily,
keywordstyle=\bfseries,
showstringspaces=false,
columns = fullflexible,
mathescape = true,
language=R
}
\begin{lstlisting}
lst$val<-val
\end{lstlisting}
./software.tex:16:Extra }, or forgotten \endgroup. lst$
the culprit here is the $ sign. that's aproblem ...
- Thu Oct 16, 2008 7:43 pm
- Forum: General
- Topic: footnote{\verb{...}} causes "undefined contrl sequence".
- Replies: 3
- Views: 5821
Re: footnote{\verb{...}} causes "undefined contrl sequence".
helpful, thanks.
\VerbatimFootnotes
\foonote{\verb=http://lib.stat.cmu.edu/=} %fine
however,
\usepackage{html}
\VerbatimFootnotes
\foonote{
\htmladdnormallink{\verb=http://lib.stat.cmu.edu/=}{http://lib.stat.cmu.edu/}
}%no longer fine
\VerbatimFootnotes
\foonote{\verb=http://lib.stat.cmu.edu/=} %fine
however,
\usepackage{html}
\VerbatimFootnotes
\foonote{
\htmladdnormallink{\verb=http://lib.stat.cmu.edu/=}{http://lib.stat.cmu.edu/}
}%no longer fine
- Thu Oct 16, 2008 7:06 pm
- Forum: General
- Topic: footnote{\verb{...}} causes "undefined contrl sequence".
- Replies: 3
- Views: 5821
footnote{\verb{...}} causes "undefined contrl sequence".
hello,
footnote{\verb{...}} causes "undefined contrl sequence".
any idea?
footnote{\verb{...}} causes "undefined contrl sequence".
any idea?
- Thu Oct 16, 2008 1:44 am
- Forum: General
- Topic: Help on adding keywords to a latex paper
- Replies: 7
- Views: 158020
Re: Help on adding keywords to a latex paper
Thank You.
Yes, it works by adding spconf to the current directory. However,
1) it does not work if I put spconf in the $BSTINPUTS directory alone.
2) spconf completely overrides the layout of documentclass{article}. in particular, there are now two columns.
3) and how about AMS classification ...
Yes, it works by adding spconf to the current directory. However,
1) it does not work if I put spconf in the $BSTINPUTS directory alone.
2) spconf completely overrides the layout of documentclass{article}. in particular, there are now two columns.
3) and how about AMS classification ...
- Wed Oct 15, 2008 10:59 pm
- Forum: General
- Topic: Help on adding keywords to a latex paper
- Replies: 7
- Views: 158020
Re: Help on adding keywords to a latex paper
hello, here's what i get:
Environment keywords undefined. \begin{keywords} ...
in what package is keywords defined? spconf?
thanks.
ps: also need help with \classification (what package?)
Environment keywords undefined. \begin{keywords} ...
in what package is keywords defined? spconf?
thanks.
ps: also need help with \classification (what package?)