Cezary Morga schrieb:

\addtokomafont{section}{\normalsize\normalfont\sffamily}

If I'm correct putting:
\addtokomafont{section}{\normalsize\bold\sffamily}
will make the font bold and normal size, right?

No, you need

\addtokomafont{section}{\normalsize\bfseries\sffamily}

You find more infos about koma-script here:

http://www.tug.org/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf

And how to get rid of the : mark in Figure? After the changes it looks like: Figure 1.1: something...

Add this to your preamble:

\renewcommand*{\captionformat}{\ }

And is there any way to change 'Figure" to "fig."? Or more correctly in my polish version "Rysunek" -> "rys."?

Add this to the preamble:

\usepackage[polish]{babel}
\addto\captionspolish{\renewcommand{\figurename}{rys.}}

More about this can be found here:

http://wiki.lyx.org/LyX/I18nLabels

I attached a new example LyX-file.
For further questions I refer to the manuals ;-).

regards Uwe


Attachment: newfile1.lyx
Description: application/lyx

Reply via email to