Why not appear Figure with [H] in the bookmarkCustom bookmark list of figures and tablesFigures and Tables in...

Categorical Unification of Jordan Holder Theorems

How to write cases in LaTeX?

Is there a way to not have to poll the UART of an AVR?

How does Leonard in "Memento" remember reading and writing?

Broad Strokes - missing letter riddle

Calculate of total length of edges in Voronoi diagram

How do I prevent a homebrew Grappling Hook feature from trivializing Tomb of Annihilation?

Book where a space ship journeys to the center of the galaxy to find all the stars had gone supernova

How to not let the Identify spell spoil everything?

Need help with a circuit diagram where the motor does not seem to have any connection to ground. Error with diagram? Or am i missing something?

Plausible reason to leave the Solar System?

Crack the bank account's password!

Am I correct in stating that the study of topology is purely theoretical?

Converting very wide logos to square formats

Prevent Nautilus / Nemo from creating .Trash-1000 folder in mounted devices

Which RAF squadrons and aircraft types took part in the bombing of Berlin on the 25th of August 1940?

Memory usage: #define vs. static const for uint8_t

Does an Eldritch Knight's Weapon Bond protect him from losing his weapon to a Telekinesis spell?

Why did Luke use his left hand to shoot?

Non-Cancer terminal illness that can affect young (age 10-13) girls?

Taking headphones when quitting job

Microtypography protrusion with Polish quotation marks

Cat is tipping over bed-side lamps during the night

Does the ditching switch allow an A320 to float indefinitely?



Why not appear Figure with [H] in the bookmark


Custom bookmark list of figures and tablesFigures and Tables in ToC within sectionThe chapters appear twice in the bookmarkHow to embed the list figures into the document's main ToC without bad effects on the PDF ToCPage number on the left with book classbookmark package$varepsilon$ not show in bookmark?page number, bookmark number, do not matchlist of figures and tables when there are no figures or tables?How to show Mini table only sections in a chapter not other chapter?line spacing between each number in list of figurePDF Bookmark chapter-hierarchy not showing correctly













2















why the figure 1.1 does not appear in the bookmark?, all other figures appear normal because the figure in chapter 1 does not appear?



is the only figure that uses [H],
I must not erase the [H], it is forbidden



my code is based on this question: Custom bookmark list of figures and tables



I want it to appear, how do I solve it?



documentclass{book}
usepackage{caption}
usepackage{etoolbox}
usepackage{float}

usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
hypersetup{colorlinks,
linkcolor=blue,
linktoc=page}

usepackage{bookmark}
usepackage{copyrightbox}
usepackage{tcolorbox}

makeatletter
newcommand{listoffiguresbookmarks}{%
pdfbookmark[0]{listfigurename}{listoffiguresbookmark}
bookmarksetup{level=1}
@starttoc{lofb}
}
newcommand{listoftablesbookmarks}{%
pdfbookmark[0]{listtablename}{listoftablesbookmark}
bookmarksetup{level=1}
@starttoc{lotb}
}

makeatother

%%% Generate bookmarks for all figures and tables
makeatletter

pretocmdendfigure{%
addtocontents{lofb}{%
protect{%
bookmark[
rellevel=1,
keeplevel,
dest=@currentHref,
]{Figure thefigure: @currentlabelname}}}%
}{}{errmessage{Patching noexpandendfigure failed}}
pretocmdendtable{%
addtocontents{lotb}{%
protect{%
bookmark[
rellevel=1,
keeplevel,
dest=@currentHref,
]{Table thetable: @currentlabelname}}}%
}{}{errmessage{Patching noexpandendtable failed}}

makeatother



AtEndDocument{%
listoffiguresbookmarks
listoftablesbookmarks
}











begin{document}

tableofcontents
chapter*{Dedicatory}
to all my family
chapter*{Abstract}
hello world



chapter{ETAPA}
label{cap:experimental}
this intro

section{Exp}
this Exp SECTION


subsection{Descriptión}
description subSection

begin{figure}[H]
centering
caption{F1}
label{label1}
copyrightbox[b]{tcbox{includegraphics[scale=0.9]{example-image-a}}}{source: na.}
end{figure}

this image













chapter{chapter}
hellow
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in

begin{table}[ht]
begin{tabular}{cc}
Header & Header \
1&2\
end{tabular}
caption[Table caption text]{This is a table with a very long caption text
and it would be nice to use the short caption in the bookmark}
label{table 1}
end{table}

subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

begin{figure}[ht]
centering
caption{Caption.}
label{label2}
copyrightbox[b]{tcbox{includegraphics[width=3cm]{example-image-a}}}{fuente:fuente1}
end{figure}


clearpage

section{Second section}
This second sectionindex{section} may include some special



hello1
begin{figure}[ht]
centering
rule{6cm}{3cm}
caption{Figure caption text}
label{figura 1}
end{figure}
word, and expand the ones already usedindex{keywords!used}.


end{document}


not appears:



enter image description here










share|improve this question

























  • @Kurt still does not appear, edit my question with your observation

    – x-rw
    40 mins ago
















2















why the figure 1.1 does not appear in the bookmark?, all other figures appear normal because the figure in chapter 1 does not appear?



is the only figure that uses [H],
I must not erase the [H], it is forbidden



my code is based on this question: Custom bookmark list of figures and tables



I want it to appear, how do I solve it?



documentclass{book}
usepackage{caption}
usepackage{etoolbox}
usepackage{float}

usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
hypersetup{colorlinks,
linkcolor=blue,
linktoc=page}

usepackage{bookmark}
usepackage{copyrightbox}
usepackage{tcolorbox}

makeatletter
newcommand{listoffiguresbookmarks}{%
pdfbookmark[0]{listfigurename}{listoffiguresbookmark}
bookmarksetup{level=1}
@starttoc{lofb}
}
newcommand{listoftablesbookmarks}{%
pdfbookmark[0]{listtablename}{listoftablesbookmark}
bookmarksetup{level=1}
@starttoc{lotb}
}

makeatother

%%% Generate bookmarks for all figures and tables
makeatletter

pretocmdendfigure{%
addtocontents{lofb}{%
protect{%
bookmark[
rellevel=1,
keeplevel,
dest=@currentHref,
]{Figure thefigure: @currentlabelname}}}%
}{}{errmessage{Patching noexpandendfigure failed}}
pretocmdendtable{%
addtocontents{lotb}{%
protect{%
bookmark[
rellevel=1,
keeplevel,
dest=@currentHref,
]{Table thetable: @currentlabelname}}}%
}{}{errmessage{Patching noexpandendtable failed}}

makeatother



AtEndDocument{%
listoffiguresbookmarks
listoftablesbookmarks
}











begin{document}

tableofcontents
chapter*{Dedicatory}
to all my family
chapter*{Abstract}
hello world



chapter{ETAPA}
label{cap:experimental}
this intro

section{Exp}
this Exp SECTION


subsection{Descriptión}
description subSection

begin{figure}[H]
centering
caption{F1}
label{label1}
copyrightbox[b]{tcbox{includegraphics[scale=0.9]{example-image-a}}}{source: na.}
end{figure}

this image













chapter{chapter}
hellow
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in

begin{table}[ht]
begin{tabular}{cc}
Header & Header \
1&2\
end{tabular}
caption[Table caption text]{This is a table with a very long caption text
and it would be nice to use the short caption in the bookmark}
label{table 1}
end{table}

subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

begin{figure}[ht]
centering
caption{Caption.}
label{label2}
copyrightbox[b]{tcbox{includegraphics[width=3cm]{example-image-a}}}{fuente:fuente1}
end{figure}


clearpage

section{Second section}
This second sectionindex{section} may include some special



hello1
begin{figure}[ht]
centering
rule{6cm}{3cm}
caption{Figure caption text}
label{figura 1}
end{figure}
word, and expand the ones already usedindex{keywords!used}.


end{document}


not appears:



enter image description here










share|improve this question

























  • @Kurt still does not appear, edit my question with your observation

    – x-rw
    40 mins ago














2












2








2








why the figure 1.1 does not appear in the bookmark?, all other figures appear normal because the figure in chapter 1 does not appear?



is the only figure that uses [H],
I must not erase the [H], it is forbidden



my code is based on this question: Custom bookmark list of figures and tables



I want it to appear, how do I solve it?



documentclass{book}
usepackage{caption}
usepackage{etoolbox}
usepackage{float}

usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
hypersetup{colorlinks,
linkcolor=blue,
linktoc=page}

usepackage{bookmark}
usepackage{copyrightbox}
usepackage{tcolorbox}

makeatletter
newcommand{listoffiguresbookmarks}{%
pdfbookmark[0]{listfigurename}{listoffiguresbookmark}
bookmarksetup{level=1}
@starttoc{lofb}
}
newcommand{listoftablesbookmarks}{%
pdfbookmark[0]{listtablename}{listoftablesbookmark}
bookmarksetup{level=1}
@starttoc{lotb}
}

makeatother

%%% Generate bookmarks for all figures and tables
makeatletter

pretocmdendfigure{%
addtocontents{lofb}{%
protect{%
bookmark[
rellevel=1,
keeplevel,
dest=@currentHref,
]{Figure thefigure: @currentlabelname}}}%
}{}{errmessage{Patching noexpandendfigure failed}}
pretocmdendtable{%
addtocontents{lotb}{%
protect{%
bookmark[
rellevel=1,
keeplevel,
dest=@currentHref,
]{Table thetable: @currentlabelname}}}%
}{}{errmessage{Patching noexpandendtable failed}}

makeatother



AtEndDocument{%
listoffiguresbookmarks
listoftablesbookmarks
}











begin{document}

tableofcontents
chapter*{Dedicatory}
to all my family
chapter*{Abstract}
hello world



chapter{ETAPA}
label{cap:experimental}
this intro

section{Exp}
this Exp SECTION


subsection{Descriptión}
description subSection

begin{figure}[H]
centering
caption{F1}
label{label1}
copyrightbox[b]{tcbox{includegraphics[scale=0.9]{example-image-a}}}{source: na.}
end{figure}

this image













chapter{chapter}
hellow
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in

begin{table}[ht]
begin{tabular}{cc}
Header & Header \
1&2\
end{tabular}
caption[Table caption text]{This is a table with a very long caption text
and it would be nice to use the short caption in the bookmark}
label{table 1}
end{table}

subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

begin{figure}[ht]
centering
caption{Caption.}
label{label2}
copyrightbox[b]{tcbox{includegraphics[width=3cm]{example-image-a}}}{fuente:fuente1}
end{figure}


clearpage

section{Second section}
This second sectionindex{section} may include some special



hello1
begin{figure}[ht]
centering
rule{6cm}{3cm}
caption{Figure caption text}
label{figura 1}
end{figure}
word, and expand the ones already usedindex{keywords!used}.


end{document}


not appears:



enter image description here










share|improve this question
















why the figure 1.1 does not appear in the bookmark?, all other figures appear normal because the figure in chapter 1 does not appear?



is the only figure that uses [H],
I must not erase the [H], it is forbidden



my code is based on this question: Custom bookmark list of figures and tables



I want it to appear, how do I solve it?



documentclass{book}
usepackage{caption}
usepackage{etoolbox}
usepackage{float}

usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
hypersetup{colorlinks,
linkcolor=blue,
linktoc=page}

usepackage{bookmark}
usepackage{copyrightbox}
usepackage{tcolorbox}

makeatletter
newcommand{listoffiguresbookmarks}{%
pdfbookmark[0]{listfigurename}{listoffiguresbookmark}
bookmarksetup{level=1}
@starttoc{lofb}
}
newcommand{listoftablesbookmarks}{%
pdfbookmark[0]{listtablename}{listoftablesbookmark}
bookmarksetup{level=1}
@starttoc{lotb}
}

makeatother

%%% Generate bookmarks for all figures and tables
makeatletter

pretocmdendfigure{%
addtocontents{lofb}{%
protect{%
bookmark[
rellevel=1,
keeplevel,
dest=@currentHref,
]{Figure thefigure: @currentlabelname}}}%
}{}{errmessage{Patching noexpandendfigure failed}}
pretocmdendtable{%
addtocontents{lotb}{%
protect{%
bookmark[
rellevel=1,
keeplevel,
dest=@currentHref,
]{Table thetable: @currentlabelname}}}%
}{}{errmessage{Patching noexpandendtable failed}}

makeatother



AtEndDocument{%
listoffiguresbookmarks
listoftablesbookmarks
}











begin{document}

tableofcontents
chapter*{Dedicatory}
to all my family
chapter*{Abstract}
hello world



chapter{ETAPA}
label{cap:experimental}
this intro

section{Exp}
this Exp SECTION


subsection{Descriptión}
description subSection

begin{figure}[H]
centering
caption{F1}
label{label1}
copyrightbox[b]{tcbox{includegraphics[scale=0.9]{example-image-a}}}{source: na.}
end{figure}

this image













chapter{chapter}
hellow
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in

begin{table}[ht]
begin{tabular}{cc}
Header & Header \
1&2\
end{tabular}
caption[Table caption text]{This is a table with a very long caption text
and it would be nice to use the short caption in the bookmark}
label{table 1}
end{table}

subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

begin{figure}[ht]
centering
caption{Caption.}
label{label2}
copyrightbox[b]{tcbox{includegraphics[width=3cm]{example-image-a}}}{fuente:fuente1}
end{figure}


clearpage

section{Second section}
This second sectionindex{section} may include some special



hello1
begin{figure}[ht]
centering
rule{6cm}{3cm}
caption{Figure caption text}
label{figura 1}
end{figure}
word, and expand the ones already usedindex{keywords!used}.


end{document}


not appears:



enter image description here







table-of-contents bookmarks






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 14 mins ago







x-rw

















asked 56 mins ago









x-rwx-rw

51818




51818













  • @Kurt still does not appear, edit my question with your observation

    – x-rw
    40 mins ago



















  • @Kurt still does not appear, edit my question with your observation

    – x-rw
    40 mins ago

















@Kurt still does not appear, edit my question with your observation

– x-rw
40 mins ago





@Kurt still does not appear, edit my question with your observation

– x-rw
40 mins ago










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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f476682%2fwhy-not-appear-figure-with-h-in-the-bookmark%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
















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%2f476682%2fwhy-not-appear-figure-with-h-in-the-bookmark%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

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...