lamport pf2.sty and hide/show parts of nested enumerate environment











up vote
0
down vote

favorite












I am currently getting acquainted with Leslie Lamports pf2.sty
(http://lamport.azurewebsites.net/latex/latex.html).



Which unfortunately is not on CTAN.



It intents to encourage a certain proof style, which Lamport calls
hierarchical proof.

A proof looks then a lot as nested enumerate environments



The pf2.sty package itself is not so comfortable and most of its
features can be achieved by using the enumitem package.



However there is one useful feature which I don't know how to implement
in vanilla latex, namely hide/show parts of the nested proofs.



Here is an example (presuming you have pf.sty



 documentclass[12pt]{article}
usepackage{pf2}
begin{document}
pfhidelevel{1}
begin{proof}
step{item:test-lamport2:1b}{Text of step 1.}
begin{proof}
step{label-1.1}{Text of substep 1}
begin{proof}
pf Paragraph proof using results in stepref{label-1.1} .~qed
end{proof}
step{label-2.1}{Text of substep 2}
end{proof}
step{label-2.2}{Text of step 2}
end{proof}
end{document}


so only text of step 1 and 2 are displayed after compiling, if I chose
pfhidelevel{2}, then also the next level will be shown etc.



Now to my enumitem solution



 documentclass[12pt]{article}
usepackage{amsmath,amssymb}
usepackage{enumitem}
setenumerate[1]{label=$langle$1$rangle$arabic*., ref=$langle$1$rangle$arabic*}
setenumerate[2]{label=$langle$2$rangle$arabic*., ref=$langle$1$rangle$ref=arabic*}
begin{document}


begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}
end{document}


Uwe Brauer










share|improve this question
























  • the implementation of pfhidelevel is pretty simple but it would be easier to answer if you provided a full document using pf2 so it can be tested and a second document with your proposed enumitem markup (but without the hiding) so we just need to test adding the hide level feature.
    – David Carlisle
    Jul 26 at 20:18












  • I seem unable to add the required text. It will be malformed. any advice?
    – Uwe Brauer
    Jul 26 at 20:34

















up vote
0
down vote

favorite












I am currently getting acquainted with Leslie Lamports pf2.sty
(http://lamport.azurewebsites.net/latex/latex.html).



Which unfortunately is not on CTAN.



It intents to encourage a certain proof style, which Lamport calls
hierarchical proof.

A proof looks then a lot as nested enumerate environments



The pf2.sty package itself is not so comfortable and most of its
features can be achieved by using the enumitem package.



However there is one useful feature which I don't know how to implement
in vanilla latex, namely hide/show parts of the nested proofs.



Here is an example (presuming you have pf.sty



 documentclass[12pt]{article}
usepackage{pf2}
begin{document}
pfhidelevel{1}
begin{proof}
step{item:test-lamport2:1b}{Text of step 1.}
begin{proof}
step{label-1.1}{Text of substep 1}
begin{proof}
pf Paragraph proof using results in stepref{label-1.1} .~qed
end{proof}
step{label-2.1}{Text of substep 2}
end{proof}
step{label-2.2}{Text of step 2}
end{proof}
end{document}


so only text of step 1 and 2 are displayed after compiling, if I chose
pfhidelevel{2}, then also the next level will be shown etc.



Now to my enumitem solution



 documentclass[12pt]{article}
usepackage{amsmath,amssymb}
usepackage{enumitem}
setenumerate[1]{label=$langle$1$rangle$arabic*., ref=$langle$1$rangle$arabic*}
setenumerate[2]{label=$langle$2$rangle$arabic*., ref=$langle$1$rangle$ref=arabic*}
begin{document}


begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}
end{document}


Uwe Brauer










share|improve this question
























  • the implementation of pfhidelevel is pretty simple but it would be easier to answer if you provided a full document using pf2 so it can be tested and a second document with your proposed enumitem markup (but without the hiding) so we just need to test adding the hide level feature.
    – David Carlisle
    Jul 26 at 20:18












  • I seem unable to add the required text. It will be malformed. any advice?
    – Uwe Brauer
    Jul 26 at 20:34















up vote
0
down vote

favorite









up vote
0
down vote

favorite











I am currently getting acquainted with Leslie Lamports pf2.sty
(http://lamport.azurewebsites.net/latex/latex.html).



Which unfortunately is not on CTAN.



It intents to encourage a certain proof style, which Lamport calls
hierarchical proof.

A proof looks then a lot as nested enumerate environments



The pf2.sty package itself is not so comfortable and most of its
features can be achieved by using the enumitem package.



However there is one useful feature which I don't know how to implement
in vanilla latex, namely hide/show parts of the nested proofs.



Here is an example (presuming you have pf.sty



 documentclass[12pt]{article}
usepackage{pf2}
begin{document}
pfhidelevel{1}
begin{proof}
step{item:test-lamport2:1b}{Text of step 1.}
begin{proof}
step{label-1.1}{Text of substep 1}
begin{proof}
pf Paragraph proof using results in stepref{label-1.1} .~qed
end{proof}
step{label-2.1}{Text of substep 2}
end{proof}
step{label-2.2}{Text of step 2}
end{proof}
end{document}


so only text of step 1 and 2 are displayed after compiling, if I chose
pfhidelevel{2}, then also the next level will be shown etc.



Now to my enumitem solution



 documentclass[12pt]{article}
usepackage{amsmath,amssymb}
usepackage{enumitem}
setenumerate[1]{label=$langle$1$rangle$arabic*., ref=$langle$1$rangle$arabic*}
setenumerate[2]{label=$langle$2$rangle$arabic*., ref=$langle$1$rangle$ref=arabic*}
begin{document}


begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}
end{document}


Uwe Brauer










share|improve this question















I am currently getting acquainted with Leslie Lamports pf2.sty
(http://lamport.azurewebsites.net/latex/latex.html).



Which unfortunately is not on CTAN.



It intents to encourage a certain proof style, which Lamport calls
hierarchical proof.

A proof looks then a lot as nested enumerate environments



The pf2.sty package itself is not so comfortable and most of its
features can be achieved by using the enumitem package.



However there is one useful feature which I don't know how to implement
in vanilla latex, namely hide/show parts of the nested proofs.



Here is an example (presuming you have pf.sty



 documentclass[12pt]{article}
usepackage{pf2}
begin{document}
pfhidelevel{1}
begin{proof}
step{item:test-lamport2:1b}{Text of step 1.}
begin{proof}
step{label-1.1}{Text of substep 1}
begin{proof}
pf Paragraph proof using results in stepref{label-1.1} .~qed
end{proof}
step{label-2.1}{Text of substep 2}
end{proof}
step{label-2.2}{Text of step 2}
end{proof}
end{document}


so only text of step 1 and 2 are displayed after compiling, if I chose
pfhidelevel{2}, then also the next level will be shown etc.



Now to my enumitem solution



 documentclass[12pt]{article}
usepackage{amsmath,amssymb}
usepackage{enumitem}
setenumerate[1]{label=$langle$1$rangle$arabic*., ref=$langle$1$rangle$arabic*}
setenumerate[2]{label=$langle$2$rangle$arabic*., ref=$langle$1$rangle$ref=arabic*}
begin{document}


begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}
end{document}


Uwe Brauer







enumerate enumitem






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jul 26 at 20:39

























asked Jul 26 at 16:18









Uwe Brauer

11




11












  • the implementation of pfhidelevel is pretty simple but it would be easier to answer if you provided a full document using pf2 so it can be tested and a second document with your proposed enumitem markup (but without the hiding) so we just need to test adding the hide level feature.
    – David Carlisle
    Jul 26 at 20:18












  • I seem unable to add the required text. It will be malformed. any advice?
    – Uwe Brauer
    Jul 26 at 20:34




















  • the implementation of pfhidelevel is pretty simple but it would be easier to answer if you provided a full document using pf2 so it can be tested and a second document with your proposed enumitem markup (but without the hiding) so we just need to test adding the hide level feature.
    – David Carlisle
    Jul 26 at 20:18












  • I seem unable to add the required text. It will be malformed. any advice?
    – Uwe Brauer
    Jul 26 at 20:34


















the implementation of pfhidelevel is pretty simple but it would be easier to answer if you provided a full document using pf2 so it can be tested and a second document with your proposed enumitem markup (but without the hiding) so we just need to test adding the hide level feature.
– David Carlisle
Jul 26 at 20:18






the implementation of pfhidelevel is pretty simple but it would be easier to answer if you provided a full document using pf2 so it can be tested and a second document with your proposed enumitem markup (but without the hiding) so we just need to test adding the hide level feature.
– David Carlisle
Jul 26 at 20:18














I seem unable to add the required text. It will be malformed. any advice?
– Uwe Brauer
Jul 26 at 20:34






I seem unable to add the required text. It will be malformed. any advice?
– Uwe Brauer
Jul 26 at 20:34












1 Answer
1






active

oldest

votes

















up vote
0
down vote













Something like this



enter image description here



documentclass[12pt]{article}
usepackage{amsmath,amssymb}
usepackage{enumitem}
setenumerate[1]{label=$langle$1$rangle$arabic*., ref=$langle$1$rangle$arabic*}
setenumerate[2]{label=$langle$2$rangle$arabic*., ref=$langle$1$rangle$ref=arabic*}

newcountpflevel
newcommandpfhidelevel[1]{pflevel=#1relax}
letzzenumerateenumerate
makeatletter
defenumerate{%
ifnumpflevel=@enumdepth
setbox0vboxbgroupbegingroupaftergroupegroupaftergroupendgroup
fi
zzenumerate}
begin{document}

00000

begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}

111111


pfhidelevel{1}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}



2222222


pfhidelevel{2}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}
end{document}





share|improve this answer





















  • great, thanks. the only thing: maybe it should be called showlevel, not hidehavel, because as higher the number is chosen as more is shown, but this is just nitpicking. thanks again.
    – Uwe Brauer
    Jul 26 at 21:29













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%2f443326%2flamport-pf2-sty-and-hide-show-parts-of-nested-enumerate-environment%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













Something like this



enter image description here



documentclass[12pt]{article}
usepackage{amsmath,amssymb}
usepackage{enumitem}
setenumerate[1]{label=$langle$1$rangle$arabic*., ref=$langle$1$rangle$arabic*}
setenumerate[2]{label=$langle$2$rangle$arabic*., ref=$langle$1$rangle$ref=arabic*}

newcountpflevel
newcommandpfhidelevel[1]{pflevel=#1relax}
letzzenumerateenumerate
makeatletter
defenumerate{%
ifnumpflevel=@enumdepth
setbox0vboxbgroupbegingroupaftergroupegroupaftergroupendgroup
fi
zzenumerate}
begin{document}

00000

begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}

111111


pfhidelevel{1}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}



2222222


pfhidelevel{2}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}
end{document}





share|improve this answer





















  • great, thanks. the only thing: maybe it should be called showlevel, not hidehavel, because as higher the number is chosen as more is shown, but this is just nitpicking. thanks again.
    – Uwe Brauer
    Jul 26 at 21:29

















up vote
0
down vote













Something like this



enter image description here



documentclass[12pt]{article}
usepackage{amsmath,amssymb}
usepackage{enumitem}
setenumerate[1]{label=$langle$1$rangle$arabic*., ref=$langle$1$rangle$arabic*}
setenumerate[2]{label=$langle$2$rangle$arabic*., ref=$langle$1$rangle$ref=arabic*}

newcountpflevel
newcommandpfhidelevel[1]{pflevel=#1relax}
letzzenumerateenumerate
makeatletter
defenumerate{%
ifnumpflevel=@enumdepth
setbox0vboxbgroupbegingroupaftergroupegroupaftergroupendgroup
fi
zzenumerate}
begin{document}

00000

begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}

111111


pfhidelevel{1}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}



2222222


pfhidelevel{2}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}
end{document}





share|improve this answer





















  • great, thanks. the only thing: maybe it should be called showlevel, not hidehavel, because as higher the number is chosen as more is shown, but this is just nitpicking. thanks again.
    – Uwe Brauer
    Jul 26 at 21:29















up vote
0
down vote










up vote
0
down vote









Something like this



enter image description here



documentclass[12pt]{article}
usepackage{amsmath,amssymb}
usepackage{enumitem}
setenumerate[1]{label=$langle$1$rangle$arabic*., ref=$langle$1$rangle$arabic*}
setenumerate[2]{label=$langle$2$rangle$arabic*., ref=$langle$1$rangle$ref=arabic*}

newcountpflevel
newcommandpfhidelevel[1]{pflevel=#1relax}
letzzenumerateenumerate
makeatletter
defenumerate{%
ifnumpflevel=@enumdepth
setbox0vboxbgroupbegingroupaftergroupegroupaftergroupendgroup
fi
zzenumerate}
begin{document}

00000

begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}

111111


pfhidelevel{1}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}



2222222


pfhidelevel{2}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}
end{document}





share|improve this answer












Something like this



enter image description here



documentclass[12pt]{article}
usepackage{amsmath,amssymb}
usepackage{enumitem}
setenumerate[1]{label=$langle$1$rangle$arabic*., ref=$langle$1$rangle$arabic*}
setenumerate[2]{label=$langle$2$rangle$arabic*., ref=$langle$1$rangle$ref=arabic*}

newcountpflevel
newcommandpfhidelevel[1]{pflevel=#1relax}
letzzenumerateenumerate
makeatletter
defenumerate{%
ifnumpflevel=@enumdepth
setbox0vboxbgroupbegingroupaftergroupegroupaftergroupendgroup
fi
zzenumerate}
begin{document}

00000

begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}

111111


pfhidelevel{1}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}



2222222


pfhidelevel{2}
begin{enumerate}
item label{item:test-lamport2:1b}{Text of step 1.}
begin{enumerate}
item label{item:solution-enumitem:1} Text of substep 1
begin{enumerate}
item[textsc{PROOF}] Paragraph proof using results in
ref{item:solution-enumitem:1}. $blacksquare$
end{enumerate}
item label{label-2.1}{Text of substep 2}
end{enumerate}
item label{label-2.2}{Text of step 2}
end{enumerate}
end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered Jul 26 at 21:12









David Carlisle

478k3811091841




478k3811091841












  • great, thanks. the only thing: maybe it should be called showlevel, not hidehavel, because as higher the number is chosen as more is shown, but this is just nitpicking. thanks again.
    – Uwe Brauer
    Jul 26 at 21:29




















  • great, thanks. the only thing: maybe it should be called showlevel, not hidehavel, because as higher the number is chosen as more is shown, but this is just nitpicking. thanks again.
    – Uwe Brauer
    Jul 26 at 21:29


















great, thanks. the only thing: maybe it should be called showlevel, not hidehavel, because as higher the number is chosen as more is shown, but this is just nitpicking. thanks again.
– Uwe Brauer
Jul 26 at 21:29






great, thanks. the only thing: maybe it should be called showlevel, not hidehavel, because as higher the number is chosen as more is shown, but this is just nitpicking. thanks again.
– Uwe Brauer
Jul 26 at 21:29




















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%2f443326%2flamport-pf2-sty-and-hide-show-parts-of-nested-enumerate-environment%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?