Search found 63 matches

by krz
Thu Jun 26, 2014 1:00 pm
Forum: Page Layout
Topic: Multicol and fancyhdr
Replies: 0
Views: 6295

Multicol and fancyhdr

Hello,
I need to create something like a dictionary. In short, two columns and different header on each page. I'm trying to do this with two packages, multicol and fancyhdr. Unfortunately headers don't work correctly inside multicol section. In this short example the last header (T3) just ...
by krz
Thu Sep 15, 2011 9:47 am
Forum: General
Topic: Page number in ToC
Replies: 1
Views: 1823

Page number in ToC

Hi!
I have another problem with my document. The number of the page appears on the first page of ToC (I don't want it, of course), but only when I have at last two page of ToC. When ToC takes only one page, footer and header is clear, but when I extend it on another page the page number appears in ...
by krz
Thu Sep 15, 2011 9:00 am
Forum: General
Topic: Change the default Title of ToC
Replies: 3
Views: 2149

Change the default Title of ToC

Hope it's enough.

Code: Select all

\documentclass{book}
\usepackage{titlesec}
\titleformat{\chapter}{\normalfont\Large\scshape}{\thechapter}{1em}{}[\vspace{6pt}]
It's all that I use as going to {titlesec} package.
by krz
Wed Sep 14, 2011 10:37 pm
Forum: General
Topic: Change the default Title of ToC
Replies: 3
Views: 2149

Change the default Title of ToC

Hi!

I'm preparing some document to print and need to change default title of table of contents (strictly speaking, it must be default but in two languages, polish and german). I use package {titlesec}, but couldn't find the method in its documentation. Telling the truth I've just used ctrl+f and a ...
by krz
Mon May 02, 2011 5:30 pm
Forum: General
Topic: Motto on the chapter page
Replies: 4
Views: 4313

Re: Motto on the chapter page

Thanks Thorsten! \footnotemark and \footnotetext work perfect! I had no idea about them. Now I know. :)
by krz
Mon May 02, 2011 5:20 pm
Forum: General
Topic: Motto on the chapter page
Replies: 4
Views: 4313

Re: Motto on the chapter page

Thorsten,
thanks for so fast answer. You're right. Epigraph.sty has been installed. It works fine except one important thing. I need to use \footnote in the motto and when I use it inside \epigraph environment the footnote appears just under motto and not at the bottom of the page.
Do you know how ...
by krz
Mon May 02, 2011 4:55 pm
Forum: General
Topic: Motto on the chapter page
Replies: 4
Views: 4313

Motto on the chapter page

Hi!
Do you know how to put motto on the chapter page just after the chapter title? I've found an epigraph package could help but it's now unavailable on CTAN. Do you know any other methods?
Thanks for any help.
krz
by krz
Thu Feb 10, 2011 5:52 pm
Forum: Text Formatting
Topic: Margin notes like footnotes?
Replies: 14
Views: 19798

Margin notes like footnotes?

meho_r, thanks a lot again!
I'll ask on sites you told me about. If I find solution I'll put it at the end of this topic, but telling the truth \mybr{} is good for me now. I need it for a few not so long documents and I can divide words manually.

PS. I asked on {TeX} SE and got this:
\usepackage ...
by krz
Thu Feb 10, 2011 2:46 pm
Forum: Text Formatting
Topic: Margin notes like footnotes?
Replies: 14
Views: 19798

Margin notes like footnotes?

I don't know how to attache pdf to my post. Here is a tex file:
\documentclass{book}

\usepackage{marginnote}
\renewcommand*{\marginfont}{\footnotesize}

\newcounter{mynote}% a new counter for use in margin notes

\newcommand{\mynote}[2][0]{% a simple margin note
\refstepcounter{mynote}% step ...
by krz
Thu Feb 10, 2011 9:53 am
Forum: Text Formatting
Topic: Margin notes like footnotes?
Replies: 14
Views: 19798

Re: Margin notes like footnotes?

meho_r, thanks a lot!! It works great!!
But..., sorry to bother you, I have another question. How to make hyphenation? Unfortunatelly I can't devide words in margin note. \- doesn't work. I was thinking maybe justification would help, but not. In addition, when I justify notes, words at the end of ...