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 ...
Search found 12 matches
- Fri Sep 11, 2009 11:40 am
- Forum: Graphics, Figures & Tables
- Topic: Table to wide
- Replies: 2
- Views: 1956
- 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 ...
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 ...
- 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.
I dont know which packages thats loading fonts, except amsfonts.
- Sun May 03, 2009 1:07 pm
- Forum: Text Formatting
- Topic: Double dash?
- Replies: 11
- Views: 34475
Double dash?
Ok, then its my document class then...phi wrote:No, at least not with the standard fonts.hub wrote:Otherwise I get a "en dash" before help...
Im using a local class called LiU Thesis, and there are som preloaded packages in that.
Thanks for the answers!
- 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 ...
\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 ...
- Sun May 03, 2009 7:16 am
- Forum: Text Formatting
- Topic: Double dash?
- Replies: 11
- Views: 34475
Double dash?
Ok... How do I do that?phi wrote:In this context (source code or user input) you should use a nonproportional font.
- Sat May 02, 2009 3:49 pm
- Forum: Text Formatting
- Topic: Double dash?
- Replies: 11
- Views: 34475
Double dash?
I found the to be the command for hyphen, so I use .
I guess that its ok to do that?
Code: Select all
\--
Code: Select all
-\--
I guess that its ok to do that?
- 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 ...
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 ...
- 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 ...
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 ...
- 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!

Should have been more clear.
Will be that in the future!
Thx for the help!