Search found 18 matches

by mro
Wed Jan 14, 2009 12:31 am
Forum: General
Topic: Special page numbering for appendix not aling in TOC
Replies: 1
Views: 2124

Special page numbering for appendix not aling in TOC

Oh well congrats for the new page. Now back to business: :-)

As one can see I have defined special page numbers for the appendix; that works fine so far, however the entries in the index are not lined up (see attach). Why would that be and what can I do to get the alignment right even with the ...
by mro
Wed Jan 07, 2009 5:15 pm
Forum: General
Topic: eepic conflicts with slashbox
Replies: 3
Views: 4201

Re: eepic conflicts with slashbox

I actually use eepic output from gnuplot as that looked best, compared to the alternative terminals that I have tried... for my version of gnuplot anyway -.-
by mro
Tue Jan 06, 2009 11:33 am
Forum: General
Topic: No page break after \listoffigures
Replies: 6
Views: 13261

Re: No page break after \listoffigures

Thanks guys. At some point I will have to familiarize myself more deeply with these latex internals :roll:
by mro
Tue Jan 06, 2009 2:16 am
Forum: General
Topic: No page break after \listoffigures
Replies: 6
Views: 13261

No page break after \listoffigures


\documentclass[12pt,twoside,a4paper,english]{book}

\usepackage{float}

\begin{document}

\begin{figure}
\caption{Fig 1}
\end{figure}
\begin{figure}
\caption{Fig 2}
\end{figure}
\begin{table}
\caption{Tbl 1}
\end{table}
\begin{table}
\caption{Tbl 2}
\end{table}

\cleardoublepage
\listoffigures ...
by mro
Tue Jan 06, 2009 12:26 am
Forum: General
Topic: eepic conflicts with slashbox
Replies: 3
Views: 4201

eepic conflicts with slashbox

The problem is quickly explained: \backslashbox{bla}{blubb} does not produce the desired diagonal line when the eepic package is included, no matter whether before or after slashbox. :| :x :(



\documentclass[12pt,twoside,a4paper,english]{book}

%\usepackage{eepic} % when this is off it works ...
by mro
Mon Jan 05, 2009 11:23 pm
Forum: General
Topic: No page break after \listoffigures
Replies: 6
Views: 13261

No page break after \listoffigures

I want to save a few cents and not have a "list of tables" with only three entries on an extra page.
I first have the list of figures followed by the list of tables and would like the page break in between eliminated.
I tried something easy like this, to no avail.

...
\addcontentsline{toc ...
by mro
Mon Nov 17, 2008 7:28 pm
Forum: General
Topic: Do not display column in table
Replies: 5
Views: 3320

Do not display column in table

Oh yeah I forgot,
also something like

\newcolumntype{x}{>{\begin{comment}}c<{\end{comment}}}

is not working for the first part....

...
Runaway argument?
! File ended while scanning use of \next.
...

So I guess 'comment' is not allowed within a table (cell).

For the second part... I was just ...
by mro
Mon Nov 17, 2008 7:19 pm
Forum: General
Topic: Do not display column in table
Replies: 5
Views: 3320

Do not display column in table

So, no idea on this one?
  • make tabular column disappear, and/or
  • reorder columns without reordering source text
I guess it just does not exist :(
by mro
Wed Nov 12, 2008 1:49 am
Forum: General
Topic: Do not display column in table
Replies: 5
Views: 3320

Do not display column in table

Yeah, but this does not really make the width of the column zero = make it disappear completely.
Even if I use sth. like

\newcolumntype{x}{>{\color{white}}p{0mm}}

it will still mess up the formatting as it will try to break the (non-visible) white stuff ...

As a sidenote: It would also be ...
by mro
Wed Nov 12, 2008 1:18 am
Forum: General
Topic: Do not display column in table
Replies: 5
Views: 3320

Do not display column in table

Hi there guys,
is there a simple way not to display a column in a tabular environment?
I thought there must be something like "\begin{tabular}{cccxc}", which would mean do not display the 4th column. But I guess it's not that simple.
I just wanna try how my table looks without that column :|
Thanks ...