Search found 9 matches
- Wed Aug 06, 2008 1:58 pm
- Forum: Document Classes
- Topic: Problem with table caption
- Replies: 2
- Views: 5025
Re: Problem with table caption
Thank you very much Stefan, now it works.
- Wed Aug 06, 2008 12:15 pm
- Forum: Document Classes
- Topic: Problem with table caption
- Replies: 2
- Views: 5025
Problem with table caption
Hi,
i have to place the caption of a table at the top left position and for images at the standard centered bottom position.
The following code places the label of the table at top centered position, altough the switch justification=raggedleft is set.
Does anybody know why?
\documentclass[a4paper ...
i have to place the caption of a table at the top left position and for images at the standard centered bottom position.
The following code places the label of the table at top centered position, altough the switch justification=raggedleft is set.
Does anybody know why?
\documentclass[a4paper ...
- Thu Jul 17, 2008 7:24 pm
- Forum: Document Classes
- Topic: listings
- Replies: 5
- Views: 6447
Re: listings
Now it works. Thanx.
Best regards.
Best regards.
- Wed Jul 16, 2008 1:00 pm
- Forum: Document Classes
- Topic: listings
- Replies: 5
- Views: 6447
listings
I changed it to a single command:
\usepackage{listings} \lstset{numbers=left, numberstyle=\tiny, numbersep=5pt, language=Python, basicstyle = \ttfamily, captionpos=b}
and the example:
\begin{lstlisting}[caption=ifExample, label=ifExample]
a = 5
if a == 5:
print a
elif a < 5 :
print a + 1 ...
\usepackage{listings} \lstset{numbers=left, numberstyle=\tiny, numbersep=5pt, language=Python, basicstyle = \ttfamily, captionpos=b}
and the example:
\begin{lstlisting}[caption=ifExample, label=ifExample]
a = 5
if a == 5:
print a
elif a < 5 :
print a + 1 ...
- Wed Jul 16, 2008 10:38 am
- Forum: Document Classes
- Topic: listings
- Replies: 5
- Views: 6447
listings
I use the listings package to put some source code im my document.
The problem is, when i set the fontfamiliy to \ttfamily with basicstyle = \ttfamily, then the syntax isn't highlighted any more.
This are the settings for the package:
\usepackage{listings} \lstset{numbers=left, numberstyle=\tiny ...
The problem is, when i set the fontfamiliy to \ttfamily with basicstyle = \ttfamily, then the syntax isn't highlighted any more.
This are the settings for the package:
\usepackage{listings} \lstset{numbers=left, numberstyle=\tiny ...
- Tue Jul 08, 2008 7:37 pm
- Forum: Document Classes
- Topic: listofsymbols
- Replies: 6
- Views: 6561
Re: listofsymbols
Now it works. Thanx a lot.
- Tue Jul 08, 2008 5:54 pm
- Forum: Document Classes
- Topic: listofsymbols
- Replies: 6
- Views: 6561
listofsymbols
I just figured out that the problem makes the amsmath package.
Please try:
Please try:
Code: Select all
Code, edit and compile here:
\documentclass[a4paper,10pt]{article}\usepackage{listofsymbols}\usepackage{amsmath}\opensymdef\newsym[Gierrate]{psiPunkt}{\dot{\psi}}\closesymdef\begin{document}Test: \psiPunkt\end{document}
- Tue Jul 08, 2008 1:06 pm
- Forum: Document Classes
- Topic: listofsymbols
- Replies: 6
- Views: 6561
Re: listofsymbols
Thanx Stefan,
that is not the problem, i already had the begining and end statement.
I just wrote the single line. So I still have this problem.
Best regards
that is not the problem, i already had the begining and end statement.
I just wrote the single line. So I still have this problem.
Best regards
- Tue Jul 08, 2008 11:54 am
- Forum: Document Classes
- Topic: listofsymbols
- Replies: 6
- Views: 6561
listofsymbols
I have a problem with the listofsymbols package:
I want to add the symbol for yaw rate, which is \dot{\psi}.
When i add the line,
\newsym[Gierrate]{psiPunkt}{\dot{\psi}}
i get an "undefined control sequence" error.
Does anybody know how to fix this problem?
Best regards, Thomas
I want to add the symbol for yaw rate, which is \dot{\psi}.
When i add the line,
\newsym[Gierrate]{psiPunkt}{\dot{\psi}}
i get an "undefined control sequence" error.
Does anybody know how to fix this problem?
Best regards, Thomas