glossary line indent of second line is not the same than in the first one
up vote
1
down vote
favorite
I have a problem with the formatting of the glossary. If the text is too long for one line, it continues in the next one. But the problem is that the line indent isn't the same than in the first line. where can i change this? attached you will find my demo code:
documentclass[12pt]{article}
usepackage[utf8]{inputenc} %Inputencoding: Umlaute richtig eingeben
usepackage[T1]{fontenc} %Fontencoding: Worte mit Umlauten richtig trennen
usepackage[ngerman]{babel}
usepackage{acronym}
usepackage{hyperref}
usepackage[
nonumberlist, %keine Seitenzahlen anzeigen
nogroupskip, %kein Abstand
acronym, %ein Abkürzungsverzeichnis erstellen
toc, %Einträge im Inhaltsverzeichnis
section] %im Inhaltsverzeichnis auf section-Ebene erscheinen
{glossaries}
%Ein eigenes Symbolverzeichnis erstellen
newglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
newglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
%Den Punkt am Ende jeder Beschreibung deaktivieren
renewcommand*{glspostdescription}{}
%Glossar-Befehle anschalten
makeglossaries
%%%%%%%%%%%%%%%%%%%%%%%%%%Settings%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
setlength{glslistdottedwidth}{.25hsize} %Punktlänge einstellen
newglossaryentry{romanletter}{name={textbf{large Lateinische Symbole}},description={}}
newglossaryentry{greekletter}{name={textbf{large Griechische Symbole}},description={}}
newglossaryentry{symb:omega}{
name=$Omega$,
description={Gierbeschleunigung},
parent=greekletter,
sort=symbolomega,
type=symbolslist
}
newglossaryentry{symb:M0}{
name=$M_{mathrm{0}}$,
description={gemessenes Biegemoment mittels Vollmessbrücken DMS Schaltung},
parent=romanletter,
sort=symbolM0,
type=symbolslist
}
newacronym{AVL-DRIVE}{AVL-DRIVE}{objektive Fahrbarkeitsanalysesoftware von AVL List GmbH}
newacronym{NCTE}{NCTE}{Deutsche Firma, die sich auf berührungslose Drehmomentmessung spezialisiert hat}
glsaddall[types=symbolslist]
glsaddall[types=acronymtype]
begin{document}
printglossary[type=symbolslist, style=sublistdotted]
printglossary[type=acronymtype, title=Abkürzungsverzeichnis, style=listdotted]
printglossary
end{document}
ADDED screenshot:
glossaries
add a comment |
up vote
1
down vote
favorite
I have a problem with the formatting of the glossary. If the text is too long for one line, it continues in the next one. But the problem is that the line indent isn't the same than in the first line. where can i change this? attached you will find my demo code:
documentclass[12pt]{article}
usepackage[utf8]{inputenc} %Inputencoding: Umlaute richtig eingeben
usepackage[T1]{fontenc} %Fontencoding: Worte mit Umlauten richtig trennen
usepackage[ngerman]{babel}
usepackage{acronym}
usepackage{hyperref}
usepackage[
nonumberlist, %keine Seitenzahlen anzeigen
nogroupskip, %kein Abstand
acronym, %ein Abkürzungsverzeichnis erstellen
toc, %Einträge im Inhaltsverzeichnis
section] %im Inhaltsverzeichnis auf section-Ebene erscheinen
{glossaries}
%Ein eigenes Symbolverzeichnis erstellen
newglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
newglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
%Den Punkt am Ende jeder Beschreibung deaktivieren
renewcommand*{glspostdescription}{}
%Glossar-Befehle anschalten
makeglossaries
%%%%%%%%%%%%%%%%%%%%%%%%%%Settings%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
setlength{glslistdottedwidth}{.25hsize} %Punktlänge einstellen
newglossaryentry{romanletter}{name={textbf{large Lateinische Symbole}},description={}}
newglossaryentry{greekletter}{name={textbf{large Griechische Symbole}},description={}}
newglossaryentry{symb:omega}{
name=$Omega$,
description={Gierbeschleunigung},
parent=greekletter,
sort=symbolomega,
type=symbolslist
}
newglossaryentry{symb:M0}{
name=$M_{mathrm{0}}$,
description={gemessenes Biegemoment mittels Vollmessbrücken DMS Schaltung},
parent=romanletter,
sort=symbolM0,
type=symbolslist
}
newacronym{AVL-DRIVE}{AVL-DRIVE}{objektive Fahrbarkeitsanalysesoftware von AVL List GmbH}
newacronym{NCTE}{NCTE}{Deutsche Firma, die sich auf berührungslose Drehmomentmessung spezialisiert hat}
glsaddall[types=symbolslist]
glsaddall[types=acronymtype]
begin{document}
printglossary[type=symbolslist, style=sublistdotted]
printglossary[type=acronymtype, title=Abkürzungsverzeichnis, style=listdotted]
printglossary
end{document}
ADDED screenshot:
glossaries
1
Welcome to TeX.SE! Can you please add an screenshot of the result you got?
– Kurt
Oct 21 at 20:20
i have added a screenshot :)
– keiner99
Oct 21 at 20:27
Theacronym
package option creates the list of acronyms. The linenewglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
isn't needed and conflicts withnewglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
, which has the same file extensions.
– Nicola Talbot
Nov 28 at 20:40
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have a problem with the formatting of the glossary. If the text is too long for one line, it continues in the next one. But the problem is that the line indent isn't the same than in the first line. where can i change this? attached you will find my demo code:
documentclass[12pt]{article}
usepackage[utf8]{inputenc} %Inputencoding: Umlaute richtig eingeben
usepackage[T1]{fontenc} %Fontencoding: Worte mit Umlauten richtig trennen
usepackage[ngerman]{babel}
usepackage{acronym}
usepackage{hyperref}
usepackage[
nonumberlist, %keine Seitenzahlen anzeigen
nogroupskip, %kein Abstand
acronym, %ein Abkürzungsverzeichnis erstellen
toc, %Einträge im Inhaltsverzeichnis
section] %im Inhaltsverzeichnis auf section-Ebene erscheinen
{glossaries}
%Ein eigenes Symbolverzeichnis erstellen
newglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
newglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
%Den Punkt am Ende jeder Beschreibung deaktivieren
renewcommand*{glspostdescription}{}
%Glossar-Befehle anschalten
makeglossaries
%%%%%%%%%%%%%%%%%%%%%%%%%%Settings%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
setlength{glslistdottedwidth}{.25hsize} %Punktlänge einstellen
newglossaryentry{romanletter}{name={textbf{large Lateinische Symbole}},description={}}
newglossaryentry{greekletter}{name={textbf{large Griechische Symbole}},description={}}
newglossaryentry{symb:omega}{
name=$Omega$,
description={Gierbeschleunigung},
parent=greekletter,
sort=symbolomega,
type=symbolslist
}
newglossaryentry{symb:M0}{
name=$M_{mathrm{0}}$,
description={gemessenes Biegemoment mittels Vollmessbrücken DMS Schaltung},
parent=romanletter,
sort=symbolM0,
type=symbolslist
}
newacronym{AVL-DRIVE}{AVL-DRIVE}{objektive Fahrbarkeitsanalysesoftware von AVL List GmbH}
newacronym{NCTE}{NCTE}{Deutsche Firma, die sich auf berührungslose Drehmomentmessung spezialisiert hat}
glsaddall[types=symbolslist]
glsaddall[types=acronymtype]
begin{document}
printglossary[type=symbolslist, style=sublistdotted]
printglossary[type=acronymtype, title=Abkürzungsverzeichnis, style=listdotted]
printglossary
end{document}
ADDED screenshot:
glossaries
I have a problem with the formatting of the glossary. If the text is too long for one line, it continues in the next one. But the problem is that the line indent isn't the same than in the first line. where can i change this? attached you will find my demo code:
documentclass[12pt]{article}
usepackage[utf8]{inputenc} %Inputencoding: Umlaute richtig eingeben
usepackage[T1]{fontenc} %Fontencoding: Worte mit Umlauten richtig trennen
usepackage[ngerman]{babel}
usepackage{acronym}
usepackage{hyperref}
usepackage[
nonumberlist, %keine Seitenzahlen anzeigen
nogroupskip, %kein Abstand
acronym, %ein Abkürzungsverzeichnis erstellen
toc, %Einträge im Inhaltsverzeichnis
section] %im Inhaltsverzeichnis auf section-Ebene erscheinen
{glossaries}
%Ein eigenes Symbolverzeichnis erstellen
newglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
newglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
%Den Punkt am Ende jeder Beschreibung deaktivieren
renewcommand*{glspostdescription}{}
%Glossar-Befehle anschalten
makeglossaries
%%%%%%%%%%%%%%%%%%%%%%%%%%Settings%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
setlength{glslistdottedwidth}{.25hsize} %Punktlänge einstellen
newglossaryentry{romanletter}{name={textbf{large Lateinische Symbole}},description={}}
newglossaryentry{greekletter}{name={textbf{large Griechische Symbole}},description={}}
newglossaryentry{symb:omega}{
name=$Omega$,
description={Gierbeschleunigung},
parent=greekletter,
sort=symbolomega,
type=symbolslist
}
newglossaryentry{symb:M0}{
name=$M_{mathrm{0}}$,
description={gemessenes Biegemoment mittels Vollmessbrücken DMS Schaltung},
parent=romanletter,
sort=symbolM0,
type=symbolslist
}
newacronym{AVL-DRIVE}{AVL-DRIVE}{objektive Fahrbarkeitsanalysesoftware von AVL List GmbH}
newacronym{NCTE}{NCTE}{Deutsche Firma, die sich auf berührungslose Drehmomentmessung spezialisiert hat}
glsaddall[types=symbolslist]
glsaddall[types=acronymtype]
begin{document}
printglossary[type=symbolslist, style=sublistdotted]
printglossary[type=acronymtype, title=Abkürzungsverzeichnis, style=listdotted]
printglossary
end{document}
ADDED screenshot:
glossaries
glossaries
edited Oct 21 at 20:27
asked Oct 21 at 20:06
keiner99
134
134
1
Welcome to TeX.SE! Can you please add an screenshot of the result you got?
– Kurt
Oct 21 at 20:20
i have added a screenshot :)
– keiner99
Oct 21 at 20:27
Theacronym
package option creates the list of acronyms. The linenewglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
isn't needed and conflicts withnewglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
, which has the same file extensions.
– Nicola Talbot
Nov 28 at 20:40
add a comment |
1
Welcome to TeX.SE! Can you please add an screenshot of the result you got?
– Kurt
Oct 21 at 20:20
i have added a screenshot :)
– keiner99
Oct 21 at 20:27
Theacronym
package option creates the list of acronyms. The linenewglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
isn't needed and conflicts withnewglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
, which has the same file extensions.
– Nicola Talbot
Nov 28 at 20:40
1
1
Welcome to TeX.SE! Can you please add an screenshot of the result you got?
– Kurt
Oct 21 at 20:20
Welcome to TeX.SE! Can you please add an screenshot of the result you got?
– Kurt
Oct 21 at 20:20
i have added a screenshot :)
– keiner99
Oct 21 at 20:27
i have added a screenshot :)
– keiner99
Oct 21 at 20:27
The
acronym
package option creates the list of acronyms. The line newglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
isn't needed and conflicts with newglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
, which has the same file extensions.– Nicola Talbot
Nov 28 at 20:40
The
acronym
package option creates the list of acronyms. The line newglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
isn't needed and conflicts with newglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
, which has the same file extensions.– Nicola Talbot
Nov 28 at 20:40
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I have now made my own glossary style:
newglossarystyle{altlistdotted}%
{%
glossarystyle{tree}%
renewcommand{glossaryentryfield}[5]{%
hangindent0ptrelax
parindent0ptrelax
makebox[glslistdottedwidth][l]%
{%
glsentryitem{##1}textbf{glstarget{##1}{##2}}%
unskipleadershbox to 2.9mm{hss.}hfillstrut
}%
parbox[t]{linewidth-glslistdottedwidth}{##3}par}%
}
glossarystyle{altlistdotted}
The result was, that the acronymlist is ok, but the symbollist isn't like i want it (see screenshot:
The symbollist looks like it would has the style=tree... but why?
I think this should be moved to your question since it isn't actually an answer. You're using some deprecated commands (glossarystyle
andglossaryentryfield
) so it would also help to say what version ofglossaries
you have installed.
– Nicola Talbot
Nov 28 at 20:38
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I have now made my own glossary style:
newglossarystyle{altlistdotted}%
{%
glossarystyle{tree}%
renewcommand{glossaryentryfield}[5]{%
hangindent0ptrelax
parindent0ptrelax
makebox[glslistdottedwidth][l]%
{%
glsentryitem{##1}textbf{glstarget{##1}{##2}}%
unskipleadershbox to 2.9mm{hss.}hfillstrut
}%
parbox[t]{linewidth-glslistdottedwidth}{##3}par}%
}
glossarystyle{altlistdotted}
The result was, that the acronymlist is ok, but the symbollist isn't like i want it (see screenshot:
The symbollist looks like it would has the style=tree... but why?
I think this should be moved to your question since it isn't actually an answer. You're using some deprecated commands (glossarystyle
andglossaryentryfield
) so it would also help to say what version ofglossaries
you have installed.
– Nicola Talbot
Nov 28 at 20:38
add a comment |
up vote
0
down vote
I have now made my own glossary style:
newglossarystyle{altlistdotted}%
{%
glossarystyle{tree}%
renewcommand{glossaryentryfield}[5]{%
hangindent0ptrelax
parindent0ptrelax
makebox[glslistdottedwidth][l]%
{%
glsentryitem{##1}textbf{glstarget{##1}{##2}}%
unskipleadershbox to 2.9mm{hss.}hfillstrut
}%
parbox[t]{linewidth-glslistdottedwidth}{##3}par}%
}
glossarystyle{altlistdotted}
The result was, that the acronymlist is ok, but the symbollist isn't like i want it (see screenshot:
The symbollist looks like it would has the style=tree... but why?
I think this should be moved to your question since it isn't actually an answer. You're using some deprecated commands (glossarystyle
andglossaryentryfield
) so it would also help to say what version ofglossaries
you have installed.
– Nicola Talbot
Nov 28 at 20:38
add a comment |
up vote
0
down vote
up vote
0
down vote
I have now made my own glossary style:
newglossarystyle{altlistdotted}%
{%
glossarystyle{tree}%
renewcommand{glossaryentryfield}[5]{%
hangindent0ptrelax
parindent0ptrelax
makebox[glslistdottedwidth][l]%
{%
glsentryitem{##1}textbf{glstarget{##1}{##2}}%
unskipleadershbox to 2.9mm{hss.}hfillstrut
}%
parbox[t]{linewidth-glslistdottedwidth}{##3}par}%
}
glossarystyle{altlistdotted}
The result was, that the acronymlist is ok, but the symbollist isn't like i want it (see screenshot:
The symbollist looks like it would has the style=tree... but why?
I have now made my own glossary style:
newglossarystyle{altlistdotted}%
{%
glossarystyle{tree}%
renewcommand{glossaryentryfield}[5]{%
hangindent0ptrelax
parindent0ptrelax
makebox[glslistdottedwidth][l]%
{%
glsentryitem{##1}textbf{glstarget{##1}{##2}}%
unskipleadershbox to 2.9mm{hss.}hfillstrut
}%
parbox[t]{linewidth-glslistdottedwidth}{##3}par}%
}
glossarystyle{altlistdotted}
The result was, that the acronymlist is ok, but the symbollist isn't like i want it (see screenshot:
The symbollist looks like it would has the style=tree... but why?
answered Oct 29 at 19:25
keiner99
134
134
I think this should be moved to your question since it isn't actually an answer. You're using some deprecated commands (glossarystyle
andglossaryentryfield
) so it would also help to say what version ofglossaries
you have installed.
– Nicola Talbot
Nov 28 at 20:38
add a comment |
I think this should be moved to your question since it isn't actually an answer. You're using some deprecated commands (glossarystyle
andglossaryentryfield
) so it would also help to say what version ofglossaries
you have installed.
– Nicola Talbot
Nov 28 at 20:38
I think this should be moved to your question since it isn't actually an answer. You're using some deprecated commands (
glossarystyle
and glossaryentryfield
) so it would also help to say what version of glossaries
you have installed.– Nicola Talbot
Nov 28 at 20:38
I think this should be moved to your question since it isn't actually an answer. You're using some deprecated commands (
glossarystyle
and glossaryentryfield
) so it would also help to say what version of glossaries
you have installed.– Nicola Talbot
Nov 28 at 20:38
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f456160%2fglossary-line-indent-of-second-line-is-not-the-same-than-in-the-first-one%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Welcome to TeX.SE! Can you please add an screenshot of the result you got?
– Kurt
Oct 21 at 20:20
i have added a screenshot :)
– keiner99
Oct 21 at 20:27
The
acronym
package option creates the list of acronyms. The linenewglossary[slg]{acronyms}{syi}{syg}{Abkürzungsverzeichnis}
isn't needed and conflicts withnewglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
, which has the same file extensions.– Nicola Talbot
Nov 28 at 20:40