市场份额约19.7% 中国人寿稳住寿险市场“一哥”位置
7 questions
3
votes
1
answer
678
views
What section font is the documentclass scrartcl using and how can you use it in the whole titlepage?
I want to have the same koma-font in the titlepage as it is used in the section or in other words: What section font is the documentclass scrartcl using and how can you use it the whole titlepage?
...
2
votes
1
answer
1k
views
Change main text font only
I am writing a book and I use \usepackage{charter}, but this changes the font of the main text too. How do I keep the font for Chapter title, Section title, header, footer etc of this package and use ...
6
votes
2
answers
12k
views
Set default Koma script font to Times [duplicate]
Possible Duplicate:
KOMA-Script: change font of sectioning headings to serif
I am using scrbook document class but want to change the default font to Times.
However when I add:
\usepackage{times}
...
11
votes
1
answer
15k
views
Italic in some words of the title
I want to use a title with a foreign word, which should be in italic. I use KOMA-script.
I tried this:
\documentclass{scrartcl}
\begin{document}
\tableofcontents
The text.
\section{Foo \textit{bar}...
4
votes
1
answer
2k
views
textbf+UpperCase title
I would like to make a section title UpperCase+textbf, however, while trying to define it like this
\makeatletter
\renewcommand{\section}{
\@startsection
{section}{1}{0mm}
{\...
44
votes
3
answers
30k
views
KOMA-Script: change font of sectioning headings to serif
How to change the default KOMA-Script font that is used for chapter/section headings etc. to the Computer Modern font that is used in text body?
3
votes
1
answer
16k
views
Format chapter's heading
I want all my headings to have these characteristics:
12pt
Center aligned
Bold
Times new roman font
But when I write \chapter{Introduction}, I can only manipulate the name of the chapter, not the text ...