Multiple index entry
up vote
0
down vote
favorite
I want to know what is the proper way to do multiple indexes in languages where the adjectives come after the subject. For example in english if I want to index the inverse function I can do:
index{function!inverse}
index{inverse function}
In spanish, for example, it could be:
index{función!inversa}
index{inversa}
index{inversa@función inversa}
index{inversa@(función) inversa}
index{inversa@función inversa}
index{inversa@función inversa}
index{inversa|see{función}}
index{inversa|seealso{función}}
I don't want to use the see and seealso ways. How is this usually done?
indexing
add a comment |
up vote
0
down vote
favorite
I want to know what is the proper way to do multiple indexes in languages where the adjectives come after the subject. For example in english if I want to index the inverse function I can do:
index{function!inverse}
index{inverse function}
In spanish, for example, it could be:
index{función!inversa}
index{inversa}
index{inversa@función inversa}
index{inversa@(función) inversa}
index{inversa@función inversa}
index{inversa@función inversa}
index{inversa|see{función}}
index{inversa|seealso{función}}
I don't want to use the see and seealso ways. How is this usually done?
indexing
What do you want the index entries to look like? Your question is quite unclear to me!
– clemens
Feb 28 '15 at 10:15
I want to do something like the english version index{inverse function} but I don't know how to do it. I haven't seen any book which does that.
– Arturo
Feb 28 '15 at 10:19
index{inversa@función inversa}doesn't make much sense to me. I'd go withindex{función!inversa}and maybeindex{inversa!función inversa}if you also have other instances ofindex{inversa}.
– clemens
Feb 28 '15 at 10:24
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I want to know what is the proper way to do multiple indexes in languages where the adjectives come after the subject. For example in english if I want to index the inverse function I can do:
index{function!inverse}
index{inverse function}
In spanish, for example, it could be:
index{función!inversa}
index{inversa}
index{inversa@función inversa}
index{inversa@(función) inversa}
index{inversa@función inversa}
index{inversa@función inversa}
index{inversa|see{función}}
index{inversa|seealso{función}}
I don't want to use the see and seealso ways. How is this usually done?
indexing
I want to know what is the proper way to do multiple indexes in languages where the adjectives come after the subject. For example in english if I want to index the inverse function I can do:
index{function!inverse}
index{inverse function}
In spanish, for example, it could be:
index{función!inversa}
index{inversa}
index{inversa@función inversa}
index{inversa@(función) inversa}
index{inversa@función inversa}
index{inversa@función inversa}
index{inversa|see{función}}
index{inversa|seealso{función}}
I don't want to use the see and seealso ways. How is this usually done?
indexing
indexing
asked Feb 28 '15 at 9:24
Arturo
4511718
4511718
What do you want the index entries to look like? Your question is quite unclear to me!
– clemens
Feb 28 '15 at 10:15
I want to do something like the english version index{inverse function} but I don't know how to do it. I haven't seen any book which does that.
– Arturo
Feb 28 '15 at 10:19
index{inversa@función inversa}doesn't make much sense to me. I'd go withindex{función!inversa}and maybeindex{inversa!función inversa}if you also have other instances ofindex{inversa}.
– clemens
Feb 28 '15 at 10:24
add a comment |
What do you want the index entries to look like? Your question is quite unclear to me!
– clemens
Feb 28 '15 at 10:15
I want to do something like the english version index{inverse function} but I don't know how to do it. I haven't seen any book which does that.
– Arturo
Feb 28 '15 at 10:19
index{inversa@función inversa}doesn't make much sense to me. I'd go withindex{función!inversa}and maybeindex{inversa!función inversa}if you also have other instances ofindex{inversa}.
– clemens
Feb 28 '15 at 10:24
What do you want the index entries to look like? Your question is quite unclear to me!
– clemens
Feb 28 '15 at 10:15
What do you want the index entries to look like? Your question is quite unclear to me!
– clemens
Feb 28 '15 at 10:15
I want to do something like the english version index{inverse function} but I don't know how to do it. I haven't seen any book which does that.
– Arturo
Feb 28 '15 at 10:19
I want to do something like the english version index{inverse function} but I don't know how to do it. I haven't seen any book which does that.
– Arturo
Feb 28 '15 at 10:19
index{inversa@función inversa} doesn't make much sense to me. I'd go with index{función!inversa} and maybeindex{inversa!función inversa} if you also have other instances of index{inversa}.– clemens
Feb 28 '15 at 10:24
index{inversa@función inversa} doesn't make much sense to me. I'd go with index{función!inversa} and maybeindex{inversa!función inversa} if you also have other instances of index{inversa}.– clemens
Feb 28 '15 at 10:24
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
The usual way is to choose one primary format, probably index{function!inverse}; for all the other formats, you just use index{inverse function|see {function!inverse}} once anywhere in the document.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The usual way is to choose one primary format, probably index{function!inverse}; for all the other formats, you just use index{inverse function|see {function!inverse}} once anywhere in the document.
add a comment |
up vote
0
down vote
The usual way is to choose one primary format, probably index{function!inverse}; for all the other formats, you just use index{inverse function|see {function!inverse}} once anywhere in the document.
add a comment |
up vote
0
down vote
up vote
0
down vote
The usual way is to choose one primary format, probably index{function!inverse}; for all the other formats, you just use index{inverse function|see {function!inverse}} once anywhere in the document.
The usual way is to choose one primary format, probably index{function!inverse}; for all the other formats, you just use index{inverse function|see {function!inverse}} once anywhere in the document.
answered Oct 20 at 6:54
Ansa211
1476
1476
add a comment |
add a comment |
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%2f230594%2fmultiple-index-entry%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
What do you want the index entries to look like? Your question is quite unclear to me!
– clemens
Feb 28 '15 at 10:15
I want to do something like the english version index{inverse function} but I don't know how to do it. I haven't seen any book which does that.
– Arturo
Feb 28 '15 at 10:19
index{inversa@función inversa}doesn't make much sense to me. I'd go withindex{función!inversa}and maybeindex{inversa!función inversa}if you also have other instances ofindex{inversa}.– clemens
Feb 28 '15 at 10:24