cannot use package makeidx












0















I want to use the package makeidx, but I can't.
When I comment out the usepackage{makeidx} everything is ok, but I don't have index at the end.



Note



index{animal} at the end.



I have this source



documentclass{article}
usepackage{amsmath,amssymb}
%usepackage[fleqn]{amsmath}
usepackage{stmaryrd}

usepackage{makeidx}

DeclareMathAlphabetEuScript{U}{eus}{m}{n}
SetMathAlphabetEuScript{bold}{U}{eus}{b}{n}
newcommand{CMcal}{}
letCMcal=mathcal
usepackage{fancybox}
usepackage{shadow}

usepackage{carom,epic,eepic,hetarom}

usepackage{xymtexpdf}%%PDF-compatible mode
%usepackage{xymtexps}%%PostScript-compatible mode
%wedgehashedwedge%global declaration



begin{document}
cyclohexanev{2B==Cl;4E==S}
X shadowbox{This is a shadowbox}
Y shabox{This is a shabox} Z

cyclohexanev{}
cyclohexanev{ 1==1 ; %
2D==2D ; %
3A==3A ; %
4B==4B ; %
5Sa==5Sa ; 5Sb==5Sb ; %
6SA==6SA ; 6SB==6SB}

index{animal}


$bigcurlyvee$

[ mathcal{A} = EuScript{A} neq CMcal{A} ]
begin{theindex}
end{theindex}

end{document}


AND I GOT THIS ERROR




Command Line: bibtex.exe "ideje7" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit) The top-level
auxiliary file: ideje7.aux I found no citation commands---while
reading file ideje7.aux I found no bibdata command---while reading
file ideje7.aux I found no bibstyle command---while reading file
ideje7.aux (There were 3 error messages)



Command Line: makeindex.exe "ideje7.idx" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is makeindex, version 2.15 [MiKTeX 2.9 64-bit] (kpathsea + Thai
support). Scanning input file ideje7.idx....done (1 entries accepted,
0 rejected). Sorting entries...done (0 comparisons). Generating output
file ideje7.ind....done (5 lines written, 0 warnings). Output written
in ideje7.ind. Transcript written in ideje7.ilg.



Command Line: pdflatex.exe --interaction=errorstopmode --synctex=-1
"C:Usershynek0DesktopTH0diplideje7.tex" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is pdfTeX, Version 3.14159265-2.6-1.40.15 (MiKTeX 2.9 64-bit)
entering extended mode (C:/Users/hynek0/Desktop/TH0dipl/ideje7.tex
LaTeX2e <2014/05/01> Babel <3.9l> and hyphenation patterns for 68
languages loaded.
(D:ProgramFilesMikTexExetexlatexbasearticle.cls Document Class:
article 2014/09/29 v1.4h Standard LaTeX document class
(D:ProgramFilesMikTexExetexlatexbasesize10.clo))
(D:ProgramFilesMikTexExetexlatexamsmathamsmath.sty For
additional information on amsmath, use the `?' option.
(D:ProgramFilesMikTexExetexlatexamsmathamstext.sty
(D:ProgramFilesMikTexExetexlatexamsmathamsgen.sty))
(D:ProgramFilesMikTexExetexlatexamsmathamsbsy.sty)
(D:ProgramFilesMikTexExetexlatexamsmathamsopn.sty))
(D:ProgramFilesMikTexExetexlatexamsfontsamssymb.sty
(D:ProgramFilesMikTexExetexlatexamsfontsamsfonts.sty))
(D:ProgramFilesMikTexExetexlatexstmaryrdstmaryrd.sty)
(D:ProgramFilesMikTexExetexlatexbasemakeidx.sty



! LaTeX Error: see undefined.



See the LaTeX manual or LaTeX Companion for explanation. Type H
for immediate help. ...



                                               l.41 renewcommand*see
[2]{emph{seename} #1} ?


Process has been killed ...











share|improve this question




















  • 1





    You have no makeindex in the preamble and the index is usually printed with printindex, which does begin{theindex}...end{theindex} internally. So you're using makeidx not correctly. All the other stuff with cyclohexa... is not necessary in order to show the minimal problem, I think

    – Christian Hupfer
    Jan 22 at 20:26








  • 1





    I tried your example, kicked the unnecessary chemistry stuff and can compile it...

    – Christian Hupfer
    Jan 22 at 20:29











  • can you give me the source here you can compile?

    – user2925716
    Jan 22 at 20:30






  • 1





    There is no way really other than posting code as an answer or pastebin, but I don't have a pastebin account. I can compile even the full document, there's no error for me. If your code breaks at usepackage{makeidx} then something different is wrong, perhaps a broken installation

    – Christian Hupfer
    Jan 22 at 20:34













  • Well, the answer will do. Can you post it as an answer then?

    – user2925716
    Jan 22 at 20:36
















0















I want to use the package makeidx, but I can't.
When I comment out the usepackage{makeidx} everything is ok, but I don't have index at the end.



Note



index{animal} at the end.



I have this source



documentclass{article}
usepackage{amsmath,amssymb}
%usepackage[fleqn]{amsmath}
usepackage{stmaryrd}

usepackage{makeidx}

DeclareMathAlphabetEuScript{U}{eus}{m}{n}
SetMathAlphabetEuScript{bold}{U}{eus}{b}{n}
newcommand{CMcal}{}
letCMcal=mathcal
usepackage{fancybox}
usepackage{shadow}

usepackage{carom,epic,eepic,hetarom}

usepackage{xymtexpdf}%%PDF-compatible mode
%usepackage{xymtexps}%%PostScript-compatible mode
%wedgehashedwedge%global declaration



begin{document}
cyclohexanev{2B==Cl;4E==S}
X shadowbox{This is a shadowbox}
Y shabox{This is a shabox} Z

cyclohexanev{}
cyclohexanev{ 1==1 ; %
2D==2D ; %
3A==3A ; %
4B==4B ; %
5Sa==5Sa ; 5Sb==5Sb ; %
6SA==6SA ; 6SB==6SB}

index{animal}


$bigcurlyvee$

[ mathcal{A} = EuScript{A} neq CMcal{A} ]
begin{theindex}
end{theindex}

end{document}


AND I GOT THIS ERROR




Command Line: bibtex.exe "ideje7" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit) The top-level
auxiliary file: ideje7.aux I found no citation commands---while
reading file ideje7.aux I found no bibdata command---while reading
file ideje7.aux I found no bibstyle command---while reading file
ideje7.aux (There were 3 error messages)



Command Line: makeindex.exe "ideje7.idx" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is makeindex, version 2.15 [MiKTeX 2.9 64-bit] (kpathsea + Thai
support). Scanning input file ideje7.idx....done (1 entries accepted,
0 rejected). Sorting entries...done (0 comparisons). Generating output
file ideje7.ind....done (5 lines written, 0 warnings). Output written
in ideje7.ind. Transcript written in ideje7.ilg.



Command Line: pdflatex.exe --interaction=errorstopmode --synctex=-1
"C:Usershynek0DesktopTH0diplideje7.tex" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is pdfTeX, Version 3.14159265-2.6-1.40.15 (MiKTeX 2.9 64-bit)
entering extended mode (C:/Users/hynek0/Desktop/TH0dipl/ideje7.tex
LaTeX2e <2014/05/01> Babel <3.9l> and hyphenation patterns for 68
languages loaded.
(D:ProgramFilesMikTexExetexlatexbasearticle.cls Document Class:
article 2014/09/29 v1.4h Standard LaTeX document class
(D:ProgramFilesMikTexExetexlatexbasesize10.clo))
(D:ProgramFilesMikTexExetexlatexamsmathamsmath.sty For
additional information on amsmath, use the `?' option.
(D:ProgramFilesMikTexExetexlatexamsmathamstext.sty
(D:ProgramFilesMikTexExetexlatexamsmathamsgen.sty))
(D:ProgramFilesMikTexExetexlatexamsmathamsbsy.sty)
(D:ProgramFilesMikTexExetexlatexamsmathamsopn.sty))
(D:ProgramFilesMikTexExetexlatexamsfontsamssymb.sty
(D:ProgramFilesMikTexExetexlatexamsfontsamsfonts.sty))
(D:ProgramFilesMikTexExetexlatexstmaryrdstmaryrd.sty)
(D:ProgramFilesMikTexExetexlatexbasemakeidx.sty



! LaTeX Error: see undefined.



See the LaTeX manual or LaTeX Companion for explanation. Type H
for immediate help. ...



                                               l.41 renewcommand*see
[2]{emph{seename} #1} ?


Process has been killed ...











share|improve this question




















  • 1





    You have no makeindex in the preamble and the index is usually printed with printindex, which does begin{theindex}...end{theindex} internally. So you're using makeidx not correctly. All the other stuff with cyclohexa... is not necessary in order to show the minimal problem, I think

    – Christian Hupfer
    Jan 22 at 20:26








  • 1





    I tried your example, kicked the unnecessary chemistry stuff and can compile it...

    – Christian Hupfer
    Jan 22 at 20:29











  • can you give me the source here you can compile?

    – user2925716
    Jan 22 at 20:30






  • 1





    There is no way really other than posting code as an answer or pastebin, but I don't have a pastebin account. I can compile even the full document, there's no error for me. If your code breaks at usepackage{makeidx} then something different is wrong, perhaps a broken installation

    – Christian Hupfer
    Jan 22 at 20:34













  • Well, the answer will do. Can you post it as an answer then?

    – user2925716
    Jan 22 at 20:36














0












0








0








I want to use the package makeidx, but I can't.
When I comment out the usepackage{makeidx} everything is ok, but I don't have index at the end.



Note



index{animal} at the end.



I have this source



documentclass{article}
usepackage{amsmath,amssymb}
%usepackage[fleqn]{amsmath}
usepackage{stmaryrd}

usepackage{makeidx}

DeclareMathAlphabetEuScript{U}{eus}{m}{n}
SetMathAlphabetEuScript{bold}{U}{eus}{b}{n}
newcommand{CMcal}{}
letCMcal=mathcal
usepackage{fancybox}
usepackage{shadow}

usepackage{carom,epic,eepic,hetarom}

usepackage{xymtexpdf}%%PDF-compatible mode
%usepackage{xymtexps}%%PostScript-compatible mode
%wedgehashedwedge%global declaration



begin{document}
cyclohexanev{2B==Cl;4E==S}
X shadowbox{This is a shadowbox}
Y shabox{This is a shabox} Z

cyclohexanev{}
cyclohexanev{ 1==1 ; %
2D==2D ; %
3A==3A ; %
4B==4B ; %
5Sa==5Sa ; 5Sb==5Sb ; %
6SA==6SA ; 6SB==6SB}

index{animal}


$bigcurlyvee$

[ mathcal{A} = EuScript{A} neq CMcal{A} ]
begin{theindex}
end{theindex}

end{document}


AND I GOT THIS ERROR




Command Line: bibtex.exe "ideje7" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit) The top-level
auxiliary file: ideje7.aux I found no citation commands---while
reading file ideje7.aux I found no bibdata command---while reading
file ideje7.aux I found no bibstyle command---while reading file
ideje7.aux (There were 3 error messages)



Command Line: makeindex.exe "ideje7.idx" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is makeindex, version 2.15 [MiKTeX 2.9 64-bit] (kpathsea + Thai
support). Scanning input file ideje7.idx....done (1 entries accepted,
0 rejected). Sorting entries...done (0 comparisons). Generating output
file ideje7.ind....done (5 lines written, 0 warnings). Output written
in ideje7.ind. Transcript written in ideje7.ilg.



Command Line: pdflatex.exe --interaction=errorstopmode --synctex=-1
"C:Usershynek0DesktopTH0diplideje7.tex" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is pdfTeX, Version 3.14159265-2.6-1.40.15 (MiKTeX 2.9 64-bit)
entering extended mode (C:/Users/hynek0/Desktop/TH0dipl/ideje7.tex
LaTeX2e <2014/05/01> Babel <3.9l> and hyphenation patterns for 68
languages loaded.
(D:ProgramFilesMikTexExetexlatexbasearticle.cls Document Class:
article 2014/09/29 v1.4h Standard LaTeX document class
(D:ProgramFilesMikTexExetexlatexbasesize10.clo))
(D:ProgramFilesMikTexExetexlatexamsmathamsmath.sty For
additional information on amsmath, use the `?' option.
(D:ProgramFilesMikTexExetexlatexamsmathamstext.sty
(D:ProgramFilesMikTexExetexlatexamsmathamsgen.sty))
(D:ProgramFilesMikTexExetexlatexamsmathamsbsy.sty)
(D:ProgramFilesMikTexExetexlatexamsmathamsopn.sty))
(D:ProgramFilesMikTexExetexlatexamsfontsamssymb.sty
(D:ProgramFilesMikTexExetexlatexamsfontsamsfonts.sty))
(D:ProgramFilesMikTexExetexlatexstmaryrdstmaryrd.sty)
(D:ProgramFilesMikTexExetexlatexbasemakeidx.sty



! LaTeX Error: see undefined.



See the LaTeX manual or LaTeX Companion for explanation. Type H
for immediate help. ...



                                               l.41 renewcommand*see
[2]{emph{seename} #1} ?


Process has been killed ...











share|improve this question
















I want to use the package makeidx, but I can't.
When I comment out the usepackage{makeidx} everything is ok, but I don't have index at the end.



Note



index{animal} at the end.



I have this source



documentclass{article}
usepackage{amsmath,amssymb}
%usepackage[fleqn]{amsmath}
usepackage{stmaryrd}

usepackage{makeidx}

DeclareMathAlphabetEuScript{U}{eus}{m}{n}
SetMathAlphabetEuScript{bold}{U}{eus}{b}{n}
newcommand{CMcal}{}
letCMcal=mathcal
usepackage{fancybox}
usepackage{shadow}

usepackage{carom,epic,eepic,hetarom}

usepackage{xymtexpdf}%%PDF-compatible mode
%usepackage{xymtexps}%%PostScript-compatible mode
%wedgehashedwedge%global declaration



begin{document}
cyclohexanev{2B==Cl;4E==S}
X shadowbox{This is a shadowbox}
Y shabox{This is a shabox} Z

cyclohexanev{}
cyclohexanev{ 1==1 ; %
2D==2D ; %
3A==3A ; %
4B==4B ; %
5Sa==5Sa ; 5Sb==5Sb ; %
6SA==6SA ; 6SB==6SB}

index{animal}


$bigcurlyvee$

[ mathcal{A} = EuScript{A} neq CMcal{A} ]
begin{theindex}
end{theindex}

end{document}


AND I GOT THIS ERROR




Command Line: bibtex.exe "ideje7" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is BibTeX, Version 0.99d (MiKTeX 2.9 64-bit) The top-level
auxiliary file: ideje7.aux I found no citation commands---while
reading file ideje7.aux I found no bibdata command---while reading
file ideje7.aux I found no bibstyle command---while reading file
ideje7.aux (There were 3 error messages)



Command Line: makeindex.exe "ideje7.idx" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is makeindex, version 2.15 [MiKTeX 2.9 64-bit] (kpathsea + Thai
support). Scanning input file ideje7.idx....done (1 entries accepted,
0 rejected). Sorting entries...done (0 comparisons). Generating output
file ideje7.ind....done (5 lines written, 0 warnings). Output written
in ideje7.ind. Transcript written in ideje7.ilg.



Command Line: pdflatex.exe --interaction=errorstopmode --synctex=-1
"C:Usershynek0DesktopTH0diplideje7.tex" Startup Folder:
C:Usershynek0DesktopTH0dipl



This is pdfTeX, Version 3.14159265-2.6-1.40.15 (MiKTeX 2.9 64-bit)
entering extended mode (C:/Users/hynek0/Desktop/TH0dipl/ideje7.tex
LaTeX2e <2014/05/01> Babel <3.9l> and hyphenation patterns for 68
languages loaded.
(D:ProgramFilesMikTexExetexlatexbasearticle.cls Document Class:
article 2014/09/29 v1.4h Standard LaTeX document class
(D:ProgramFilesMikTexExetexlatexbasesize10.clo))
(D:ProgramFilesMikTexExetexlatexamsmathamsmath.sty For
additional information on amsmath, use the `?' option.
(D:ProgramFilesMikTexExetexlatexamsmathamstext.sty
(D:ProgramFilesMikTexExetexlatexamsmathamsgen.sty))
(D:ProgramFilesMikTexExetexlatexamsmathamsbsy.sty)
(D:ProgramFilesMikTexExetexlatexamsmathamsopn.sty))
(D:ProgramFilesMikTexExetexlatexamsfontsamssymb.sty
(D:ProgramFilesMikTexExetexlatexamsfontsamsfonts.sty))
(D:ProgramFilesMikTexExetexlatexstmaryrdstmaryrd.sty)
(D:ProgramFilesMikTexExetexlatexbasemakeidx.sty



! LaTeX Error: see undefined.



See the LaTeX manual or LaTeX Companion for explanation. Type H
for immediate help. ...



                                               l.41 renewcommand*see
[2]{emph{seename} #1} ?


Process has been killed ...








pdftex makeidx






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 22 at 20:22









Christian Hupfer

149k14197392




149k14197392










asked Jan 22 at 20:20









user2925716user2925716

1455




1455








  • 1





    You have no makeindex in the preamble and the index is usually printed with printindex, which does begin{theindex}...end{theindex} internally. So you're using makeidx not correctly. All the other stuff with cyclohexa... is not necessary in order to show the minimal problem, I think

    – Christian Hupfer
    Jan 22 at 20:26








  • 1





    I tried your example, kicked the unnecessary chemistry stuff and can compile it...

    – Christian Hupfer
    Jan 22 at 20:29











  • can you give me the source here you can compile?

    – user2925716
    Jan 22 at 20:30






  • 1





    There is no way really other than posting code as an answer or pastebin, but I don't have a pastebin account. I can compile even the full document, there's no error for me. If your code breaks at usepackage{makeidx} then something different is wrong, perhaps a broken installation

    – Christian Hupfer
    Jan 22 at 20:34













  • Well, the answer will do. Can you post it as an answer then?

    – user2925716
    Jan 22 at 20:36














  • 1





    You have no makeindex in the preamble and the index is usually printed with printindex, which does begin{theindex}...end{theindex} internally. So you're using makeidx not correctly. All the other stuff with cyclohexa... is not necessary in order to show the minimal problem, I think

    – Christian Hupfer
    Jan 22 at 20:26








  • 1





    I tried your example, kicked the unnecessary chemistry stuff and can compile it...

    – Christian Hupfer
    Jan 22 at 20:29











  • can you give me the source here you can compile?

    – user2925716
    Jan 22 at 20:30






  • 1





    There is no way really other than posting code as an answer or pastebin, but I don't have a pastebin account. I can compile even the full document, there's no error for me. If your code breaks at usepackage{makeidx} then something different is wrong, perhaps a broken installation

    – Christian Hupfer
    Jan 22 at 20:34













  • Well, the answer will do. Can you post it as an answer then?

    – user2925716
    Jan 22 at 20:36








1




1





You have no makeindex in the preamble and the index is usually printed with printindex, which does begin{theindex}...end{theindex} internally. So you're using makeidx not correctly. All the other stuff with cyclohexa... is not necessary in order to show the minimal problem, I think

– Christian Hupfer
Jan 22 at 20:26







You have no makeindex in the preamble and the index is usually printed with printindex, which does begin{theindex}...end{theindex} internally. So you're using makeidx not correctly. All the other stuff with cyclohexa... is not necessary in order to show the minimal problem, I think

– Christian Hupfer
Jan 22 at 20:26






1




1





I tried your example, kicked the unnecessary chemistry stuff and can compile it...

– Christian Hupfer
Jan 22 at 20:29





I tried your example, kicked the unnecessary chemistry stuff and can compile it...

– Christian Hupfer
Jan 22 at 20:29













can you give me the source here you can compile?

– user2925716
Jan 22 at 20:30





can you give me the source here you can compile?

– user2925716
Jan 22 at 20:30




1




1





There is no way really other than posting code as an answer or pastebin, but I don't have a pastebin account. I can compile even the full document, there's no error for me. If your code breaks at usepackage{makeidx} then something different is wrong, perhaps a broken installation

– Christian Hupfer
Jan 22 at 20:34







There is no way really other than posting code as an answer or pastebin, but I don't have a pastebin account. I can compile even the full document, there's no error for me. If your code breaks at usepackage{makeidx} then something different is wrong, perhaps a broken installation

– Christian Hupfer
Jan 22 at 20:34















Well, the answer will do. Can you post it as an answer then?

– user2925716
Jan 22 at 20:36





Well, the answer will do. Can you post it as an answer then?

– user2925716
Jan 22 at 20:36










1 Answer
1






active

oldest

votes


















1














To summarise the comments
For others benefit the mwe adapted like this



documentclass{article}
usepackage{amsmath,amssymb}
%usepackage[fleqn]{amsmath}
usepackage{stmaryrd}

usepackage{makeidx}
makeindex % make an index

DeclareMathAlphabetEuScript{U}{eus}{m}{n}
SetMathAlphabetEuScript{bold}{U}{eus}{b}{n}
newcommand{CMcal}{}
letCMcal=mathcal
usepackage{fancybox}
usepackage{shadow}

usepackage{carom,epic,eepic,hetarom}

usepackage{xymtexpdf}%%PDF-compatible mode
%usepackage{xymtexps}%%PostScript-compatible mode
%wedgehashedwedge%global declaration

begin{document}

cyclohexanev{2B==Cl;4E==S} index{Shadowboxes} % add to index
X shadowbox{This is a shadowbox}
Y shabox{This is a shabox} Z

cyclohexanev{} index{Pretty pic} % add to index
cyclohexanev{ 1==1 ; %
2D==2D ; %
3A==3A ; %
4B==4B ; %
5Sa==5Sa ; 5Sb==5Sb ; %
6SA==6SA ; 6SB==6SB}

$bigcurlyvee$ index{(What a character :-)} % add to index

[ mathcal{A} = EuScript{A} neq CMcal{A} ] index{A Formula} % add to index

%begin{theindex} % Not needed here use printindex
%end{theindex} % Not needed here use printindex
printindex

end{document}


Produces on last page (2) an index like this
enter image description here






share|improve this answer























    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%2f471374%2fcannot-use-package-makeidx%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









    1














    To summarise the comments
    For others benefit the mwe adapted like this



    documentclass{article}
    usepackage{amsmath,amssymb}
    %usepackage[fleqn]{amsmath}
    usepackage{stmaryrd}

    usepackage{makeidx}
    makeindex % make an index

    DeclareMathAlphabetEuScript{U}{eus}{m}{n}
    SetMathAlphabetEuScript{bold}{U}{eus}{b}{n}
    newcommand{CMcal}{}
    letCMcal=mathcal
    usepackage{fancybox}
    usepackage{shadow}

    usepackage{carom,epic,eepic,hetarom}

    usepackage{xymtexpdf}%%PDF-compatible mode
    %usepackage{xymtexps}%%PostScript-compatible mode
    %wedgehashedwedge%global declaration

    begin{document}

    cyclohexanev{2B==Cl;4E==S} index{Shadowboxes} % add to index
    X shadowbox{This is a shadowbox}
    Y shabox{This is a shabox} Z

    cyclohexanev{} index{Pretty pic} % add to index
    cyclohexanev{ 1==1 ; %
    2D==2D ; %
    3A==3A ; %
    4B==4B ; %
    5Sa==5Sa ; 5Sb==5Sb ; %
    6SA==6SA ; 6SB==6SB}

    $bigcurlyvee$ index{(What a character :-)} % add to index

    [ mathcal{A} = EuScript{A} neq CMcal{A} ] index{A Formula} % add to index

    %begin{theindex} % Not needed here use printindex
    %end{theindex} % Not needed here use printindex
    printindex

    end{document}


    Produces on last page (2) an index like this
    enter image description here






    share|improve this answer




























      1














      To summarise the comments
      For others benefit the mwe adapted like this



      documentclass{article}
      usepackage{amsmath,amssymb}
      %usepackage[fleqn]{amsmath}
      usepackage{stmaryrd}

      usepackage{makeidx}
      makeindex % make an index

      DeclareMathAlphabetEuScript{U}{eus}{m}{n}
      SetMathAlphabetEuScript{bold}{U}{eus}{b}{n}
      newcommand{CMcal}{}
      letCMcal=mathcal
      usepackage{fancybox}
      usepackage{shadow}

      usepackage{carom,epic,eepic,hetarom}

      usepackage{xymtexpdf}%%PDF-compatible mode
      %usepackage{xymtexps}%%PostScript-compatible mode
      %wedgehashedwedge%global declaration

      begin{document}

      cyclohexanev{2B==Cl;4E==S} index{Shadowboxes} % add to index
      X shadowbox{This is a shadowbox}
      Y shabox{This is a shabox} Z

      cyclohexanev{} index{Pretty pic} % add to index
      cyclohexanev{ 1==1 ; %
      2D==2D ; %
      3A==3A ; %
      4B==4B ; %
      5Sa==5Sa ; 5Sb==5Sb ; %
      6SA==6SA ; 6SB==6SB}

      $bigcurlyvee$ index{(What a character :-)} % add to index

      [ mathcal{A} = EuScript{A} neq CMcal{A} ] index{A Formula} % add to index

      %begin{theindex} % Not needed here use printindex
      %end{theindex} % Not needed here use printindex
      printindex

      end{document}


      Produces on last page (2) an index like this
      enter image description here






      share|improve this answer


























        1












        1








        1







        To summarise the comments
        For others benefit the mwe adapted like this



        documentclass{article}
        usepackage{amsmath,amssymb}
        %usepackage[fleqn]{amsmath}
        usepackage{stmaryrd}

        usepackage{makeidx}
        makeindex % make an index

        DeclareMathAlphabetEuScript{U}{eus}{m}{n}
        SetMathAlphabetEuScript{bold}{U}{eus}{b}{n}
        newcommand{CMcal}{}
        letCMcal=mathcal
        usepackage{fancybox}
        usepackage{shadow}

        usepackage{carom,epic,eepic,hetarom}

        usepackage{xymtexpdf}%%PDF-compatible mode
        %usepackage{xymtexps}%%PostScript-compatible mode
        %wedgehashedwedge%global declaration

        begin{document}

        cyclohexanev{2B==Cl;4E==S} index{Shadowboxes} % add to index
        X shadowbox{This is a shadowbox}
        Y shabox{This is a shabox} Z

        cyclohexanev{} index{Pretty pic} % add to index
        cyclohexanev{ 1==1 ; %
        2D==2D ; %
        3A==3A ; %
        4B==4B ; %
        5Sa==5Sa ; 5Sb==5Sb ; %
        6SA==6SA ; 6SB==6SB}

        $bigcurlyvee$ index{(What a character :-)} % add to index

        [ mathcal{A} = EuScript{A} neq CMcal{A} ] index{A Formula} % add to index

        %begin{theindex} % Not needed here use printindex
        %end{theindex} % Not needed here use printindex
        printindex

        end{document}


        Produces on last page (2) an index like this
        enter image description here






        share|improve this answer













        To summarise the comments
        For others benefit the mwe adapted like this



        documentclass{article}
        usepackage{amsmath,amssymb}
        %usepackage[fleqn]{amsmath}
        usepackage{stmaryrd}

        usepackage{makeidx}
        makeindex % make an index

        DeclareMathAlphabetEuScript{U}{eus}{m}{n}
        SetMathAlphabetEuScript{bold}{U}{eus}{b}{n}
        newcommand{CMcal}{}
        letCMcal=mathcal
        usepackage{fancybox}
        usepackage{shadow}

        usepackage{carom,epic,eepic,hetarom}

        usepackage{xymtexpdf}%%PDF-compatible mode
        %usepackage{xymtexps}%%PostScript-compatible mode
        %wedgehashedwedge%global declaration

        begin{document}

        cyclohexanev{2B==Cl;4E==S} index{Shadowboxes} % add to index
        X shadowbox{This is a shadowbox}
        Y shabox{This is a shabox} Z

        cyclohexanev{} index{Pretty pic} % add to index
        cyclohexanev{ 1==1 ; %
        2D==2D ; %
        3A==3A ; %
        4B==4B ; %
        5Sa==5Sa ; 5Sb==5Sb ; %
        6SA==6SA ; 6SB==6SB}

        $bigcurlyvee$ index{(What a character :-)} % add to index

        [ mathcal{A} = EuScript{A} neq CMcal{A} ] index{A Formula} % add to index

        %begin{theindex} % Not needed here use printindex
        %end{theindex} % Not needed here use printindex
        printindex

        end{document}


        Produces on last page (2) an index like this
        enter image description here







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered yesterday









        KJOKJO

        2,0331118




        2,0331118






























            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%2f471374%2fcannot-use-package-makeidx%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

            How to change which sound is reproduced for terminal bell?

            Can I use Tabulator js library in my java Spring + Thymeleaf project?

            Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents