Unfortunately, MegaUpload has been closed. Is it possible to have another link, or would anyone have downloaded the necessary files before MegaUpload was closed?
Any help is welcome to make xindy work with MiKTeX.
B.A.
Search found 158 matches
- Wed Jul 25, 2012 9:26 pm
- Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
- Topic: Xindy for MiKTeX
- Replies: 10
- Views: 82993
- Thu Dec 11, 2008 5:16 pm
- Forum: WinEdt
- Topic: Create a macro
- Replies: 3
- Views: 4639
Re: Create a macro
Create a project and declare mythesis.tex as main file ("project" menu).
B.A.
B.A.
- Thu Dec 11, 2008 5:04 pm
- Forum: General
- Topic: An issue with a multiline formula
- Replies: 3
- Views: 2745
An issue with a multiline formula
First, you shouldn't use eqnarray: it is obsolete and it may give bad spacing. Load amsmath instead, and the align* environment:
\begin{align*}
p_n & = m_{(n)} = \sum_{i} x_i^n, \quad n \geq 1 \\
p_{\lambda} & = p_{\lambda_1} p_{\lambda_2} \dotsb, \quad \text{if } \lambda = (\lambda_1, \lambda_2 ...
\begin{align*}
p_n & = m_{(n)} = \sum_{i} x_i^n, \quad n \geq 1 \\
p_{\lambda} & = p_{\lambda_1} p_{\lambda_2} \dotsb, \quad \text{if } \lambda = (\lambda_1, \lambda_2 ...
- Mon Dec 08, 2008 3:00 pm
- Forum: General
- Topic: Problems with images and \bibliography
- Replies: 2
- Views: 2561
Re: Problems with images and \bibliography
Try using (maybe just once) \clearpage instead of \newpage: it forces the printing of all figures and tables.
B.A.
B.A.
- Mon Dec 08, 2008 2:51 pm
- Forum: General
- Topic: All Heading Levels in Sans Serif Font
- Replies: 5
- Views: 11304
All Heading Levels in Sans Serif Font
That's strange that "helvet" doesn't give the expected result, since it contains the following line:
\renewcommand{\sfdefault}{phv}
You may try something like this (most parameters come from my own style file, it is just too give a taste of how it works).
\titleformat{name=\chapter}[display ...
\renewcommand{\sfdefault}{phv}
You may try something like this (most parameters come from my own style file, it is just too give a taste of how it works).
\titleformat{name=\chapter}[display ...
- Fri Dec 05, 2008 1:16 am
- Forum: General
- Topic: Section and Theorem numbering [newbie questions]
- Replies: 4
- Views: 4100
Re: Section and Theorem numbering [newbie questions]
1: \renewcommand{\thesection}{\arabic{section}}, instead of \thechapter.\arabic{section}
2: the problem is only that of crossreferences Use a package dedicated to that problem (smartref and so on). However, check first if ntheorem can do exactly what you want.
3: \renewcommand{\thetheorem ...
2: the problem is only that of crossreferences Use a package dedicated to that problem (smartref and so on). However, check first if ntheorem can do exactly what you want.
3: \renewcommand{\thetheorem ...
- Sun Nov 02, 2008 1:11 am
- Forum: General
- Topic: Minion Pro
- Replies: 17
- Views: 23297
Re: Minion Pro
Here is the exact link to what I downloaded:
ftp://akagi.ms.u-tokyo.ac.jp/pub/TeX/win32/lcdf-typetools-w32.tar.bz2
It only contains the lcdf type tools as a stand-alone application. Of course, I had to move convert.bat as explained before in order to obtain the .pfb's.
By un-tar.bz2, I just meant ...
ftp://akagi.ms.u-tokyo.ac.jp/pub/TeX/win32/lcdf-typetools-w32.tar.bz2
It only contains the lcdf type tools as a stand-alone application. Of course, I had to move convert.bat as explained before in order to obtain the .pfb's.
By un-tar.bz2, I just meant ...
- Sat Nov 01, 2008 11:32 pm
- Forum: General
- Topic: Minion Pro
- Replies: 17
- Views: 23297
Re: Minion Pro
Personally I downloaded only the lcdf type tools from his website, un-tar.bz2 them in an lcdf/directory, found out what to move and where, and everything went all right.
B.A.
B.A.
- Sat Nov 01, 2008 10:22 pm
- Forum: General
- Topic: Minion Pro
- Replies: 17
- Views: 23297
Re: Minion Pro
Your error (maybe I wasn't clear enough) is that convert.bat must be in the same directory as the .exe files. So the structure would be the following : let's say the main directory is called lcdf :
lcdf/ contains:
convert.bat, cfftot1.exe, .....
and otf/ , which in turn contains :
MinionPro-Bold ...
lcdf/ contains:
convert.bat, cfftot1.exe, .....
and otf/ , which in turn contains :
MinionPro-Bold ...
- Sat Nov 01, 2008 9:48 pm
- Forum: General
- Topic: Minion Pro
- Replies: 17
- Views: 23297
Re: Minion Pro
I checked what happens. So, you have to put convert.bat in the same directory as the .exe files and the .otf files in a subdirectory that you call otf/. Then running convert.bat will create a pfb/ subdirectory, and the .pfb files will be stored in that one. Just take them and put them in the ...