Search found 12 matches

by hub
Fri Sep 11, 2009 11:40 am
Forum: Graphics, Figures & Tables
Topic: Table to wide
Replies: 2
Views: 1956

Table to wide

I have a table that is to wide for the page. I have also redefined the arraystretch to get "more air" (\renewcommand*\arraystretch{1.5}).

How do I split the text (break it into two lines) in the leftmost column and get a nice look on the rest of the table?

\begin{table}[htb]
\centering
\begin ...
by hub
Tue Aug 18, 2009 11:51 am
Forum: General
Topic: Change intedation on nested lists
Replies: 1
Views: 1520

Change intedation on nested lists

Hi!

I have a list that looks like:
\begin{description}
\item[\texttt{-h, -{}-help}]: Display the help message.
...
\begin{itemize}
\item \texttt{\_leo.tcl}: Commands for Leonardo Spectrum in command line mode.
...
\end{itemize}
...
\end{description}

What I want is that the "itemized list" have ...
by hub
Sun May 03, 2009 3:14 pm
Forum: Text Formatting
Topic: Double dash?
Replies: 11
Views: 34475

Re: Double dash?

The preloaded packages is babel, graphics, lmodern, frontenc, inputenc, theorem, amsmath, amsfonts, amssymb and hypreref according to the documentation.
I dont know which packages thats loading fonts, except amsfonts.
by hub
Sun May 03, 2009 1:07 pm
Forum: Text Formatting
Topic: Double dash?
Replies: 11
Views: 34475

Double dash?

phi wrote:
hub wrote:Otherwise I get a "en dash" before help...
No, at least not with the standard fonts.
Ok, then its my document class then...
Im using a local class called LiU Thesis, and there are som preloaded packages in that.

Thanks for the answers!
by hub
Sun May 03, 2009 10:41 am
Forum: Text Formatting
Topic: Double dash?
Replies: 11
Views: 34475

Double dash?

What always works is
\begin{description}
\item[\texttt{-h, --help:}] Display the help message.
\end{description} but depending on your document class you might have the opportunity to change this globally if you want.

You mean
\begin{description}
\item[\texttt{-h, -{}-help:}] Display the help ...
by hub
Sun May 03, 2009 7:16 am
Forum: Text Formatting
Topic: Double dash?
Replies: 11
Views: 34475

Double dash?

phi wrote:In this context (source code or user input) you should use a nonproportional font.
Ok... How do I do that?
by hub
Sat May 02, 2009 3:49 pm
Forum: Text Formatting
Topic: Double dash?
Replies: 11
Views: 34475

Double dash?

I found the

Code: Select all

\--
to be the command for hyphen, so I use

Code: Select all

-\--
.
I guess that its ok to do that?
by hub
Sat May 02, 2009 3:24 pm
Forum: Text Formatting
Topic: Double dash?
Replies: 11
Views: 34475

Double dash?

Hello!

I am writing a short manual for a program in latex, and would like to use the double dash (--) in the text, but latex convert that to a "En dash"...
I use it in a list:
\begin{description}
\item[-h, --help:] Display the help message.
\end{description}

This will produce a thick short dash ...
by hub
Fri Dec 05, 2008 11:55 am
Forum: General
Topic: Force latex to place figures in the same section
Replies: 1
Views: 2264

Force latex to place figures in the same section

Hi!

I have 4 sections in my tex file, and I would like latex to put the figures in the section I included them in.
So when a new section begins, all the figures have been inserted already.

Now all the pictures goes on the last pages, maybe cause the are quite big.

I use "\documentclass[a4paper ...
by hub
Sun Oct 05, 2008 4:29 pm
Forum: General
Topic: vertical center titlepage?
Replies: 4
Views: 10590

Re: vertical center titlepage?

Ok, my bad! :(
Should have been more clear.
Will be that in the future!

Thx for the help!