Tagged Questions
3
votes
1answer
67 views
How to put two minipages side-by-side, which use 100 % of the text width?
In draft-mode a black marker indicates that the reserved space is too low. This also appears in the following example, but it shouldn't. How can I put two minipages exactly side-by-side?
...
2
votes
1answer
136 views
capmargin for multiline captions but centered for oneline
The koma class scrbook centers oneline captions if not given captions=nooneline. However, settings setcapmargin (\setcapmargin{0.05\textwidth}), also one line captions are left aligned with the ...
2
votes
2answers
345 views
KOMA-Script unequal left/right margin
I'm using the following header
\documentclass[fontsize=11pt]{scrbook}
\usepackage{amsmath,amssymb,amsfonts,hyperref}
\begin{document}
\large
%%% Header %%%
\title{My Title}
\author{John J. Johnson}
...
3
votes
1answer
70 views
How to align caption description to the left in KOMA article?
I would like to know how to align the caption to the left as in the article class, instead of aligned like shown on this picture in scartcl ?
5
votes
1answer
268 views
Center parts in toc with tocloft
I'm trying to create a toc in a large Latex document which uses the KOMA script.
In the toc I would like to center the parts and remove all other components (pagenumber, partnumber). I use tocloft (a ...
3
votes
1answer
243 views
Puzzled as to “centering” of KOMA-script captions
Section 3.20 of the KOMA-script documentation ("scrguien.pdf", pp. 120-1) prescribes the syntax \setcapwidth[justification]{width} for the formatting of a caption. [c] is the option for centering.
...
5
votes
2answers
775 views
Aligning address with body of letter in scrlttr2
In scrlttr2, I wish to align the address with the body of the letter. I tried this:
\@setplength{toaddrhpos}{\oddsidemargin}
But it moves the address almost to the left edge of the paper.
How can ...
0
votes
1answer
464 views
Align letter body in scrlttr2 with adressfield
How can I align the body of the following letter with the adressfield. More precisely the text generated by
\setkomavar{subject}{\bfseries Subject}
\opening{Dear Mr. XY,}
\lipsum[6]
...
5
votes
1answer
1k views
Logo in a LaTeX header, Koma-Script letter class
I use this class definition in the preamble of my document:
\documentclass[template,
backaddress=off,
foldmarks=false,
enlargefirstpage,
pagenumber=off,
...