How get mark of index?












1















I want get this bookmarks.



enter image description here



but i only get this:



enter image description here



Is there a way to get this index with the markers in the image?



documentclass{book}
usepackage[utf8]{inputenc}
usepackage{imakeidx}
usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
makeindex[columns=3, title=Alphabetical Index, intoc]

begin{document}

tableofcontents
chapter*{Dedicatory}
to all my family
chapter*{Abstract}
hello world
chapter{chapter}
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in the
Indexindex{Index}.
subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

clearpage

section{Second section}
This second sectionindex{section} may include some special
word, and expand the ones already usedindex{keywords!used}.

printindex
end{document}









share|improve this question

























  • Add usepackage{hyperref} to your preamble and recompile twice.

    – leandriis
    Feb 25 at 16:13











  • @leandriis but i need the tree of image

    – x-rw
    Feb 25 at 16:18











  • @leandriis i edited my question

    – x-rw
    Feb 25 at 16:37











  • Can you be a bit more specific? I think part of you problem is that you use starred commands (such as chapter*) which do not show in the table of contents

    – sheß
    Feb 25 at 17:18











  • @sheß i want show the bookmark as in the first image that I put, Dedicatory and abstract should locate in up

    – x-rw
    Feb 25 at 17:21


















1















I want get this bookmarks.



enter image description here



but i only get this:



enter image description here



Is there a way to get this index with the markers in the image?



documentclass{book}
usepackage[utf8]{inputenc}
usepackage{imakeidx}
usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
makeindex[columns=3, title=Alphabetical Index, intoc]

begin{document}

tableofcontents
chapter*{Dedicatory}
to all my family
chapter*{Abstract}
hello world
chapter{chapter}
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in the
Indexindex{Index}.
subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

clearpage

section{Second section}
This second sectionindex{section} may include some special
word, and expand the ones already usedindex{keywords!used}.

printindex
end{document}









share|improve this question

























  • Add usepackage{hyperref} to your preamble and recompile twice.

    – leandriis
    Feb 25 at 16:13











  • @leandriis but i need the tree of image

    – x-rw
    Feb 25 at 16:18











  • @leandriis i edited my question

    – x-rw
    Feb 25 at 16:37











  • Can you be a bit more specific? I think part of you problem is that you use starred commands (such as chapter*) which do not show in the table of contents

    – sheß
    Feb 25 at 17:18











  • @sheß i want show the bookmark as in the first image that I put, Dedicatory and abstract should locate in up

    – x-rw
    Feb 25 at 17:21
















1












1








1








I want get this bookmarks.



enter image description here



but i only get this:



enter image description here



Is there a way to get this index with the markers in the image?



documentclass{book}
usepackage[utf8]{inputenc}
usepackage{imakeidx}
usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
makeindex[columns=3, title=Alphabetical Index, intoc]

begin{document}

tableofcontents
chapter*{Dedicatory}
to all my family
chapter*{Abstract}
hello world
chapter{chapter}
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in the
Indexindex{Index}.
subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

clearpage

section{Second section}
This second sectionindex{section} may include some special
word, and expand the ones already usedindex{keywords!used}.

printindex
end{document}









share|improve this question
















I want get this bookmarks.



enter image description here



but i only get this:



enter image description here



Is there a way to get this index with the markers in the image?



documentclass{book}
usepackage[utf8]{inputenc}
usepackage{imakeidx}
usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
makeindex[columns=3, title=Alphabetical Index, intoc]

begin{document}

tableofcontents
chapter*{Dedicatory}
to all my family
chapter*{Abstract}
hello world
chapter{chapter}
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in the
Indexindex{Index}.
subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

clearpage

section{Second section}
This second sectionindex{section} may include some special
word, and expand the ones already usedindex{keywords!used}.

printindex
end{document}






table-of-contents bookmarks






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 25 at 18:56







x-rw

















asked Feb 25 at 15:08









x-rwx-rw

49719




49719













  • Add usepackage{hyperref} to your preamble and recompile twice.

    – leandriis
    Feb 25 at 16:13











  • @leandriis but i need the tree of image

    – x-rw
    Feb 25 at 16:18











  • @leandriis i edited my question

    – x-rw
    Feb 25 at 16:37











  • Can you be a bit more specific? I think part of you problem is that you use starred commands (such as chapter*) which do not show in the table of contents

    – sheß
    Feb 25 at 17:18











  • @sheß i want show the bookmark as in the first image that I put, Dedicatory and abstract should locate in up

    – x-rw
    Feb 25 at 17:21





















  • Add usepackage{hyperref} to your preamble and recompile twice.

    – leandriis
    Feb 25 at 16:13











  • @leandriis but i need the tree of image

    – x-rw
    Feb 25 at 16:18











  • @leandriis i edited my question

    – x-rw
    Feb 25 at 16:37











  • Can you be a bit more specific? I think part of you problem is that you use starred commands (such as chapter*) which do not show in the table of contents

    – sheß
    Feb 25 at 17:18











  • @sheß i want show the bookmark as in the first image that I put, Dedicatory and abstract should locate in up

    – x-rw
    Feb 25 at 17:21



















Add usepackage{hyperref} to your preamble and recompile twice.

– leandriis
Feb 25 at 16:13





Add usepackage{hyperref} to your preamble and recompile twice.

– leandriis
Feb 25 at 16:13













@leandriis but i need the tree of image

– x-rw
Feb 25 at 16:18





@leandriis but i need the tree of image

– x-rw
Feb 25 at 16:18













@leandriis i edited my question

– x-rw
Feb 25 at 16:37





@leandriis i edited my question

– x-rw
Feb 25 at 16:37













Can you be a bit more specific? I think part of you problem is that you use starred commands (such as chapter*) which do not show in the table of contents

– sheß
Feb 25 at 17:18





Can you be a bit more specific? I think part of you problem is that you use starred commands (such as chapter*) which do not show in the table of contents

– sheß
Feb 25 at 17:18













@sheß i want show the bookmark as in the first image that I put, Dedicatory and abstract should locate in up

– x-rw
Feb 25 at 17:21







@sheß i want show the bookmark as in the first image that I put, Dedicatory and abstract should locate in up

– x-rw
Feb 25 at 17:21












1 Answer
1






active

oldest

votes


















3














You can add them e.g. with pdfbookmark:



documentclass{book}
usepackage[utf8]{inputenc}
usepackage{imakeidx}
usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
makeindex[columns=3, title=Alphabetical Index, intoc]

begin{document}

tableofcontents

cleardoublepage
pdfbookmark{Dedicatory}{dedic}
chapter*{Dedicatory}

to all my family

cleardoublepage
pdfbookmark{Abstract}{abstr}

chapter*{Abstract}

hello world


chapter{chapter}
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in the
Indexindex{Index}.
subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

clearpage

section{Second section}
This second sectionindex{section} may include some special
word, and expand the ones already usedindex{keywords!used}.

printindex
end{document}





share|improve this answer
























  • thank you very much, but still need to put the parent nodes, "start" and "index general" (see figure 1 please)

    – x-rw
    Feb 25 at 17:26






  • 1





    Use pdfbookmark[-1]{Start}{start} for the start node, and figure out yourself how to get index general.

    – Ulrike Fischer
    Feb 25 at 17:30











  • with [-1] it is not at the same level as in my first figure

    – x-rw
    Feb 25 at 17:39






  • 1





    Don't use -1 for index general, if you don't want to have it at the same level as start. And make an educated guess what the -1 is doing and how you can use this optional argument to arrange the levels to your liking.

    – Ulrike Fischer
    Feb 25 at 17:47











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%2f476612%2fhow-get-mark-of-index%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









3














You can add them e.g. with pdfbookmark:



documentclass{book}
usepackage[utf8]{inputenc}
usepackage{imakeidx}
usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
makeindex[columns=3, title=Alphabetical Index, intoc]

begin{document}

tableofcontents

cleardoublepage
pdfbookmark{Dedicatory}{dedic}
chapter*{Dedicatory}

to all my family

cleardoublepage
pdfbookmark{Abstract}{abstr}

chapter*{Abstract}

hello world


chapter{chapter}
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in the
Indexindex{Index}.
subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

clearpage

section{Second section}
This second sectionindex{section} may include some special
word, and expand the ones already usedindex{keywords!used}.

printindex
end{document}





share|improve this answer
























  • thank you very much, but still need to put the parent nodes, "start" and "index general" (see figure 1 please)

    – x-rw
    Feb 25 at 17:26






  • 1





    Use pdfbookmark[-1]{Start}{start} for the start node, and figure out yourself how to get index general.

    – Ulrike Fischer
    Feb 25 at 17:30











  • with [-1] it is not at the same level as in my first figure

    – x-rw
    Feb 25 at 17:39






  • 1





    Don't use -1 for index general, if you don't want to have it at the same level as start. And make an educated guess what the -1 is doing and how you can use this optional argument to arrange the levels to your liking.

    – Ulrike Fischer
    Feb 25 at 17:47
















3














You can add them e.g. with pdfbookmark:



documentclass{book}
usepackage[utf8]{inputenc}
usepackage{imakeidx}
usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
makeindex[columns=3, title=Alphabetical Index, intoc]

begin{document}

tableofcontents

cleardoublepage
pdfbookmark{Dedicatory}{dedic}
chapter*{Dedicatory}

to all my family

cleardoublepage
pdfbookmark{Abstract}{abstr}

chapter*{Abstract}

hello world


chapter{chapter}
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in the
Indexindex{Index}.
subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

clearpage

section{Second section}
This second sectionindex{section} may include some special
word, and expand the ones already usedindex{keywords!used}.

printindex
end{document}





share|improve this answer
























  • thank you very much, but still need to put the parent nodes, "start" and "index general" (see figure 1 please)

    – x-rw
    Feb 25 at 17:26






  • 1





    Use pdfbookmark[-1]{Start}{start} for the start node, and figure out yourself how to get index general.

    – Ulrike Fischer
    Feb 25 at 17:30











  • with [-1] it is not at the same level as in my first figure

    – x-rw
    Feb 25 at 17:39






  • 1





    Don't use -1 for index general, if you don't want to have it at the same level as start. And make an educated guess what the -1 is doing and how you can use this optional argument to arrange the levels to your liking.

    – Ulrike Fischer
    Feb 25 at 17:47














3












3








3







You can add them e.g. with pdfbookmark:



documentclass{book}
usepackage[utf8]{inputenc}
usepackage{imakeidx}
usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
makeindex[columns=3, title=Alphabetical Index, intoc]

begin{document}

tableofcontents

cleardoublepage
pdfbookmark{Dedicatory}{dedic}
chapter*{Dedicatory}

to all my family

cleardoublepage
pdfbookmark{Abstract}{abstr}

chapter*{Abstract}

hello world


chapter{chapter}
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in the
Indexindex{Index}.
subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

clearpage

section{Second section}
This second sectionindex{section} may include some special
word, and expand the ones already usedindex{keywords!used}.

printindex
end{document}





share|improve this answer













You can add them e.g. with pdfbookmark:



documentclass{book}
usepackage[utf8]{inputenc}
usepackage{imakeidx}
usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
usepackage[pdftex, bookmarksnumbered, pagebackref, colorlinks=true, citecolor=Blue, linkcolor=DarkBlue!30!Black, urlcolor=Black,bookmarksopen]{hyperref}
makeindex[columns=3, title=Alphabetical Index, intoc]

begin{document}

tableofcontents

cleardoublepage
pdfbookmark{Dedicatory}{dedic}
chapter*{Dedicatory}

to all my family

cleardoublepage
pdfbookmark{Abstract}{abstr}

chapter*{Abstract}

hello world


chapter{chapter}
section{Introduction}
In this example several keywordsindex{keywords} will be
used which are important and deserve to appear in the
Indexindex{Index}.
subsection{subsection}
Terms like generateindex{generate} and someindex{others}
will also show up. Terms in the index can also be
nested index{Index!nested}

clearpage

section{Second section}
This second sectionindex{section} may include some special
word, and expand the ones already usedindex{keywords!used}.

printindex
end{document}






share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 25 at 17:23









Ulrike FischerUlrike Fischer

194k8302688




194k8302688













  • thank you very much, but still need to put the parent nodes, "start" and "index general" (see figure 1 please)

    – x-rw
    Feb 25 at 17:26






  • 1





    Use pdfbookmark[-1]{Start}{start} for the start node, and figure out yourself how to get index general.

    – Ulrike Fischer
    Feb 25 at 17:30











  • with [-1] it is not at the same level as in my first figure

    – x-rw
    Feb 25 at 17:39






  • 1





    Don't use -1 for index general, if you don't want to have it at the same level as start. And make an educated guess what the -1 is doing and how you can use this optional argument to arrange the levels to your liking.

    – Ulrike Fischer
    Feb 25 at 17:47



















  • thank you very much, but still need to put the parent nodes, "start" and "index general" (see figure 1 please)

    – x-rw
    Feb 25 at 17:26






  • 1





    Use pdfbookmark[-1]{Start}{start} for the start node, and figure out yourself how to get index general.

    – Ulrike Fischer
    Feb 25 at 17:30











  • with [-1] it is not at the same level as in my first figure

    – x-rw
    Feb 25 at 17:39






  • 1





    Don't use -1 for index general, if you don't want to have it at the same level as start. And make an educated guess what the -1 is doing and how you can use this optional argument to arrange the levels to your liking.

    – Ulrike Fischer
    Feb 25 at 17:47

















thank you very much, but still need to put the parent nodes, "start" and "index general" (see figure 1 please)

– x-rw
Feb 25 at 17:26





thank you very much, but still need to put the parent nodes, "start" and "index general" (see figure 1 please)

– x-rw
Feb 25 at 17:26




1




1





Use pdfbookmark[-1]{Start}{start} for the start node, and figure out yourself how to get index general.

– Ulrike Fischer
Feb 25 at 17:30





Use pdfbookmark[-1]{Start}{start} for the start node, and figure out yourself how to get index general.

– Ulrike Fischer
Feb 25 at 17:30













with [-1] it is not at the same level as in my first figure

– x-rw
Feb 25 at 17:39





with [-1] it is not at the same level as in my first figure

– x-rw
Feb 25 at 17:39




1




1





Don't use -1 for index general, if you don't want to have it at the same level as start. And make an educated guess what the -1 is doing and how you can use this optional argument to arrange the levels to your liking.

– Ulrike Fischer
Feb 25 at 17:47





Don't use -1 for index general, if you don't want to have it at the same level as start. And make an educated guess what the -1 is doing and how you can use this optional argument to arrange the levels to your liking.

– Ulrike Fischer
Feb 25 at 17:47


















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%2f476612%2fhow-get-mark-of-index%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?