Opps. Quoted you the material you already quoted me. \bfseries is explained
under Fonts->Styles->Font Selection
On Monday 30 July 2001 11:04 am, you wrote:
> % makes a comment.
>
> Diff between \bf and \bfseries:
> \bf 'toggles' bold, until such time as you issue, say, \rm.
> \bfseries scopes
% makes a comment.
Diff between \bf and \bfseries:
\bf 'toggles' bold, until such time as you issue, say, \rm.
\bfseries scopes over bracketed text only.
Try http://www.astro.ku.dk/help/LaTeX/ltx-2.html for a good list of commands.
On Monday 30 July 2001 10:18 am, you wrote:
> On Mon, 30 Jul
On Mon, 30 Jul 2001, Herbert Voss wrote:
> \renewcommand\section{\@startsection {section}{1}{\z@}%
> {-3.5ex \@plus -1ex \@minus -.2ex}%
> {2.3ex \@plus.2ex}%
> {\normalfont\Large\bfseries\uppercase}%
> }
Thank you! Extending your idea into
\renewcommand\section{
\ifx \afterco
Tuukka Toivonen wrote:
>
> On Mon, 30 Jul 2001, Herbert Voss wrote:
>
> > Tuukka Toivonen wrote:
> > >
> > > > \uppercase{ blah } in tex red or define your oen uppercase-button
> > > > in lyx menu
> > >
> > > Thanks. Works, but not for a style such as sections, where I try to do
> > > \s
On Mon, 30 Jul 2001, Christopher M. Jones wrote:
> \sectionfont{\centering\large\bfseries\uppercase}
> Don't put \pagebreak in there. Either modify the layout file, or just insert
> it after the section command in your document.
Ok, it was \pagebreak which made \uppercase not to work in this
The following gives me sections centered and uppercase et. cet:
\sectionfont{\centering\large\bfseries\uppercase}
Keep in mind that the upper case will not show up in your screenfont unless
you change the LyX style--but the change should be reflected in your ps or
dvi output.
Also, in your e
On Mon, 30 Jul 2001, Herbert Voss wrote:
> Tuukka Toivonen wrote:
> >
> > > \uppercase{ blah } in tex red or define your oen uppercase-button
> > > in lyx menu
> >
> > Thanks. Works, but not for a style such as sections, where I try to do
> > \sectionfont{ \centering \large \bf \pagebre
Tuukka Toivonen wrote:
>
> > \uppercase{ blah } in tex red or define your oen uppercase-button
> > in lyx menu
>
> Thanks. Works, but not for a style such as sections, where I try to do
> \sectionfont{ \centering \large \bf \pagebreak \uppercase }
\let\mySection\section
\renewcommand\se
On Sat, 28 Jul 2001, Herbert Voss wrote:
Thank you all who responded, I have now for the most part exactly as I
like. Just few small things left...
> \uppercase{ blah } in tex red or define your oen uppercase-button
> in lyx menu
Thanks. Works, but not for a style such as sections, where I try
On Sat, Jul 28, 2001 at 06:10:52PM +0200, Herbert Voss wrote:
> > 3) Caption style. By default Latex gives "Figure 1: A nice picture" but I
> > want "Figure 1. A nice picture". I read
> > http://www.educat.hu-berlin.de/~voss/lyx/floats/caption.html
> > which works for figures but not for t
Herbert Voss wrote:
>
>
> \renewcommand\thetable[2][]{\arabic{table}. #1}
sorry, only one argument
\renewcommand\thetable[1]{\arabic{table}. #1}
Herbert
--
http://www.educat.hu-berlin.de/~voss/lyx/
Tuukka Toivonen wrote:
>
> It's the time for my diploma thesis. Our University has rules that quite
> well match the default LaTeX settings, but not exactly.
>
> First I'd like to ask, which is easier/better to customize, Koma-script or
> some standard LaTeX style (I'm using koma-article since i
> 1) Is possible to automatically captilize some words, \capitalize{some
> text}? I do not mean smallcaps. I can of course just write the text with
> SHIFT PRESSED DOWN put it's cumbersome and I'd like to automatically
> capitalize first-level sections.
Others may know better, but I would define
It's the time for my diploma thesis. Our University has rules that quite
well match the default LaTeX settings, but not exactly.
First I'd like to ask, which is easier/better to customize, Koma-script or
some standard LaTeX style (I'm using koma-article since it seems to
match best). It looks lik
14 matches
Mail list logo