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:
Screenshot










share|improve this question




















  • 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 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















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:
Screenshot










share|improve this question




















  • 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 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













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:
Screenshot










share|improve this question















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:
Screenshot







glossaries






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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










  • 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














  • 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 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








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










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:This is the acronymlist



The symbollist looks like it would has the style=tree... but why?symbollist






share|improve this answer





















  • 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











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















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

























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:This is the acronymlist



The symbollist looks like it would has the style=tree... but why?symbollist






share|improve this answer





















  • 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















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:This is the acronymlist



The symbollist looks like it would has the style=tree... but why?symbollist






share|improve this answer





















  • 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













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:This is the acronymlist



The symbollist looks like it would has the style=tree... but why?symbollist






share|improve this answer












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:This is the acronymlist



The symbollist looks like it would has the style=tree... but why?symbollist







share|improve this answer












share|improve this answer



share|improve this answer










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 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
















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


















draft saved

draft discarded




















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?