Search found 4 matches

by Kickflip
Mon Dec 09, 2019 9:40 pm
Forum: Graphics, Figures & Tables
Topic: Why is there a reference undefined on input?
Replies: 1
Views: 3874

Why is there a reference undefined on input?

Hi,

I have a simple code:

bla bla bla \ref{adhaesion_hysterese} bla bla bla.

\begin{figure}[H]
\centering
\includegraphics[width=0.5\linewidth]{Adhaesion_Hysterese_Pic_Name}
\caption{bla bla bla (\textsc{Grosch}{Grosch.1963})}
\label{adhaesion_hysterese}
\end{figure}

it says: Reference ...
by Kickflip
Mon Dec 09, 2019 6:44 pm
Forum: Document Classes
Topic: problems with scrbook
Replies: 3
Views: 6730

problems with scrbook

Thank you Stefan.

Is there a whole list of equivalents for the old commands?
by Kickflip
Mon Dec 09, 2019 6:12 pm
Forum: Document Classes
Topic: problems with scrbook
Replies: 3
Views: 6730

problems with scrbook

Hi,

I am using as document class the scrbook.

When I want to compile my code there occur a plenty of errors which deal with the scrbook.
e.g. I cannot use \sc for small capitals or \z ... it says it is an undefined old font command.

How should I handle this error?
by Kickflip
Mon Dec 09, 2019 1:08 pm
Forum: General
Topic: paths on Mac for include
Replies: 1
Views: 2459

paths on Mac for include

Hi,

I got some trouble with the paths while I am using TeXshop on my Mac.

\include{header/deckblatt}

My main.tex is in the folder "manifolder" where a folder named "header" is stored. In the folder "header" is a deckblatt.tex and a deckblatt.aux etc.

It is like /mainfolder/header/deckblatt ...