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
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
add a comment |
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
1
Off-topic: packagesgerman
anda4
are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have yourinput
ed filestyledefs.tex
...
– Kurt
5 hours ago
@Kurt: Yes, I've heard aboutbabel
, 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
add a comment |
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
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
indexing makeindex
asked 5 hours ago
U. WindlU. Windl
1698
1698
1
Off-topic: packagesgerman
anda4
are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have yourinput
ed filestyledefs.tex
...
– Kurt
5 hours ago
@Kurt: Yes, I've heard aboutbabel
, 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
add a comment |
1
Off-topic: packagesgerman
anda4
are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have yourinput
ed filestyledefs.tex
...
– Kurt
5 hours ago
@Kurt: Yes, I've heard aboutbabel
, 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 input
ed 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 input
ed 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
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
1
Off-topic: packages
german
anda4
are outdated! Do not use them! Please make your code snippet compilable. Please see: we do not have yourinput
ed filestyledefs.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