Search found 6 matches

by yuri
Sun May 29, 2011 9:49 pm
Forum: Page Layout
Topic: Different page layout for the title page
Replies: 2
Views: 1766

Re: Different page layout for the title page

This is exactly what I've been looking for.
Thank you!
by yuri
Sun May 29, 2011 8:59 pm
Forum: Page Layout
Topic: Different page layout for the title page
Replies: 2
Views: 1766

Different page layout for the title page

Hi,
I'd like to set a different margins for the title page and a different one for the rest.

Currently, I've the margins set by the geometry package which is very comfortable:
\usepackage[a4paper,left=25mm,right=25mm,top=25mm,bottom=35mm]{geometry}
I have a separate .tex file only for the title ...
by yuri
Sat Apr 09, 2011 12:22 pm
Forum: General
Topic: Nomenclature on multiple pages w/o page numbers
Replies: 6
Views: 5701

Re: Nomenclature on multiple pages w/o page numbers

Aww.
Thank you. I can't believe it was such a trivial fix. It seems I rly am a Tex newb.
by yuri
Sat Apr 09, 2011 11:37 am
Forum: General
Topic: Nomenclature on multiple pages w/o page numbers
Replies: 6
Views: 5701

Nomenclature on multiple pages w/o page numbers

Ok.
Now it should be fully reproducible and clear. Pls don't mind the Czech commentaries.


Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
title.tex
the needed title.tex
(222 Bytes) Downloaded 377 times
by yuri
Sat Apr 09, 2011 10:26 am
Forum: General
Topic: Nomenclature on multiple pages w/o page numbers
Replies: 6
Views: 5701

Nomenclature on multiple pages w/o page numbers

Well,
mkay.
\printnomenclature[2cm]
\pagestyle{empty}
Results in all numbered but the last page.
It's exactly the same behaviour as in TOC.

My setup:
\usepackage{lmodern}
\usepackage{cmap}
\usepackage[utf8x]{inputenc}
\usepackage{ucs}
\usepackage[T1]{fontenc}
\usepackage[czech]{babel ...
by yuri
Sat Apr 09, 2011 12:40 am
Forum: General
Topic: Nomenclature on multiple pages w/o page numbers
Replies: 6
Views: 5701

Nomenclature on multiple pages w/o page numbers

Hi,
I use the nomenc package to make an abreviation list. Because I've got more than 40 abviations the list is not located at a single page. I need to get this \printnomenclature generated list without the page numbering. I've tried many things but no luck so far.

The used documentclass is 'article ...