I found the solution to my problem at the TeX newsgroup.
Search found 14 matches
- Sun Feb 17, 2008 9:11 pm
- Forum: General
- Topic: Incomprehensible error: No counter defined
- Replies: 2
- Views: 13607
- Sun Feb 17, 2008 8:31 pm
- Forum: General
- Topic: Incomprehensible error: No counter defined
- Replies: 2
- Views: 13607
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 ...
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 ...
- Sat Jun 16, 2007 10:53 pm
- Forum: General
- Topic: Changing default zoom when generating PDF file?
- Replies: 4
- Views: 20152
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 ...
- Mon Jun 11, 2007 8:14 pm
- Forum: General
- Topic: Changing default zoom when generating PDF file?
- Replies: 4
- Views: 20152
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 ...
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 ...
- Mon Jun 11, 2007 7:43 pm
- Forum: General
- Topic: Changing default zoom when generating PDF file?
- Replies: 4
- Views: 20152
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 ...
Can this be done ...
- Sun Jun 10, 2007 8:52 pm
- Forum: General
- Topic: Glossary in two columns
- Replies: 4
- Views: 5089
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.
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.
- Sun Jun 10, 2007 5:06 pm
- Forum: General
- Topic: How to make non-bold text in a bold context?
- Replies: 3
- Views: 86554
Re: How to make non-bold text in a bold context?
I solved my problem. The command \textnormal does what I want. 
- Sun Jun 10, 2007 4:54 pm
- Forum: General
- Topic: How to make non-bold text in a bold context?
- Replies: 3
- Views: 86554
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 ...
\item[Here is a \unbold{non-bold} word:] And a description of it...
to look something like this:
* Here is a ...
- Sun Jun 10, 2007 4:02 pm
- Forum: General
- Topic: How to make Mars and Venus symbols?
- Replies: 2
- Views: 11208
Re: How to make Mars and Venus symbols?
Thanks, dude. 
- Sat Jun 09, 2007 4:36 pm
- Forum: General
- Topic: How to make Mars and Venus symbols?
- Replies: 2
- Views: 11208
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.
Thanks.