Search found 6 matches

by energy382
Mon Mar 04, 2013 12:55 pm
Forum: LyX
Topic: Left-justified caption
Replies: 2
Views: 4611

Left-justified caption

Hey guys,

I've some problems with the caption of my figures. I want them to be left-justified as the figure number.
I know the caption package, but as I kow (and read in the manual) it's not used to change the direction of the caption, only font and size.

The attached image clarifies the problem ...
by energy382
Thu Feb 28, 2013 2:48 pm
Forum: LyX
Topic: Change font size in formulas
Replies: 3
Views: 9187

Re: Change font size in formulas

Thanks. And sorry, but I didn't know the keyword, I should have searched for.
by energy382
Thu Feb 28, 2013 2:20 pm
Forum: LyX
Topic: Change font size in formulas
Replies: 3
Views: 9187

Change font size in formulas

Hey guys,

I've some problems to determine font size of my formulas. If I enter the math modus, I can write my formula and I can also change the font. But I don't find a command to change font size, let's say of an exponent or just a variable.

I want to increase font size through the whole ...
by energy382
Tue Feb 26, 2013 2:24 pm
Forum: LyX
Topic: Custom Header Setup
Replies: 3
Views: 12259

Custom Header Setup

Problem solved. I've forgotton to clear standard definitions with \clearscrheadfoot.

So, with this code everything is fine.

Code: Select all

Code, edit and compile here:
\usepackage{scrpage2}
\pagestyle{scrheadings}
\clearscrheadfoot
\ohead{\pagemark}
\ihead{\headmark}
\cfoot{}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Thanks again for the hint with the scrpage2 package.
by energy382
Tue Feb 26, 2013 2:15 pm
Forum: LyX
Topic: Custom Header Setup
Replies: 3
Views: 12259

Custom Header Setup

Thanks for the hint.

Is it possible, that the package scrpage2 isn't installed? If I insert
\usepackage{scrpage2}
\pagestyle{scrheadings}
as described in the KOMA-Script user guide, nothing happens.

I use LyX and MiKTeX 2.9. If I start the package manager (admin) and filter for "scrpage2 ...
by energy382
Tue Feb 26, 2013 1:18 pm
Forum: LyX
Topic: Custom Header Setup
Replies: 3
Views: 12259

Custom Header Setup

Hey all,

I'm writing on my diploma thesis and have some problems with the fancyhdr package. What I would like to have:


page number (right head) on chapter pages
page number (right head) and section number + section title on all other pages
no footer

I use scrbook (KOMA-Script) as document ...