Search found 4 matches

by J_entz
Wed Feb 17, 2010 7:59 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: MakeIndex makes multiple entries of the same item
Replies: 4
Views: 4780

Re: MakeIndex makes multiple entries of the same item

Works with index, not with makeidx.

I understand the index package is newer, is it fully backward compatible with makeidx?
I found that the |seealso{} command of makeidx is not available in the index package, how can I get this in index?
Are there any other important differences between the ...
by J_entz
Wed Feb 17, 2010 7:19 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: MakeIndex makes multiple entries of the same item
Replies: 4
Views: 4780

MakeIndex makes multiple entries of the same item

Hi
I was able to track the error down to the afterpage package. For some weird reason the afterpage command seems to add "random" characters to math in index terms... I got an extra F now, but in my other implementation it was a whitespace (present in the ind file, but removed from the dvi again ...
by J_entz
Wed Feb 17, 2010 6:09 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: MakeIndex makes multiple entries of the same item
Replies: 4
Views: 4780

MakeIndex makes multiple entries of the same item

Hi Everyone,
I have a little problem with MakeIndex.

I defined:
\newcommand*{\figidx}[1]{{\color{red}\hyperpage{#1}}}
\definecolor{darkgreen}{rgb}{0.0,0.6,0.0}
\newcommand*{\tabidx}[1]{{\color{darkgreen}\hyperpage{#1}}}

Now when I use \index{Something} in the text and \index{Something|tabidx ...
by J_entz
Fri Nov 13, 2009 9:44 am
Forum: Fonts & Character Sets
Topic: Japanese fonts
Replies: 2
Views: 10757

Japanese fonts

Hi
I also wanted to use Japanese fonts in LaTeX on windows (using Miktex). Previously I used emacs to do this (see http://www.physics.wustl.edu/~alford/tex/japanese_latex.html ) but I found out that, if you just put

\documentclass[english,a4paper]{article}
\usepackage{txfonts}
\usepackage{CJK ...