Starting a nomenclatur group on a new page using nomencl












2















I have two nomenclature groups. Is it possible to force one to start on a new page? I've also reduced the line spacing, but it'd be nice if I could keep the spaceing between the group name and the headers.



Here is my (very scrappy and pasted together from several sources in tex.stackechange) code



documentclass{article}
usepackage{nomencl, ragged2e, etoolbox, mathtools}
usepackage{xargs}

makenomenclature
DeclarePairedDelimiter{abs}{lvert}{rvert}
newcommand{units}[1]{makebox[4em]{#1hfill}ignorespaces}

newcommand{nomsubtitle}[1]{item[largebfseries #1]}
renewcommandnomgroup[1]{defnomtemp{csname nomstart#1endcsname}nomtemp}

newcommand{nomstartF}{nomsubtitle{Formelzeichen}%
item[bfseries Symbol]%
nomdescr{textbf{Description}}units{textbf{Unit}}}

newcommand{nomstartA}{nomsubtitle{Acronyms}%
item[bfseries Acronym]textbf{Description}}


renewcommand*{nompreamble}{markboth{nomname}{nomname}}

newcommand{nomdescr}[1]{parbox[t]{10cm}{RaggedRight #1}}

newcommand{nomtypeA}[3]{nomenclature[A#1]{#2}{nomdescr{#3}}}
newcommand{nomwithunits}[4]{nomenclature[#1]{#2}%
{nomdescr{#3}units{#4}}} %neuer Befehl zum Gesamtergebnis der Symbole
newcommand{nomtypeF}[4]{nomwithunits{F#1}{#2}{#3}{#4}}
setlength{nomitemsep}{-parsep}

nomtypeA{wirk}{wirkleistungsbezogen}
nomtypeF{a}{Jahr}{annum}

begin{document}

printnomenclature[6em]

end{document}


Edit: added minimal document










share|improve this question

























  • Please add a complete minimal document with the document class, packages etc. needed (MWE/minimal working example).

    – epR8GaYuh
    Dec 19 '18 at 11:52


















2















I have two nomenclature groups. Is it possible to force one to start on a new page? I've also reduced the line spacing, but it'd be nice if I could keep the spaceing between the group name and the headers.



Here is my (very scrappy and pasted together from several sources in tex.stackechange) code



documentclass{article}
usepackage{nomencl, ragged2e, etoolbox, mathtools}
usepackage{xargs}

makenomenclature
DeclarePairedDelimiter{abs}{lvert}{rvert}
newcommand{units}[1]{makebox[4em]{#1hfill}ignorespaces}

newcommand{nomsubtitle}[1]{item[largebfseries #1]}
renewcommandnomgroup[1]{defnomtemp{csname nomstart#1endcsname}nomtemp}

newcommand{nomstartF}{nomsubtitle{Formelzeichen}%
item[bfseries Symbol]%
nomdescr{textbf{Description}}units{textbf{Unit}}}

newcommand{nomstartA}{nomsubtitle{Acronyms}%
item[bfseries Acronym]textbf{Description}}


renewcommand*{nompreamble}{markboth{nomname}{nomname}}

newcommand{nomdescr}[1]{parbox[t]{10cm}{RaggedRight #1}}

newcommand{nomtypeA}[3]{nomenclature[A#1]{#2}{nomdescr{#3}}}
newcommand{nomwithunits}[4]{nomenclature[#1]{#2}%
{nomdescr{#3}units{#4}}} %neuer Befehl zum Gesamtergebnis der Symbole
newcommand{nomtypeF}[4]{nomwithunits{F#1}{#2}{#3}{#4}}
setlength{nomitemsep}{-parsep}

nomtypeA{wirk}{wirkleistungsbezogen}
nomtypeF{a}{Jahr}{annum}

begin{document}

printnomenclature[6em]

end{document}


Edit: added minimal document










share|improve this question

























  • Please add a complete minimal document with the document class, packages etc. needed (MWE/minimal working example).

    – epR8GaYuh
    Dec 19 '18 at 11:52
















2












2








2








I have two nomenclature groups. Is it possible to force one to start on a new page? I've also reduced the line spacing, but it'd be nice if I could keep the spaceing between the group name and the headers.



Here is my (very scrappy and pasted together from several sources in tex.stackechange) code



documentclass{article}
usepackage{nomencl, ragged2e, etoolbox, mathtools}
usepackage{xargs}

makenomenclature
DeclarePairedDelimiter{abs}{lvert}{rvert}
newcommand{units}[1]{makebox[4em]{#1hfill}ignorespaces}

newcommand{nomsubtitle}[1]{item[largebfseries #1]}
renewcommandnomgroup[1]{defnomtemp{csname nomstart#1endcsname}nomtemp}

newcommand{nomstartF}{nomsubtitle{Formelzeichen}%
item[bfseries Symbol]%
nomdescr{textbf{Description}}units{textbf{Unit}}}

newcommand{nomstartA}{nomsubtitle{Acronyms}%
item[bfseries Acronym]textbf{Description}}


renewcommand*{nompreamble}{markboth{nomname}{nomname}}

newcommand{nomdescr}[1]{parbox[t]{10cm}{RaggedRight #1}}

newcommand{nomtypeA}[3]{nomenclature[A#1]{#2}{nomdescr{#3}}}
newcommand{nomwithunits}[4]{nomenclature[#1]{#2}%
{nomdescr{#3}units{#4}}} %neuer Befehl zum Gesamtergebnis der Symbole
newcommand{nomtypeF}[4]{nomwithunits{F#1}{#2}{#3}{#4}}
setlength{nomitemsep}{-parsep}

nomtypeA{wirk}{wirkleistungsbezogen}
nomtypeF{a}{Jahr}{annum}

begin{document}

printnomenclature[6em]

end{document}


Edit: added minimal document










share|improve this question
















I have two nomenclature groups. Is it possible to force one to start on a new page? I've also reduced the line spacing, but it'd be nice if I could keep the spaceing between the group name and the headers.



Here is my (very scrappy and pasted together from several sources in tex.stackechange) code



documentclass{article}
usepackage{nomencl, ragged2e, etoolbox, mathtools}
usepackage{xargs}

makenomenclature
DeclarePairedDelimiter{abs}{lvert}{rvert}
newcommand{units}[1]{makebox[4em]{#1hfill}ignorespaces}

newcommand{nomsubtitle}[1]{item[largebfseries #1]}
renewcommandnomgroup[1]{defnomtemp{csname nomstart#1endcsname}nomtemp}

newcommand{nomstartF}{nomsubtitle{Formelzeichen}%
item[bfseries Symbol]%
nomdescr{textbf{Description}}units{textbf{Unit}}}

newcommand{nomstartA}{nomsubtitle{Acronyms}%
item[bfseries Acronym]textbf{Description}}


renewcommand*{nompreamble}{markboth{nomname}{nomname}}

newcommand{nomdescr}[1]{parbox[t]{10cm}{RaggedRight #1}}

newcommand{nomtypeA}[3]{nomenclature[A#1]{#2}{nomdescr{#3}}}
newcommand{nomwithunits}[4]{nomenclature[#1]{#2}%
{nomdescr{#3}units{#4}}} %neuer Befehl zum Gesamtergebnis der Symbole
newcommand{nomtypeF}[4]{nomwithunits{F#1}{#2}{#3}{#4}}
setlength{nomitemsep}{-parsep}

nomtypeA{wirk}{wirkleistungsbezogen}
nomtypeF{a}{Jahr}{annum}

begin{document}

printnomenclature[6em]

end{document}


Edit: added minimal document







nomenclature nomencl






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 19 '18 at 12:02







Andy Grey

















asked Dec 19 '18 at 11:40









Andy GreyAndy Grey

504




504













  • Please add a complete minimal document with the document class, packages etc. needed (MWE/minimal working example).

    – epR8GaYuh
    Dec 19 '18 at 11:52





















  • Please add a complete minimal document with the document class, packages etc. needed (MWE/minimal working example).

    – epR8GaYuh
    Dec 19 '18 at 11:52



















Please add a complete minimal document with the document class, packages etc. needed (MWE/minimal working example).

– epR8GaYuh
Dec 19 '18 at 11:52







Please add a complete minimal document with the document class, packages etc. needed (MWE/minimal working example).

– epR8GaYuh
Dec 19 '18 at 11:52












1 Answer
1






active

oldest

votes


















0














In case anyone in interested, I added changed the nomstartf command to



newcommand{nomstartF}{newpagenomsubtitle{Formelzeichen}%
item[bfseries Symbol]%
nomdescr{textbf{Bezeichnung}}units{textbf{Einheit}}%
}


which forced a new page. Didn't figure out the spacing between title and headings though






share|improve this answer
























  • Please add a compilable code for a fast proof not only code snippets ...

    – Kurt
    Dec 20 '18 at 11:06











  • This is just the change which is needed to force a new page.

    – Andy Grey
    Dec 20 '18 at 11:08











  • Please look at other answers: after explanation why the given code snippet solves the issue add an complete compilable code (MWE) for a fast proof. So noone is forced to guess how you did it ;-)

    – Kurt
    Dec 20 '18 at 11:12











  • Ok. I was only answering my own question but I'll have a look at changing it

    – Andy Grey
    Dec 20 '18 at 11:13











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',
autoActivateHeartbeat: false,
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%2f466526%2fstarting-a-nomenclatur-group-on-a-new-page-using-nomencl%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









0














In case anyone in interested, I added changed the nomstartf command to



newcommand{nomstartF}{newpagenomsubtitle{Formelzeichen}%
item[bfseries Symbol]%
nomdescr{textbf{Bezeichnung}}units{textbf{Einheit}}%
}


which forced a new page. Didn't figure out the spacing between title and headings though






share|improve this answer
























  • Please add a compilable code for a fast proof not only code snippets ...

    – Kurt
    Dec 20 '18 at 11:06











  • This is just the change which is needed to force a new page.

    – Andy Grey
    Dec 20 '18 at 11:08











  • Please look at other answers: after explanation why the given code snippet solves the issue add an complete compilable code (MWE) for a fast proof. So noone is forced to guess how you did it ;-)

    – Kurt
    Dec 20 '18 at 11:12











  • Ok. I was only answering my own question but I'll have a look at changing it

    – Andy Grey
    Dec 20 '18 at 11:13
















0














In case anyone in interested, I added changed the nomstartf command to



newcommand{nomstartF}{newpagenomsubtitle{Formelzeichen}%
item[bfseries Symbol]%
nomdescr{textbf{Bezeichnung}}units{textbf{Einheit}}%
}


which forced a new page. Didn't figure out the spacing between title and headings though






share|improve this answer
























  • Please add a compilable code for a fast proof not only code snippets ...

    – Kurt
    Dec 20 '18 at 11:06











  • This is just the change which is needed to force a new page.

    – Andy Grey
    Dec 20 '18 at 11:08











  • Please look at other answers: after explanation why the given code snippet solves the issue add an complete compilable code (MWE) for a fast proof. So noone is forced to guess how you did it ;-)

    – Kurt
    Dec 20 '18 at 11:12











  • Ok. I was only answering my own question but I'll have a look at changing it

    – Andy Grey
    Dec 20 '18 at 11:13














0












0








0







In case anyone in interested, I added changed the nomstartf command to



newcommand{nomstartF}{newpagenomsubtitle{Formelzeichen}%
item[bfseries Symbol]%
nomdescr{textbf{Bezeichnung}}units{textbf{Einheit}}%
}


which forced a new page. Didn't figure out the spacing between title and headings though






share|improve this answer













In case anyone in interested, I added changed the nomstartf command to



newcommand{nomstartF}{newpagenomsubtitle{Formelzeichen}%
item[bfseries Symbol]%
nomdescr{textbf{Bezeichnung}}units{textbf{Einheit}}%
}


which forced a new page. Didn't figure out the spacing between title and headings though







share|improve this answer












share|improve this answer



share|improve this answer










answered Dec 19 '18 at 14:46









Andy GreyAndy Grey

504




504













  • Please add a compilable code for a fast proof not only code snippets ...

    – Kurt
    Dec 20 '18 at 11:06











  • This is just the change which is needed to force a new page.

    – Andy Grey
    Dec 20 '18 at 11:08











  • Please look at other answers: after explanation why the given code snippet solves the issue add an complete compilable code (MWE) for a fast proof. So noone is forced to guess how you did it ;-)

    – Kurt
    Dec 20 '18 at 11:12











  • Ok. I was only answering my own question but I'll have a look at changing it

    – Andy Grey
    Dec 20 '18 at 11:13



















  • Please add a compilable code for a fast proof not only code snippets ...

    – Kurt
    Dec 20 '18 at 11:06











  • This is just the change which is needed to force a new page.

    – Andy Grey
    Dec 20 '18 at 11:08











  • Please look at other answers: after explanation why the given code snippet solves the issue add an complete compilable code (MWE) for a fast proof. So noone is forced to guess how you did it ;-)

    – Kurt
    Dec 20 '18 at 11:12











  • Ok. I was only answering my own question but I'll have a look at changing it

    – Andy Grey
    Dec 20 '18 at 11:13

















Please add a compilable code for a fast proof not only code snippets ...

– Kurt
Dec 20 '18 at 11:06





Please add a compilable code for a fast proof not only code snippets ...

– Kurt
Dec 20 '18 at 11:06













This is just the change which is needed to force a new page.

– Andy Grey
Dec 20 '18 at 11:08





This is just the change which is needed to force a new page.

– Andy Grey
Dec 20 '18 at 11:08













Please look at other answers: after explanation why the given code snippet solves the issue add an complete compilable code (MWE) for a fast proof. So noone is forced to guess how you did it ;-)

– Kurt
Dec 20 '18 at 11:12





Please look at other answers: after explanation why the given code snippet solves the issue add an complete compilable code (MWE) for a fast proof. So noone is forced to guess how you did it ;-)

– Kurt
Dec 20 '18 at 11:12













Ok. I was only answering my own question but I'll have a look at changing it

– Andy Grey
Dec 20 '18 at 11:13





Ok. I was only answering my own question but I'll have a look at changing it

– Andy Grey
Dec 20 '18 at 11:13


















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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f466526%2fstarting-a-nomenclatur-group-on-a-new-page-using-nomencl%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?