Search found 14 matches

by Spectrum
Sun Feb 17, 2008 9:11 pm
Forum: General
Topic: Incomprehensible error: No counter defined
Replies: 2
Views: 12866

Incomprehensible error: No counter defined

Solved. :)

I found the solution to my problem at the TeX newsgroup.
by Spectrum
Sun Feb 17, 2008 8:31 pm
Forum: General
Topic: Incomprehensible error: No counter defined
Replies: 2
Views: 12866

Incomprehensible error: No counter defined

Hello.

I was wondering if anyone could help me with this problem. Well, actually, I have hordes of errors in my LaTeX file, so I am trying to narrow them down using \includeonly. But I really don't understand what TeX is doing. I still get tons of errors from the parts of my project that I have ...
by Spectrum
Sat Jun 16, 2007 10:53 pm
Forum: General
Topic: Changing default zoom when generating PDF file?
Replies: 4
Views: 15558

Changing default zoom when generating PDF file?


Hello, if you're using the hyperref package, you have to use the option pdfstartview:

\usepackage[pdfstartview=FitH]{hyperref}

where FitH is for "Fit Horizontal". The problem with hyperref is that the default pdfstartview is FitPage (I don't remember if this is really the actual command ...
by Spectrum
Mon Jun 11, 2007 8:14 pm
Forum: General
Topic: Changing default zoom when generating PDF file?
Replies: 4
Views: 15558

Re: Changing default zoom when generating PDF file?

Never mind, I found the answer myself. :D

Using the hyperref package, you can add the option "pdfstartview=foo", where "foo" can be, for instance, "FitH", meaning "fit horizontally" (the same thing that in Adobe Reader is called "fit width".

More information can be found in the documentation to ...
by Spectrum
Mon Jun 11, 2007 7:43 pm
Forum: General
Topic: Changing default zoom when generating PDF file?
Replies: 4
Views: 15558

Changing default zoom when generating PDF file?

Can you set the default zoom when generating a PDF file with PDFLaTeX? Apparently, PDFs are born with a default zoom that overrides the "initial zoom" option in the Acrobat Reader. My files always open with the "fit page" zoom. I would like them to open with "fit width" instead.

Can this be done ...
by Spectrum
Sun Jun 10, 2007 8:52 pm
Forum: General
Topic: Glossary in two columns
Replies: 4
Views: 4702

Glossary in two columns

You can try using the package "cuted" and the command "\twocolumn". (See the file presfull.pdf for documentation.)

I am working on setting up some stuff in two columns myself and experimenting with cuted. It's not very pretty, and the documentation is not very good, but it may be of use to you.
by Spectrum
Sun Jun 10, 2007 5:06 pm
Forum: General
Topic: How to make non-bold text in a bold context?
Replies: 3
Views: 77417

Re: How to make non-bold text in a bold context?

I solved my problem. The command \textnormal does what I want. :)
by Spectrum
Sun Jun 10, 2007 4:54 pm
Forum: General
Topic: How to make non-bold text in a bold context?
Replies: 3
Views: 77417

How to make non-bold text in a bold context?

I would like to be able to make text non-boldfaced in a context where it would otherwise be bold, such as in headings in the "description" environment. I.e., I want a command like this:

\item[Here is a \unbold{non-bold} word:] And a description of it...

to look something like this:

* Here is a ...
by Spectrum
Sun Jun 10, 2007 4:02 pm
Forum: General
Topic: How to make Mars and Venus symbols?
Replies: 2
Views: 10683

Re: How to make Mars and Venus symbols?

Thanks, dude. :)
by Spectrum
Sat Jun 09, 2007 4:36 pm
Forum: General
Topic: How to make Mars and Venus symbols?
Replies: 2
Views: 10683

How to make Mars and Venus symbols?

Does anyone know how to make Mars symbols (♂) and Venus symbols (♀) in LaTeX? Y'know, the shield-and-spear symbol that represents "male" and the mirror symbol that represents "female". I can't seem to find them.

Thanks.