LaTeX: index entry changed by makeindex without warningMakeindex warningHow to index without tagging every...

What are the differences between the usage of 'it' and 'they'?

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"

How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?

Can a Warlock become Neutral Good?

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

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

Is this a crack on the carbon frame?

Writing rule stating superpower from different root cause is bad writing

Prove that NP is closed under karp reduction?

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

Python: next in for loop

Smoothness of finite-dimensional functional calculus

How to say job offer in Mandarin/Cantonese?

Can divisibility rules for digits be generalized to sum of digits

Do I have a twin with permutated remainders?

What is the word for reserving something for yourself before others do?

Why don't electron-positron collisions release infinite energy?

Can I ask the recruiters in my resume to put the reason why I am rejected?

the place where lots of roads meet

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

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

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

Today is the Center



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:



index{Y'@$Y'$|see{Luma}}
index{Farbmodell!Y'CBCR@$Y'C_BC_R'$|main}


(with newcommand{main}[1]{textbf{#1}})



This generates these .idx entries:



indexentry{Y'@$Y'$|see{Luma}}{43}
indexentry{Farbmodell!$'CBCR@$Y'C_BC_R'$|main}{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$hspace{1em}dotfillhspace{1em}main{43}
item Y@$Y$hspace{1em}dotfillhspace{1em}see{Luma}{43}


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}
usepackage{german}
usepackage[latin1]{inputenc}
usepackage{a4}
usepackage{makeidx}
usepackage{showidx}
usepackage{amsmath}
usepackage{url}
usepackage{graphicx}
usepackage{ifthen}
input{styledefs}
makeindex
begin{document}









share|improve this question


















  • 1





    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
    5 hours 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 hours ago






  • 2





    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
    5 hours ago
















0















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



I create two index entries like this:



index{Y'@$Y'$|see{Luma}}
index{Farbmodell!Y'CBCR@$Y'C_BC_R'$|main}


(with newcommand{main}[1]{textbf{#1}})



This generates these .idx entries:



indexentry{Y'@$Y'$|see{Luma}}{43}
indexentry{Farbmodell!$'CBCR@$Y'C_BC_R'$|main}{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$hspace{1em}dotfillhspace{1em}main{43}
item Y@$Y$hspace{1em}dotfillhspace{1em}see{Luma}{43}


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}
usepackage{german}
usepackage[latin1]{inputenc}
usepackage{a4}
usepackage{makeidx}
usepackage{showidx}
usepackage{amsmath}
usepackage{url}
usepackage{graphicx}
usepackage{ifthen}
input{styledefs}
makeindex
begin{document}









share|improve this question


















  • 1





    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
    5 hours 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 hours ago






  • 2





    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
    5 hours ago














0












0








0








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



I create two index entries like this:



index{Y'@$Y'$|see{Luma}}
index{Farbmodell!Y'CBCR@$Y'C_BC_R'$|main}


(with newcommand{main}[1]{textbf{#1}})



This generates these .idx entries:



indexentry{Y'@$Y'$|see{Luma}}{43}
indexentry{Farbmodell!$'CBCR@$Y'C_BC_R'$|main}{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$hspace{1em}dotfillhspace{1em}main{43}
item Y@$Y$hspace{1em}dotfillhspace{1em}see{Luma}{43}


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}
usepackage{german}
usepackage[latin1]{inputenc}
usepackage{a4}
usepackage{makeidx}
usepackage{showidx}
usepackage{amsmath}
usepackage{url}
usepackage{graphicx}
usepackage{ifthen}
input{styledefs}
makeindex
begin{document}









share|improve this question














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



I create two index entries like this:



index{Y'@$Y'$|see{Luma}}
index{Farbmodell!Y'CBCR@$Y'C_BC_R'$|main}


(with newcommand{main}[1]{textbf{#1}})



This generates these .idx entries:



indexentry{Y'@$Y'$|see{Luma}}{43}
indexentry{Farbmodell!$'CBCR@$Y'C_BC_R'$|main}{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$hspace{1em}dotfillhspace{1em}main{43}
item Y@$Y$hspace{1em}dotfillhspace{1em}see{Luma}{43}


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}
usepackage{german}
usepackage[latin1]{inputenc}
usepackage{a4}
usepackage{makeidx}
usepackage{showidx}
usepackage{amsmath}
usepackage{url}
usepackage{graphicx}
usepackage{ifthen}
input{styledefs}
makeindex
begin{document}






indexing makeindex






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 5 hours ago









U. WindlU. Windl

1698




1698








  • 1





    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
    5 hours 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 hours ago






  • 2





    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
    5 hours ago














  • 1





    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
    5 hours 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 hours ago






  • 2





    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
    5 hours ago








1




1





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
5 hours 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
5 hours 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 hours 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 hours ago




2




2





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
5 hours 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
5 hours 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

Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...