Search found 4 matches

by nePolle
Thu Apr 22, 2010 9:22 am
Forum: Graphics, Figures & Tables
Topic: How to change the listings names?
Replies: 3
Views: 2433

Re: How to change the listings names?

Thank you for your answer.

I knew that I could change the language with the babel stuff, but I like to use abbreviations e.g. figure >> fig., listing >> list.
this one:
"\listfigurename"
changes just only the headline for the list. I´d like to change the caption of a figure e.g. figure 2.1: nice ...
by nePolle
Tue Apr 20, 2010 6:25 pm
Forum: Graphics, Figures & Tables
Topic: How to change the listings names?
Replies: 3
Views: 2433

How to change the listings names?

Hi there

I could change the names for the figures and tables:

\renewcommand{\figurename}{Abb.}
\renewcommand{\tablename}{Tab.}

but I didn´t found something to change the name for the listings.

And how can I change the style?? Normally e.g. the list of figures is printed with a lot of dots. I´d ...
by nePolle
Fri Apr 16, 2010 1:46 pm
Forum: Graphics, Figures & Tables
Topic: Glossary entry within a caption
Replies: 2
Views: 2595

Re: Glossary entry within a caption

Thank you for your answer

it works!!
by nePolle
Fri Apr 16, 2010 11:37 am
Forum: Graphics, Figures & Tables
Topic: Glossary entry within a caption
Replies: 2
Views: 2595

Glossary entry within a caption

Hi there

I tried to put a glossarlink within a capture tag:

\begin{figure}[htbp]
\centering
\begin{minipage} {3.2 cm}
\includegraphics[width=1.0\textwidth]{myImage}
\caption{Text \gls{GlossoarLink} \cite{Stuff}}
\label{Text}
\end{minipage}...

Citation works fine also my hole document ...