Bookmarks numbering in Beamer of texlive 2018 versionAdjust Bookmarks numbering in BeamerWrong numeration in LyX Subsubsectionlatex beamer appendix numberingAdjust Bookmarks numbering in BeamerNumerical conditional within tikz keys?Beamer bookmarks with allowframbreaksBeamer: handout/article mode - produce multiple copies of a frame with distinct overlay numbersBookmarks numberingLaTeX beamer: pagenumbering appendixTeXLive Pretest 2018: beamer and subfig collideDifferent output with useinnertheme in Texlive 2017 and 2018 [beamer]
Specifying a starting column with colortbl package and xcolor
How to write a chaotic neutral protagonist and prevent my readers from thinking they are evil?
Is it possible to avoid unpacking when merging Association?
Plausibility of Mushroom Buildings
In the late 1940’s to early 1950’s what technology was available that could melt a LOT of ice?
What is this diamond of every day?
What will happen if my luggage gets delayed?
Would an aboleth's Phantasmal Force lair action be affected by Counterspell, Dispel Magic, and/or Slow?
After `ssh` without `-X` to a machine, is it possible to change `$DISPLAY` to make it work like `ssh -X`?
Are small insurances worth it?
Do I really need to have a scientific explanation for my premise?
Street obstacles in New Zealand
Confusion about Complex Continued Fraction
Are all players supposed to be able to see each others' character sheets?
How do we create new idioms and use them in a novel?
What ability score modifier does a javelin's damage use?
What is Tony Stark injecting into himself in Iron Man 3?
MySQL importing CSV files really slow
How do spaceships determine each other's mass in space?
What is better: yes / no radio, or simple checkbox?
Was it really inappropriate to write a pull request for the company I interviewed with?
Is it safe to abruptly remove Arduino power?
From an axiomatic set theoric approach why can we take uncountable unions?
Has a sovereign Communist government ever run, and conceded loss, on a fair election?
Bookmarks numbering in Beamer of texlive 2018 version
Adjust Bookmarks numbering in BeamerWrong numeration in LyX Subsubsectionlatex beamer appendix numberingAdjust Bookmarks numbering in BeamerNumerical conditional within tikz keys?Beamer bookmarks with allowframbreaksBeamer: handout/article mode - produce multiple copies of a frame with distinct overlay numbersBookmarks numberingLaTeX beamer: pagenumbering appendixTeXLive Pretest 2018: beamer and subfig collideDifferent output with useinnertheme in Texlive 2017 and 2018 [beamer]
I want to number the each section, subsection and subsubsecton in bookmarks of beamer using texlive 2018 version. This problem seems to have been solved many years ago according to the solutions provided by cybersingularity in question Adjust Bookmarks numbering in Beamer.
I followed it and solved it in texlive 2017 last year, however, I can not compile the code in texlive 2018 on Windows OS:
the bookmark is:
The code is as follows:
documentclassbeamer
documentclassbeamer
hypersetup
bookmarksnumbered=true
setcountertocdepth4
% get numbering in section bookmarks
usepackageetoolbox
usepackagebookmark
makeatletter
newcounterrealsection
newififrealsection
longdefbeamer@@ssection*#1realsectionfalsebeamer@section[#1]
longdefbeamer@@@section#1realsectiontruebeamer@section[#1]#1
patchcmdbeamer@section%
refstepcountersection%
ifrealsectionrefstepcounterrealsectionfirefstepcountersection%
errmessagefailed to patch
patchcmdbeamer@section%
Hy@writebookmarkthec@sectionsecname%
Hy@writebookmarkthec@sectionnumberlinetherealsectionsecname%
errmessagefailed to patch
patchcmdbeamer@subsection%
Hy@writebookmarkthec@subsection#2%
Hy@writebookmarkthec@subsectionnumberlinetherealsection.thesubsection#2%
errmessagefailed to patch
patchcmdbeamer@subsubsection%
Hy@writebookmarkthec@subsubsection#2%
Hy@writebookmarkthec@subsubsectionnumberlinetherealsection.thesubsection.thesubsubsection#2%
errmessagefailed to patch
makeatother
begindocument
section*Intro
sectionsection
beginframe
endframe
subsectionsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
sectionsection
beginframe
endframe
subsectionsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
enddocument
So, how do i modify the code above and number the subsection and subsusection?
Many thanks for your help.
beamer numbering bookmarks
New contributor
add a comment |
I want to number the each section, subsection and subsubsecton in bookmarks of beamer using texlive 2018 version. This problem seems to have been solved many years ago according to the solutions provided by cybersingularity in question Adjust Bookmarks numbering in Beamer.
I followed it and solved it in texlive 2017 last year, however, I can not compile the code in texlive 2018 on Windows OS:
the bookmark is:
The code is as follows:
documentclassbeamer
documentclassbeamer
hypersetup
bookmarksnumbered=true
setcountertocdepth4
% get numbering in section bookmarks
usepackageetoolbox
usepackagebookmark
makeatletter
newcounterrealsection
newififrealsection
longdefbeamer@@ssection*#1realsectionfalsebeamer@section[#1]
longdefbeamer@@@section#1realsectiontruebeamer@section[#1]#1
patchcmdbeamer@section%
refstepcountersection%
ifrealsectionrefstepcounterrealsectionfirefstepcountersection%
errmessagefailed to patch
patchcmdbeamer@section%
Hy@writebookmarkthec@sectionsecname%
Hy@writebookmarkthec@sectionnumberlinetherealsectionsecname%
errmessagefailed to patch
patchcmdbeamer@subsection%
Hy@writebookmarkthec@subsection#2%
Hy@writebookmarkthec@subsectionnumberlinetherealsection.thesubsection#2%
errmessagefailed to patch
patchcmdbeamer@subsubsection%
Hy@writebookmarkthec@subsubsection#2%
Hy@writebookmarkthec@subsubsectionnumberlinetherealsection.thesubsection.thesubsubsection#2%
errmessagefailed to patch
makeatother
begindocument
section*Intro
sectionsection
beginframe
endframe
subsectionsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
sectionsection
beginframe
endframe
subsectionsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
enddocument
So, how do i modify the code above and number the subsection and subsusection?
Many thanks for your help.
beamer numbering bookmarks
New contributor
add a comment |
I want to number the each section, subsection and subsubsecton in bookmarks of beamer using texlive 2018 version. This problem seems to have been solved many years ago according to the solutions provided by cybersingularity in question Adjust Bookmarks numbering in Beamer.
I followed it and solved it in texlive 2017 last year, however, I can not compile the code in texlive 2018 on Windows OS:
the bookmark is:
The code is as follows:
documentclassbeamer
documentclassbeamer
hypersetup
bookmarksnumbered=true
setcountertocdepth4
% get numbering in section bookmarks
usepackageetoolbox
usepackagebookmark
makeatletter
newcounterrealsection
newififrealsection
longdefbeamer@@ssection*#1realsectionfalsebeamer@section[#1]
longdefbeamer@@@section#1realsectiontruebeamer@section[#1]#1
patchcmdbeamer@section%
refstepcountersection%
ifrealsectionrefstepcounterrealsectionfirefstepcountersection%
errmessagefailed to patch
patchcmdbeamer@section%
Hy@writebookmarkthec@sectionsecname%
Hy@writebookmarkthec@sectionnumberlinetherealsectionsecname%
errmessagefailed to patch
patchcmdbeamer@subsection%
Hy@writebookmarkthec@subsection#2%
Hy@writebookmarkthec@subsectionnumberlinetherealsection.thesubsection#2%
errmessagefailed to patch
patchcmdbeamer@subsubsection%
Hy@writebookmarkthec@subsubsection#2%
Hy@writebookmarkthec@subsubsectionnumberlinetherealsection.thesubsection.thesubsubsection#2%
errmessagefailed to patch
makeatother
begindocument
section*Intro
sectionsection
beginframe
endframe
subsectionsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
sectionsection
beginframe
endframe
subsectionsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
enddocument
So, how do i modify the code above and number the subsection and subsusection?
Many thanks for your help.
beamer numbering bookmarks
New contributor
I want to number the each section, subsection and subsubsecton in bookmarks of beamer using texlive 2018 version. This problem seems to have been solved many years ago according to the solutions provided by cybersingularity in question Adjust Bookmarks numbering in Beamer.
I followed it and solved it in texlive 2017 last year, however, I can not compile the code in texlive 2018 on Windows OS:
the bookmark is:
The code is as follows:
documentclassbeamer
documentclassbeamer
hypersetup
bookmarksnumbered=true
setcountertocdepth4
% get numbering in section bookmarks
usepackageetoolbox
usepackagebookmark
makeatletter
newcounterrealsection
newififrealsection
longdefbeamer@@ssection*#1realsectionfalsebeamer@section[#1]
longdefbeamer@@@section#1realsectiontruebeamer@section[#1]#1
patchcmdbeamer@section%
refstepcountersection%
ifrealsectionrefstepcounterrealsectionfirefstepcountersection%
errmessagefailed to patch
patchcmdbeamer@section%
Hy@writebookmarkthec@sectionsecname%
Hy@writebookmarkthec@sectionnumberlinetherealsectionsecname%
errmessagefailed to patch
patchcmdbeamer@subsection%
Hy@writebookmarkthec@subsection#2%
Hy@writebookmarkthec@subsectionnumberlinetherealsection.thesubsection#2%
errmessagefailed to patch
patchcmdbeamer@subsubsection%
Hy@writebookmarkthec@subsubsection#2%
Hy@writebookmarkthec@subsubsectionnumberlinetherealsection.thesubsection.thesubsubsection#2%
errmessagefailed to patch
makeatother
begindocument
section*Intro
sectionsection
beginframe
endframe
subsectionsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
sectionsection
beginframe
endframe
subsectionsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
subsubsectionsubsubsection
beginframe
endframe
enddocument
So, how do i modify the code above and number the subsection and subsusection?
Many thanks for your help.
beamer numbering bookmarks
beamer numbering bookmarks
New contributor
New contributor
New contributor
asked 3 mins ago
learnTeXlearnTeX
1
1
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
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
);
);
learnTeX is a new contributor. Be nice, and check out our Code of Conduct.
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%2f478825%2fbookmarks-numbering-in-beamer-of-texlive-2018-version%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
learnTeX is a new contributor. Be nice, and check out our Code of Conduct.
learnTeX is a new contributor. Be nice, and check out our Code of Conduct.
learnTeX is a new contributor. Be nice, and check out our Code of Conduct.
learnTeX is a new contributor. Be nice, and check out our Code of Conduct.
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.
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%2f478825%2fbookmarks-numbering-in-beamer-of-texlive-2018-version%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