Search found 11 matches

by vivelafete
Wed Feb 17, 2010 2:00 pm
Forum: General
Topic: release \newlength command at end of *.tex
Replies: 0
Views: 1485

release \newlength command at end of *.tex

I use several pages with several tables...

I define the width like:

\newlength{\TableOneWidth} \setlength{\TableOneWidth}{12.5cm}

in first_page.tex

I would like to use \TableOneWidth in first_page.tex like a local variable in a function.

so I can I redefine \TableOneWidth in second_page.tex ...
by vivelafete
Wed Dec 23, 2009 12:30 pm
Forum: General
Topic: user defined variable
Replies: 2
Views: 2311

user defined variable

it is possible to do something like:

\new_length{width_p3_table1_col1}{1234cm}

and then use the variable later in a table like p{width_p3_table1_col1}.

Thanks
by vivelafete
Wed Dec 23, 2009 12:02 pm
Forum: Page Layout
Topic: write text right above the line that seperates the footer
Replies: 2
Views: 1962

Re: write text right above the line that seperates the footer

I would write a text right above the line.
Right at the place where the footnotes are.
Can I disable footnotes?
Then this is probably the problem when the place is reserved for footnotes, it isn't possible to shift the text close to the line that separates the footer from the text.

Then an other ...
by vivelafete
Mon Dec 21, 2009 7:01 pm
Forum: Page Layout
Topic: write text right above the line that seperates the footer
Replies: 2
Views: 1962

write text right above the line that seperates the footer

I'm not able to do that...
Has anybody done that before?

Thanks!
by vivelafete
Fri Dec 04, 2009 2:04 pm
Forum: Page Layout
Topic: fancyhdr(fancyplain) problem with two lined footer on 1st. p
Replies: 0
Views: 1624

fancyhdr(fancyplain) problem with two lined footer on 1st. p

Hi,
i have a little error in the fancyhdr package:

I would to show the following in my footer:

\fancyfoot[RO,LE]{\rightmark \\ \leftmark}
isn't working

in th first version i had:
\fancyfoot[RO,LE]{\fancyplain{}{\rightmark \\ \leftmark} }
worked fine

then I tried:
\fancyfoot[RO,LE]{sdfgds ...
by vivelafete
Fri Dec 04, 2009 12:16 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: index pages aren't added to the total page number...
Replies: 2
Views: 4542

Re: index pages aren't added to the total page number...

Thanks!
I didn't realize that I set with \label{LastPage} the mark for the Lastpage.

I defined it also before \begin{document}.

It's a little bit strange that it worked until i used the index. Isn't it?

I searched for a long time at the wrong places and due to you I solved it in 5 minutes.

So ...
by vivelafete
Thu Dec 03, 2009 6:35 pm
Forum: Page Layout
Topic: multiple title pages
Replies: 3
Views: 12615

multiple title pages

in general:
I'm using doxygen to create a .pdf documentation for C source code.

Doxygen uses the documentclass book.

You can add a titlepage. doxygen uses \begin{titlepage} ... \end{titlepage}. But there you can describe just one page. And I would have 4 title pages in a row.

Then the ...
by vivelafete
Thu Dec 03, 2009 5:39 pm
Forum: MakeIndex, Nomenclature, Glossaries and Acronyms
Topic: index pages aren't added to the total page number...
Replies: 2
Views: 4542

index pages aren't added to the total page number...

my .tex file has the following structure:

\documentclass[a4paper, twoside]{scrreprt}
\usepackage{makeidx}
...
\usepackage{lastpage}
\label{LastPage}
\makeindex
...
\begin{document}
...
\chapter{Main Page}
\index{Main Page}
...
\printindex
\end{document}

In the .sty i defined to print pageX of ...
by vivelafete
Wed Dec 02, 2009 6:09 pm
Forum: Document Classes
Topic: Documentclass: change from oneside mode to twoside
Replies: 3
Views: 21937

Re: Documentclass: change from oneside mode to twoside

Thx GandalfTheWhite!

a little supplementation:

for usage of \setboolean you need the package : \usepackage{ifthen}
by vivelafete
Tue Dec 01, 2009 1:42 pm
Forum: Page Layout
Topic: multiple title pages
Replies: 3
Views: 12615

multiple title pages

I would like to have 4 pages at the beginning of the document as title pages.
inbetween \start{titlepage} and \end{titlepage} it isn't possible i think...
I don't wanna make a new chapter is there a nice way to include 3 userdefined pages after the titlepage?

Thanks in advance
vivelafete