LaTeX: index entry changed by makeindex without warningMakeindex warningHow to index without tagging every entryIndex - Main entry without page numberMy Abbreviation list is gone?Makeindex, different kinds of references and collation in the indexReplacing en-dash for hyphen in the index (makeindex)Makeindex cannot generate index entriesDisable sorting in texindyPrinting an index without running makeindexReverse-ordered index with makeindex

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

The use of multiple foreign keys on same column in SQL Server

Do I have a twin with permutated remainders?

What's the output of a record cartridge playing an out-of-speed record

Do VLANs within a subnet need to have their own subnet for router on a stick?

What's the point of deactivating Num Lock on login screens?

"You are your self first supporter", a more proper way to say it

How to find program name(s) of an installed package?

Test whether all array elements are factors of a number

Email Account under attack (really) - anything I can do?

Why does Kotter return in Welcome Back Kotter?

How do I create uniquely male characters?

What typically incentivizes a professor to change jobs to a lower ranking university?

Smoothness of finite-dimensional functional calculus

Writing rule stating superpower from different root cause is bad writing

Collect Fourier series terms

Is it important to consider tone, melody, and musical form while writing a song?

Why did Neo believe he could trust the machine when he asked for peace?

In Japanese, what’s the difference between “Tonari ni” (となりに) and “Tsugi” (つぎ)? When would you use one over the other?

Problem of parity - Can we draw a closed path made up of 20 line segments...

Show that if two triangles built on parallel lines, with equal bases have the same perimeter only if they are congruent.

What would happen to a modern skyscraper if it rains micro blackholes?

Why, historically, did Gödel think CH was false?

Font hinting is lost in Chrome-like browsers (for some languages )



LaTeX: index entry changed by makeindex without warning


Makeindex warningHow to index without tagging every entryIndex - Main entry without page numberMy Abbreviation list is gone?Makeindex, different kinds of references and collation in the indexReplacing en-dash for hyphen in the index (makeindex)Makeindex cannot generate index entriesDisable sorting in texindyPrinting an index without running makeindexReverse-ordered index with makeindex













0















I'm having a problem with makeindex -g, quoting, and using Y':



I create two index entries like this:



indexseeLuma
indexmain


(with newcommandmain[1]textbf#1)



This generates these .idx entries:



indexentryseeLuma43
indexentryFarbmodell!$'CBCR@$Y'C_BC_R'$43


To use -g (I also use -r), I've set up an index style using quote ''' (and some more formatting). This seems to mess with having ' in the index entries, while makeindex (version 2.15 [TeX Live 2017] (kpathsea + Thai support)) does not print an error related to it.



The output in .ind is:



 item Farbmodell
subitem $YC_BC_R$hspace1emdotfillhspace1emmain43
item Y@$Y$hspace1emdotfillhspace1emseeLuma43


So the ' got lost in the first output, and Y@ is being displayed for the second. Unfortunately I have no idea how to fix it (the set of usable quote characters seems quite limited).



I case this matters, here's my document preamble:



documentclass[a4paper,twoside]report
usepackagegerman
usepackage[latin1]inputenc
usepackagea4
usepackagemakeidx
usepackageshowidx
usepackageamsmath
usepackageurl
usepackagegraphicx
usepackageifthen
inputstyledefs
makeindex
begindocument









share|improve this question






















  • Off-topic: packages german and a4 are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have your inputed file styledefs.tex ...

    – Kurt
    8 mins ago












  • @Kurt: Yes, I've heard about babel, but when talking about what not to use, you might add what to use instead, also.

    – U. Windl
    5 mins ago











  • I can't because your code is not compilable and I do not want to have to guess what you are doing. Please complete your code snippet ...

    – Kurt
    2 mins ago















0















I'm having a problem with makeindex -g, quoting, and using Y':



I create two index entries like this:



indexseeLuma
indexmain


(with newcommandmain[1]textbf#1)



This generates these .idx entries:



indexentryseeLuma43
indexentryFarbmodell!$'CBCR@$Y'C_BC_R'$43


To use -g (I also use -r), I've set up an index style using quote ''' (and some more formatting). This seems to mess with having ' in the index entries, while makeindex (version 2.15 [TeX Live 2017] (kpathsea + Thai support)) does not print an error related to it.



The output in .ind is:



 item Farbmodell
subitem $YC_BC_R$hspace1emdotfillhspace1emmain43
item Y@$Y$hspace1emdotfillhspace1emseeLuma43


So the ' got lost in the first output, and Y@ is being displayed for the second. Unfortunately I have no idea how to fix it (the set of usable quote characters seems quite limited).



I case this matters, here's my document preamble:



documentclass[a4paper,twoside]report
usepackagegerman
usepackage[latin1]inputenc
usepackagea4
usepackagemakeidx
usepackageshowidx
usepackageamsmath
usepackageurl
usepackagegraphicx
usepackageifthen
inputstyledefs
makeindex
begindocument









share|improve this question






















  • Off-topic: packages german and a4 are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have your inputed file styledefs.tex ...

    – Kurt
    8 mins ago












  • @Kurt: Yes, I've heard about babel, but when talking about what not to use, you might add what to use instead, also.

    – U. Windl
    5 mins ago











  • I can't because your code is not compilable and I do not want to have to guess what you are doing. Please complete your code snippet ...

    – Kurt
    2 mins ago













0












0








0








I'm having a problem with makeindex -g, quoting, and using Y':



I create two index entries like this:



indexseeLuma
indexmain


(with newcommandmain[1]textbf#1)



This generates these .idx entries:



indexentryseeLuma43
indexentryFarbmodell!$'CBCR@$Y'C_BC_R'$43


To use -g (I also use -r), I've set up an index style using quote ''' (and some more formatting). This seems to mess with having ' in the index entries, while makeindex (version 2.15 [TeX Live 2017] (kpathsea + Thai support)) does not print an error related to it.



The output in .ind is:



 item Farbmodell
subitem $YC_BC_R$hspace1emdotfillhspace1emmain43
item Y@$Y$hspace1emdotfillhspace1emseeLuma43


So the ' got lost in the first output, and Y@ is being displayed for the second. Unfortunately I have no idea how to fix it (the set of usable quote characters seems quite limited).



I case this matters, here's my document preamble:



documentclass[a4paper,twoside]report
usepackagegerman
usepackage[latin1]inputenc
usepackagea4
usepackagemakeidx
usepackageshowidx
usepackageamsmath
usepackageurl
usepackagegraphicx
usepackageifthen
inputstyledefs
makeindex
begindocument









share|improve this question














I'm having a problem with makeindex -g, quoting, and using Y':



I create two index entries like this:



indexseeLuma
indexmain


(with newcommandmain[1]textbf#1)



This generates these .idx entries:



indexentryseeLuma43
indexentryFarbmodell!$'CBCR@$Y'C_BC_R'$43


To use -g (I also use -r), I've set up an index style using quote ''' (and some more formatting). This seems to mess with having ' in the index entries, while makeindex (version 2.15 [TeX Live 2017] (kpathsea + Thai support)) does not print an error related to it.



The output in .ind is:



 item Farbmodell
subitem $YC_BC_R$hspace1emdotfillhspace1emmain43
item Y@$Y$hspace1emdotfillhspace1emseeLuma43


So the ' got lost in the first output, and Y@ is being displayed for the second. Unfortunately I have no idea how to fix it (the set of usable quote characters seems quite limited).



I case this matters, here's my document preamble:



documentclass[a4paper,twoside]report
usepackagegerman
usepackage[latin1]inputenc
usepackagea4
usepackagemakeidx
usepackageshowidx
usepackageamsmath
usepackageurl
usepackagegraphicx
usepackageifthen
inputstyledefs
makeindex
begindocument






indexing makeindex






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 12 mins ago









U. WindlU. Windl

1698




1698












  • Off-topic: packages german and a4 are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have your inputed file styledefs.tex ...

    – Kurt
    8 mins ago












  • @Kurt: Yes, I've heard about babel, but when talking about what not to use, you might add what to use instead, also.

    – U. Windl
    5 mins ago











  • I can't because your code is not compilable and I do not want to have to guess what you are doing. Please complete your code snippet ...

    – Kurt
    2 mins ago

















  • Off-topic: packages german and a4 are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have your inputed file styledefs.tex ...

    – Kurt
    8 mins ago












  • @Kurt: Yes, I've heard about babel, but when talking about what not to use, you might add what to use instead, also.

    – U. Windl
    5 mins ago











  • I can't because your code is not compilable and I do not want to have to guess what you are doing. Please complete your code snippet ...

    – Kurt
    2 mins ago
















Off-topic: packages german and a4 are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have your inputed file styledefs.tex ...

– Kurt
8 mins ago






Off-topic: packages german and a4 are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have your inputed file styledefs.tex ...

– Kurt
8 mins ago














@Kurt: Yes, I've heard about babel, but when talking about what not to use, you might add what to use instead, also.

– U. Windl
5 mins ago





@Kurt: Yes, I've heard about babel, but when talking about what not to use, you might add what to use instead, also.

– U. Windl
5 mins ago













I can't because your code is not compilable and I do not want to have to guess what you are doing. Please complete your code snippet ...

– Kurt
2 mins ago





I can't because your code is not compilable and I do not want to have to guess what you are doing. Please complete your code snippet ...

– Kurt
2 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%2f483601%2flatex-index-entry-changed-by-makeindex-without-warning%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%2f483601%2flatex-index-entry-changed-by-makeindex-without-warning%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 should I use the fbox command correctly to avoid producing a Bad Box message?How to put a long piece of text in a box?How to specify height and width of fboxIs there an arrayrulecolor-like command to change the rule color of fbox?What is the command to highlight bad boxes in pdf?Why does fbox sometimes place the box *over* the graphic image?how to put the text in the boxHow to create command for a box where text inside the box can automatically adjust?how can I make an fbox like command with certain color, shape and width of border?how to use fbox in align modeFbox increase the spacing between the box and it content (inner margin)how to change the box height of an equationWhat is the use of the hbox in a newcommand command?

152 Atala Notae | Nexus externi | Tabula navigationis"Discovery Circumstances: Numbered Minor Planets"2000152Small-Body Database

Doxepinum Nexus interni Notae | Tabula navigationis3158DB01142WHOa682390"Structural Analysis of the Histamine H1 Receptor""Transdermal and Topical Drug Administration in the Treatment of Pain""Antidepressants as antipruritic agents: A review"