
Search found 12 matches
- Tue Jun 11, 2013 11:21 pm
- Forum: General
- Topic: Glossary not printed
- Replies: 7
- Views: 31439
Re: Glossary not printed
omg.... the problem was the "ü" i had in the title of the glossaries 

- Tue Jun 11, 2013 9:15 pm
- Forum: General
- Topic: Glossary not printed
- Replies: 7
- Views: 31439
Glossary not printed
\documentclass[
11pt,
a4paper,
% draft, % draft=entwurf
% normalheadings,
listof=totoc,
bibliography=totoc, % Bibliographie ins ToC
]{scrreprt}
\usepackage[acronym, toc]{glossaries}
\renewcommand*{\glspostdescription}{}
\makeglossaries
\newacronym{123}{123}{1234567890}
\newcommand ...
- Tue Jun 11, 2013 8:29 pm
- Forum: General
- Topic: Glossary not printed
- Replies: 7
- Views: 31439
Glossary not printed
Hey,
I use the package glossaries in this way.
\usepackage[acronym,toc]{glossaries}
It works so far in the text, but now at the end of my thesis I wanted to print it out.
\printglossary[type=\acronymtype,title=XXX,nonumberlist=true,toctitle=XXX, style=altlong4colwithindent]
But it just prints ...
I use the package glossaries in this way.
\usepackage[acronym,toc]{glossaries}
It works so far in the text, but now at the end of my thesis I wanted to print it out.
\printglossary[type=\acronymtype,title=XXX,nonumberlist=true,toctitle=XXX, style=altlong4colwithindent]
But it just prints ...
- Sun May 26, 2013 1:07 pm
- Forum: BibTeX, biblatex and biber
- Topic: force author name
- Replies: 2
- Views: 18935
Re: force author name
yes, thats exactly what i want!!!
Thank you soo much!!!
Thank you soo much!!!
- Fri May 24, 2013 5:27 pm
- Forum: Graphics, Figures & Tables
- Topic: distance text - itemize, not between items
- Replies: 4
- Views: 5179
Re: distance text - itemize, not between items
I tried it now with enumitem, but it does not change the style! Can anyone plz help me!
Best
Johannes
Best
Johannes
- Fri May 24, 2013 5:25 pm
- Forum: BibTeX, biblatex and biber
- Topic: force author name
- Replies: 2
- Views: 18935
force author name
Hey,
the author of one book/manual is a company "XXX AG" and I want that it is displayed like this. Now it looks like: "AG, XXX". How can i change that?
Best
Johannes
the author of one book/manual is a company "XXX AG" and I want that it is displayed like this. Now it looks like: "AG, XXX". How can i change that?
Best
Johannes
- Fri May 24, 2013 5:22 pm
- Forum: Text Formatting
- Topic: Prevent Citation in Heading from Appearance in ToC
- Replies: 2
- Views: 3849
Re: Prevent Citation in Heading from Appearance in ToC
Oh, I'm so stupid. Thank you very very much!
- Fri May 24, 2013 4:17 pm
- Forum: Text Formatting
- Topic: Prevent Citation in Heading from Appearance in ToC
- Replies: 2
- Views: 3849
Prevent Citation in Heading from Appearance in ToC
Hey!
I cited a complete section, so i did the following.
But now the citation also appears in the ToC, but I don't want this! How can I prevent that? Same problem with the subsection. 
Best,
Johannes
I cited a complete section, so i did the following.
Code: Select all
\section{sectionX \cite{XXX}}

Best,
Johannes
- Sun May 12, 2013 3:51 pm
- Forum: Graphics, Figures & Tables
- Topic: distance text - itemize, not between items
- Replies: 4
- Views: 5179
Re: distance text - itemize, not between items
hi,
thanks! but is it not possible to do that with the "normal" itemize? this change is the only i need.
Best
Johannes
thanks! but is it not possible to do that with the "normal" itemize? this change is the only i need.
Best
Johannes
- Sun May 12, 2013 1:32 pm
- Forum: Graphics, Figures & Tables
- Topic: distance text - itemize, not between items
- Replies: 4
- Views: 5179
distance text - itemize, not between items
Hey,
I want do decrease the distance between the normal text and the begin of the itemize. how can i do that?
this is normal:
text:
- item 1
- item 1
text
and i want:
text:
- item 1
- item 2
text
i would appreciate a command where i can set this for the whole document!
Thanks
Johannes
I want do decrease the distance between the normal text and the begin of the itemize. how can i do that?
this is normal:
text:
- item 1
- item 1
text
and i want:
text:
- item 1
- item 2
text
i would appreciate a command where i can set this for the whole document!
Thanks
Johannes