Search found 7 matches

by phini2006
Sun Jan 10, 2010 4:33 pm
Forum: Text Formatting
Topic: No bold font in TOC (section names)
Replies: 14
Views: 19977

Re: No bold font in TOC (section names)

No, just looked it up, 9.10 offers only Texlive 2007, and there don't seem to be any inofficial repositories that offer it either. Texlive 2009 will be integrated into 10.04 if I understood it correctly.
by phini2006
Sun Jan 10, 2010 4:21 pm
Forum: Text Formatting
Topic: No bold font in TOC (section names)
Replies: 14
Views: 19977

Re: No bold font in TOC (section names)

Thanks, that seems to be the problem.

Unfortunately, since I'm using Ubuntu 9.10 and refuse to install anything that isn't available over Ubuntu's package management, I'm going to ignore this problem for the time being. The versions shown in my *File List* are the newest ones available :?
by phini2006
Sun Jan 10, 2010 3:47 pm
Forum: Text Formatting
Topic: No bold font in TOC (section names)
Replies: 14
Views: 19977

No bold font in TOC (section names)

Here it is:

*File List*
scrreprt.cls 2006/07/30 v2.95b KOMA-Script document class (report)
scrkbase.sty 2006/07/30 v2.95b KOMA-Script package (basics and keyval use)
scrlfile.sty 2006/03/28 v2.95 KOMA-Script package (loading files)
keyval.sty 1999/03/16 v1.13 key=value parser (DPC)
size11.clo ...
by phini2006
Sun Jan 10, 2010 2:26 pm
Forum: Text Formatting
Topic: No bold font in TOC (section names)
Replies: 14
Views: 19977

No bold font in TOC (section names)

Thanks, but still the same problem:

! Class scrreprt Error: font of element `chapterentry' can't be extended.

See the scrreprt class documentation for explanation.
Type H <return> for immediate help.
...

l.44 \addtokomafont{chapterentry}{\mdseries}

? h
You've told me to extend the font ...
by phini2006
Sun Jan 10, 2010 12:28 pm
Forum: Text Formatting
Topic: No bold font in TOC (section names)
Replies: 14
Views: 19977

No bold font in TOC (section names)

Using the scrartcl-class I get the same error when using \addtokomafont{sectionentry}{\mdseries}:

! Class scrartcl Error: font of element `sectionentry' can't be extended.

See the scrartcl class documentation for explanation.
Type H <return> for immediate help.
...

l.44 \addtokomafont ...
by phini2006
Sat Jan 09, 2010 2:59 pm
Forum: Text Formatting
Topic: No bold font in TOC (section names)
Replies: 14
Views: 19977

No bold font in TOC (section names)

Thanks for your help so far!

When I put the line

\addtokomafont{sectionentry}{\mdseries}

directly above \begin{document} I get the following error:

! Class scrreprt Error: font of element `sectionentry' can't be extended.

See the scrreprt class documentation for explanation.
Type H <return ...
by phini2006
Sat Jan 09, 2010 1:20 pm
Forum: Text Formatting
Topic: No bold font in TOC (section names)
Replies: 14
Views: 19977

No bold font in TOC (section names)

Hi everyone,
I'm still new to LaTeX and have a question concerning the table of contents. I'm currently writing a thesis for my university degree and have to use a certain layout, which is only available as a Microsoft Word .dot.
At the moment I'm trying to make my thesis which is written in LaTeX ...