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
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
add a comment |
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
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
8 mins 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 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
add a comment |
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
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
indexing makeindex
asked 12 mins ago
U. WindlU. Windl
1698
1698
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
8 mins 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 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
add a comment |
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
8 mins 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 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 input
ed 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 input
ed 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
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
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
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
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