Search found 58 matches

by kostoglotov
Tue Dec 23, 2014 8:35 pm
Forum: Page Layout
Topic: 3 column footer
Replies: 4
Views: 3909

3 column footer

Heh,
replied too early... I can't make it work I am afraid :(



Easy peasy using the modern package scrlayer-scrpage of the KOMA-bundle.
\documentclass{scrreprt}
\usepackage{scrlayer-scrpage}
\usepackage{blindtext}
\clearpairofpagestyles
\ifoot*{including plain}
\cfoot{without plain}
\ofoot ...
by kostoglotov
Tue Dec 23, 2014 8:23 pm
Forum: Page Layout
Topic: 3 column footer
Replies: 4
Views: 3909

Re: 3 column footer

Thanks a lot!
alex
by kostoglotov
Tue Dec 23, 2014 11:40 am
Forum: Page Layout
Topic: 3 column footer
Replies: 4
Views: 3909

3 column footer

Hi all,
wanted to ask you if you could advise me how to create simple three column footer.
Should be on the each page and have text in the left part, centre, and right part... Something like that:

XYZ xyz XYZ

Thanks... Tried to find it here but could not so....

Thank you.
alex
by kostoglotov
Mon Oct 18, 2010 1:30 pm
Forum: General
Topic: 4 pages in one sheet
Replies: 6
Views: 5175

Re: 4 pages in one sheet

Hi mate,
yeah all pages are same.. Just want to have four leaflets on one page with some little cut marks in between them...
Ok, I'll try to do it from single pdf files.
Cheers mate!
ak
by kostoglotov
Sat Oct 16, 2010 9:06 am
Forum: General
Topic: 4 pages in one sheet
Replies: 6
Views: 5175

Re: 4 pages in one sheet

Hi mate,
I went through the package you recommended above and.. have another question. I have a simple text (an invitation) and I would like to generate a final pdf file where would be a four pages on one sheet. Basically 4 leaflets, format A5 on one sheet of A4 paper (easy to print out and cut ...
by kostoglotov
Thu Dec 03, 2009 10:42 am
Forum: Graphics, Figures & Tables
Topic: coloured row in a table
Replies: 5
Views: 3082

Re: coloured row in a table

Hi,
I've got it now.

It's as follow for those who were wondering as me how to do that...

\rowcolor[rgb]{1,0,0}

Cheers.
by kostoglotov
Thu Dec 03, 2009 9:18 am
Forum: Graphics, Figures & Tables
Topic: coloured row in a table
Replies: 5
Views: 3082

Re: coloured row in a table

Thank you very much.
I have solved it yesterday immediately I'd posted the question - thank to the other forum discussions. But could delete it or edit it since the site seemed to have some problem...

Anyway, I have used this

\rowcolor{yellow}

but wanted to ask how can I define colour I want in ...
by kostoglotov
Wed Dec 02, 2009 5:25 pm
Forum: Graphics, Figures & Tables
Topic: coloured row in a table
Replies: 5
Views: 3082

coloured row in a table

Hi there,
I am trying to make a coloured row in my table. The tex file of that section is attached. I have tried a few ideas from this forum but for some reason unsuccessfully... Wanted to ask if anyone could help me out with that.
I'd need the second row in yellow...
Thanks a lot..
ak
by kostoglotov
Tue Jul 29, 2008 7:21 pm
Forum: General
Topic: line break without starting a new paragraph
Replies: 2
Views: 18640

Re: line break without starting a new paragraph

Thank you!
a.k.
by kostoglotov
Tue Jul 29, 2008 6:42 pm
Forum: General
Topic: line break without starting a new paragraph
Replies: 2
Views: 18640

line break without starting a new paragraph

Hi there,
I would like to ask you...
In my document i don't like to see loose letters at the and, such as "a" etc. But when I insert in front of that letter "a" \\ or \\* - it forces "a" to go on the new line but leaves the gap in the previous (it is not the new paragraph but it still leaves there ...