Re: changing fonts in TOC

2006-02-06 Thread Phil Tomson
On 2/3/06, Uwe Stöhr [EMAIL PROTECTED] wrote:
 Phil Tomson wrote:

  I'm using article(koma-script).  I need all of the sections listed in
  the TOC to be the same size font (12pt) as the rest of the text of the
  thesis and they cannot be bold.

 Use the LaTeX-package titletoc. Attached an example LyX-file.

 regards Uwe


Looks like this should work.  However, how would one change the font
of the 'Contents' heading itself to times-new-roman, non-bold?

Phil


Re: changing fonts in TOC

2006-02-06 Thread Uwe Stöhr

Phil Tomson wrote:


However, how would one change the font
of the 'Contents' heading itself to times-new-roman, non-bold?


This is the same font as used for the section heading (in article 
classes). Add this to your preamble:


\setkomafont{section}{\normalfont\rmfamily\Large}

to get what you want.

example LyX-file attached.

regards Uwe


newfile2.lyx
Description: application/lyx


Re: changing fonts in TOC

2006-02-06 Thread Phil Tomson
On 2/3/06, Uwe Stöhr [EMAIL PROTECTED] wrote:
 Phil Tomson wrote:

  I'm using article(koma-script).  I need all of the sections listed in
  the TOC to be the same size font (12pt) as the rest of the text of the
  thesis and they cannot be bold.

 Use the LaTeX-package titletoc. Attached an example LyX-file.

 regards Uwe


Looks like this should work.  However, how would one change the font
of the 'Contents' heading itself to times-new-roman, non-bold?

Phil


Re: changing fonts in TOC

2006-02-06 Thread Uwe Stöhr

Phil Tomson wrote:


However, how would one change the font
of the 'Contents' heading itself to times-new-roman, non-bold?


This is the same font as used for the section heading (in article 
classes). Add this to your preamble:


\setkomafont{section}{\normalfont\rmfamily\Large}

to get what you want.

example LyX-file attached.

regards Uwe


newfile2.lyx
Description: application/lyx


Re: changing fonts in TOC

2006-02-06 Thread Phil Tomson
On 2/3/06, Uwe Stöhr <[EMAIL PROTECTED]> wrote:
> Phil Tomson wrote:
>
> > I'm using article(koma-script).  I need all of the sections listed in
> > the TOC to be the same size font (12pt) as the rest of the text of the
> > thesis and they cannot be bold.
>
> Use the LaTeX-package "titletoc". Attached an example LyX-file.
>
> regards Uwe


Looks like this should work.  However, how would one change the font
of the 'Contents' heading itself to times-new-roman, non-bold?

Phil


Re: changing fonts in TOC

2006-02-06 Thread Uwe Stöhr

Phil Tomson wrote:


However, how would one change the font
of the 'Contents' heading itself to times-new-roman, non-bold?


This is the same font as used for the section heading (in article 
classes). Add this to your preamble:


\setkomafont{section}{\normalfont\rmfamily\Large}

to get what you want.

example LyX-file attached.

regards Uwe


newfile2.lyx
Description: application/lyx


changing fonts in TOC

2006-02-03 Thread Phil Tomson
I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).

any ideas?

Phil


Re: changing fonts in TOC

2006-02-03 Thread Kevin Pfeiffer
Phil Tomson writes:
 I'm working on my thesis and every school seems to have their own
 format rules...

 I'm using article(koma-script).  I need all of the sections listed in
 the TOC to be the same size font (12pt) as the rest of the text of
 the thesis and they cannot be bold.  I've managed to get this working
 for the sections and subsections in body of the thesis, but I haven't
 been able to figure out how to do it in the TOC where sections end up
 being bold san serif (the rest of the text is Roman).

Have you looked at the user docs for koma-script? I _think_ that this is  
covered (no time here to check -- if not, the package toclof might 
help)...

The doc-name (English version) is scrguien.pdf. Here appears to be an 
online copy:
http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf



-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: changing fonts in TOC

2006-02-03 Thread Herbert Voss



Phil Tomson wrote:

I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).


put the preamble into your LyX doc

Herbert


\documentclass[a4paper,12pt]{article}

\makeatletter
[EMAIL PROTECTED]
  \ifnum [EMAIL PROTECTED] \z@
[EMAIL PROTECTED]
\addvspace{1.0em [EMAIL PROTECTED]@}%
[EMAIL PROTECTED]  Important width
\begingroup
  \parindent \z@ \rightskip [EMAIL PROTECTED]
  \parfillskip [EMAIL PROTECTED]
  \leavevmode %\bfseries  % normal font
  [EMAIL PROTECTED]
  \hskip -\leftskip
  #1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
\endgroup
  \fi}
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
\makeatother

\begin{document}
\tableofcontents

\section{foo}
bar
\subsection{foo}
bar
\subsubsection{foo}
bar
\paragraph{foo}
bar

\end{document}









any ideas?

Phil






Re: changing fonts in TOC

2006-02-03 Thread Phil Tomson
On 2/3/06, Kevin Pfeiffer [EMAIL PROTECTED] wrote:
 Phil Tomson writes:
  I'm working on my thesis and every school seems to have their own
  format rules...
 
  I'm using article(koma-script).  I need all of the sections listed in
  the TOC to be the same size font (12pt) as the rest of the text of
  the thesis and they cannot be bold.  I've managed to get this working
  for the sections and subsections in body of the thesis, but I haven't
  been able to figure out how to do it in the TOC where sections end up
  being bold san serif (the rest of the text is Roman).

 Have you looked at the user docs for koma-script? I _think_ that this is
 covered (no time here to check -- if not, the package toclof might
 help)...

I've lookded at it, but couldn't find anything related to this issue.

 The doc-name (English version) is scrguien.pdf. Here appears to be an
 online copy:
 http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf


I'll take a look.

Phil



 --
 Kevin Pfeiffer [EMAIL PROTECTED]
 Tiros-Translations



Re: changing fonts in TOC

2006-02-03 Thread Uwe Stöhr

Phil Tomson wrote:


I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.


Use the LaTeX-package titletoc. Attached an example LyX-file.

regards Uwe


newfile1.lyx
Description: application/lyx


changing fonts in TOC

2006-02-03 Thread Phil Tomson
I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).

any ideas?

Phil


Re: changing fonts in TOC

2006-02-03 Thread Kevin Pfeiffer
Phil Tomson writes:
 I'm working on my thesis and every school seems to have their own
 format rules...

 I'm using article(koma-script).  I need all of the sections listed in
 the TOC to be the same size font (12pt) as the rest of the text of
 the thesis and they cannot be bold.  I've managed to get this working
 for the sections and subsections in body of the thesis, but I haven't
 been able to figure out how to do it in the TOC where sections end up
 being bold san serif (the rest of the text is Roman).

Have you looked at the user docs for koma-script? I _think_ that this is  
covered (no time here to check -- if not, the package toclof might 
help)...

The doc-name (English version) is scrguien.pdf. Here appears to be an 
online copy:
http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf



-- 
Kevin Pfeiffer [EMAIL PROTECTED]
Tiros-Translations


Re: changing fonts in TOC

2006-02-03 Thread Herbert Voss



Phil Tomson wrote:

I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).


put the preamble into your LyX doc

Herbert


\documentclass[a4paper,12pt]{article}

\makeatletter
[EMAIL PROTECTED]
  \ifnum [EMAIL PROTECTED] \z@
[EMAIL PROTECTED]
\addvspace{1.0em [EMAIL PROTECTED]@}%
[EMAIL PROTECTED]  Important width
\begingroup
  \parindent \z@ \rightskip [EMAIL PROTECTED]
  \parfillskip [EMAIL PROTECTED]
  \leavevmode %\bfseries  % normal font
  [EMAIL PROTECTED]
  \hskip -\leftskip
  #1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
\endgroup
  \fi}
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
\makeatother

\begin{document}
\tableofcontents

\section{foo}
bar
\subsection{foo}
bar
\subsubsection{foo}
bar
\paragraph{foo}
bar

\end{document}









any ideas?

Phil






Re: changing fonts in TOC

2006-02-03 Thread Phil Tomson
On 2/3/06, Kevin Pfeiffer [EMAIL PROTECTED] wrote:
 Phil Tomson writes:
  I'm working on my thesis and every school seems to have their own
  format rules...
 
  I'm using article(koma-script).  I need all of the sections listed in
  the TOC to be the same size font (12pt) as the rest of the text of
  the thesis and they cannot be bold.  I've managed to get this working
  for the sections and subsections in body of the thesis, but I haven't
  been able to figure out how to do it in the TOC where sections end up
  being bold san serif (the rest of the text is Roman).

 Have you looked at the user docs for koma-script? I _think_ that this is
 covered (no time here to check -- if not, the package toclof might
 help)...

I've lookded at it, but couldn't find anything related to this issue.

 The doc-name (English version) is scrguien.pdf. Here appears to be an
 online copy:
 http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf


I'll take a look.

Phil



 --
 Kevin Pfeiffer [EMAIL PROTECTED]
 Tiros-Translations



Re: changing fonts in TOC

2006-02-03 Thread Uwe Stöhr

Phil Tomson wrote:


I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.


Use the LaTeX-package titletoc. Attached an example LyX-file.

regards Uwe


newfile1.lyx
Description: application/lyx


changing fonts in TOC

2006-02-03 Thread Phil Tomson
I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).

any ideas?

Phil


Re: changing fonts in TOC

2006-02-03 Thread Kevin Pfeiffer
Phil Tomson writes:
> I'm working on my thesis and every school seems to have their own
> format rules...
>
> I'm using article(koma-script).  I need all of the sections listed in
> the TOC to be the same size font (12pt) as the rest of the text of
> the thesis and they cannot be bold.  I've managed to get this working
> for the sections and subsections in body of the thesis, but I haven't
> been able to figure out how to do it in the TOC where sections end up
> being bold san serif (the rest of the text is Roman).

Have you looked at the user docs for koma-script? I _think_ that this is  
covered (no time here to check -- if not, the package "toclof" might 
help)...

The doc-name (English version) is "scrguien.pdf". Here appears to be an 
online copy:
http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf



-- 
Kevin Pfeiffer <[EMAIL PROTECTED]>
Tiros-Translations


Re: changing fonts in TOC

2006-02-03 Thread Herbert Voss



Phil Tomson wrote:

I'm working on my thesis and every school seems to have their own
format rules...

I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.  I've managed to get this working for
the sections and subsections in body of the thesis, but I haven't been
able to figure out how to do it in the TOC where sections end up being
bold san serif (the rest of the text is Roman).


put the preamble into your LyX doc

Herbert


\documentclass[a4paper,12pt]{article}

\makeatletter
[EMAIL PROTECTED]
  \ifnum [EMAIL PROTECTED] >\z@
[EMAIL PROTECTED]
\addvspace{1.0em [EMAIL PROTECTED]@}%
[EMAIL PROTECTED] < Important width
\begingroup
  \parindent \z@ \rightskip [EMAIL PROTECTED]
  \parfillskip [EMAIL PROTECTED]
  \leavevmode %\bfseries  %< normal font
  [EMAIL PROTECTED]
  \hskip -\leftskip
  #1\nobreak\hfil [EMAIL PROTECTED]@[EMAIL PROTECTED] #2}\par
\endgroup
  \fi}
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
[EMAIL PROTECTED]@section
\makeatother

\begin{document}
\tableofcontents

\section{foo}
bar
\subsection{foo}
bar
\subsubsection{foo}
bar
\paragraph{foo}
bar

\end{document}









any ideas?

Phil






Re: changing fonts in TOC

2006-02-03 Thread Phil Tomson
On 2/3/06, Kevin Pfeiffer <[EMAIL PROTECTED]> wrote:
> Phil Tomson writes:
> > I'm working on my thesis and every school seems to have their own
> > format rules...
> >
> > I'm using article(koma-script).  I need all of the sections listed in
> > the TOC to be the same size font (12pt) as the rest of the text of
> > the thesis and they cannot be bold.  I've managed to get this working
> > for the sections and subsections in body of the thesis, but I haven't
> > been able to figure out how to do it in the TOC where sections end up
> > being bold san serif (the rest of the text is Roman).
>
> Have you looked at the user docs for koma-script? I _think_ that this is
> covered (no time here to check -- if not, the package "toclof" might
> help)...

I've lookded at it, but couldn't find anything related to this issue.
>
> The doc-name (English version) is "scrguien.pdf". Here appears to be an
> online copy:
> http://www.math.upenn.edu/tex_docs/latex/koma-script/scrguien.pdf
>

I'll take a look.

Phil

>
>
> --
> Kevin Pfeiffer <[EMAIL PROTECTED]>
> Tiros-Translations
>


Re: changing fonts in TOC

2006-02-03 Thread Uwe Stöhr

Phil Tomson wrote:


I'm using article(koma-script).  I need all of the sections listed in
the TOC to be the same size font (12pt) as the rest of the text of the
thesis and they cannot be bold.


Use the LaTeX-package "titletoc". Attached an example LyX-file.

regards Uwe


newfile1.lyx
Description: application/lyx