Search found 9 matches

by simojoki
Mon Oct 03, 2016 1:57 pm
Forum: General
Topic: Index: separate each page of multipage entry with a comma
Replies: 2
Views: 3312

Re: Index: separate each page of multipage entry with a comm

Thank you! That did it very nicely.
Tapani
by simojoki
Mon Oct 03, 2016 12:01 pm
Forum: General
Topic: Index: separate each page of multipage entry with a comma
Replies: 2
Views: 3312

Index: separate each page of multipage entry with a comma

I have created a song book with XeLaTeX. At the end, I have several indices of songs, authors, composers, etc., created with makeindex and the multind package.

When the same author/composer/etc. has several concurrent entries, the index prints the entry thus: "Bloggs, Joe .... 22-24". I would like ...
by simojoki
Mon Dec 10, 2007 4:03 pm
Forum: Texmaker and TeXstudio
Topic: Configuring output profiles in Texmaker
Replies: 0
Views: 3982

Configuring output profiles in Texmaker

I want to add an output profile to Texmaker, to use xetex as my latex engine. This is very easy to do in TexnicCenter, my preferred editor, but I haven't managed to figure out a way to do this. Can anyone help?
by simojoki
Mon Dec 10, 2007 3:21 pm
Forum: General
Topic: Configuring Texnic Center to work with xetex
Replies: 5
Views: 14209

Re: Configuring Texnic Center to work with xetex

Go to Build>Define Output Profiles. Click on "Add" (bottom left). Check "Run (La)TeX in this profile, click on browse button and navigate to your local xetex executable (in MikTeX 2.7 it's Program Files\MikTex 2.7\miktex\bin\xetex.exe (or xelatex).

I have had trouble compiling with either xetex or ...
by simojoki
Mon Oct 22, 2007 9:40 am
Forum: General
Topic: Unused global options - font size
Replies: 2
Views: 19660

Re: Unused global options - font size

Marvellous! Thank you. :D
by simojoki
Sun Oct 21, 2007 11:20 pm
Forum: General
Topic: Unused global options - font size
Replies: 2
Views: 19660

Unused global options - font size

I am trying to set a non-default font size for my document as follows:

\documentclass[a4paper,16pt]{report}

However, when I run pdflatex, I get the following warning:

Latex warning: Unused global option(s):
[16pt].

Obviously, no 16pt font is produced.

I am running MikTeX 2.6 and ...
by simojoki
Fri Oct 12, 2007 12:46 pm
Forum: General
Topic: Missing \endcsname inserted
Replies: 15
Views: 156383

Missing \endcsname inserted


Looking at this little piece of code I noted something curious in your footnote.
\cite[18 \S5]{Kirkkojärjestys}
What is that going to be? In the brackets there should be nothing with a backslash (respectively a command).


OK, I have changed that particular offence from the footnote. However ...
by simojoki
Mon Oct 08, 2007 8:39 pm
Forum: General
Topic: Missing \endcsname inserted
Replies: 15
Views: 156383

Re: Missing \endcsname inserted

No problem. I'm afraid I'm not very competent with LaTeX (yet -- I hope). I have narrowed down the problem to the following footnote entry. Apologies if I this doesn't comply with the MWE rules -- I tried... :oops:

\footnote{TEXT...\cite[148]{bell-docs3} MORE TEXT...\label{2} \cite[18 \S5 ...
by simojoki
Thu Sep 27, 2007 3:12 pm
Forum: General
Topic: Missing \endcsname inserted
Replies: 15
Views: 156383

Missing \endcsname inserted

Hilfe auf Deutsch: Missing \endcsname inserted - was ist die Ursache? - Ed.: German Help.

I'm pretty new to LaTeX. Using MikTeX 2.6 and TeXnicCenter on Windows XP.

Trying to compile (PDFLatex) a file, I keep running to this error. I haven't found any useful advise on the web on how to solve it ...