美联航再曝丑闻:为给CEO让座 乘客被撵到经济舱
Search type | Search syntax |
---|---|
Tags | [tag] |
Exact | "words here" |
Author |
user:1234 user:me (yours) |
Score |
score:3 (3+) score:0 (none) |
Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
Views | views:250 |
Code | code:"if (foo != bar)" |
Sections |
title:apples body:"apples oranges" |
URL | url:"*.example.com" |
Saves | in:saves |
Status |
closed:yes duplicate:no migrated:no wiki:no |
Types |
is:question is:answer |
Exclude |
-[tag] -apples |
For more details on advanced search visit our help page |
Results tagged with koma-script
Search options not deleted
user 277964
百度 原标题:孙继海:U21是改革的举措之一,会让大多数球员上场虎扑3月20日讯3月21日至27日,中国男足U21选拔队将参加2018年长沙国际足球邀请赛,对手分别是塔吉克斯坦国家队、泰国U21国家队和叙利亚U23国家队。
KOMA-Script is a bundle of classes and packages replacing the LaTeX standard classes and providing additional features with emphasis on typography and versatility.
1
vote
Accepted
Komascript section header over two column text layout
You can add the \twocolumn into \sectionlineformats:
\documentclass[a4paper,11pt,twocolumn]{scrbook}
\usepackage{blindtext}
\usepackage{lipsum}
\usepackage{xcolor}
%------Section----------------- …
2
votes
Accepted
Chapter top separation for KOMA-Script
The section style chapter of KOMA-Script is designed to start on a new page. So there are not any mechanisms to prevent page breaks between \chapterheadstartvskip and the chapter title. So in your cas …
1
vote
Accepted
Accessing the current value of a KOMAoption
First of all note, that option headwidth is not a single value but is an option with three values width:offset:offset as the manuals explain in Section 5.5. So asking for the value of the option will …
1
vote
How to conditionally add a period after a section title when it is followed by normal text
It is very hard to look forward to detect, if a heading is followed by another heading. But with some heuristic you can detect, of a heading is preceded by another heading. In the following example, I …
1
vote
footnotemark positioning
This is a problem with moving footnotes in this nonsensical requirement. For example, with maybe one more LaTeX run, because of one label per footnote, this can be solved:
\documentclass[pagesize,% Op …
1
vote
Accepted
Help with chapter format in koma script \frontmatter \mainmatter
You can add your \titlesubbar also to a redefined \chapterlineswithprefixformat inside the \frontmatter addon:
\documentclass[
a4paper,
oneside,
11pt,
cleardoublepage=empty,
number …
2
votes
Accepted
KOMA-Script's addmargin environment in combination with caption command
addmargin is a trivlist. AFAIK, it does change \linewidth but neither \textwidth nor \hsize. But the \caption width seems to depend on these. So, use for example:
\documentclass[fontsize=12pt,twoside= …
2
votes
Narrow text area in chapter opener
Switching automatically to two-column mode and placing the chapter heading to the left column is not the main problem. Even switching back to one-column mode after the chapter page is not the real pro …
0
votes
Accepted
Rotate header and page number on a horizontal A3 page within an A4 document
Unfortunately your example was neither working (there are several error messages) nor minimal (there are several unused and even multiply loaded packages). So I have had to make my own example:
\docum …
1
vote
Accepted
Weird result afterskip with koma skript glue quesion
The main problem seems to be to use a positive beforeskip with negative stretch and shrink values. Using a negative plus and minus value, IMHO makes only sense with also a negative default value, e.g. …
2
votes
Overfull \hbox with parskip option
You could use wrapfig2 instead of insbox:
\documentclass[parskip=half]{scrbook}
\usepackage{tikz,lipsum}
\usepackage{wrapfig2}
\begin{document}
\begin{wrapfigure}{r}
\begin{tikzpicture}
\draw (0,0) …
1
vote
Accepted
Change vertical space before and after list of tables and list of figures in Koma script
Usually the lists of something are chapters in scrreprt. And so the titles are formatted as chapter headings. By default chapters start a new page and add some vertical space above.
But the classes pr …
1
vote
Accepted
Table of content within the chapter formattting
KOMA-Script uses the optional argument of \@topnewpage (internal command also used by \twocolumn) to print the column spanning chapter title and preamble in twocolumn documents. The LaTeX kernel uses …
2
votes
Accepted
How to indent first paragraph once in KOMA-Script
As David already explained in a comment, it is usual to deactivate the indent of the first paragraph after a section heading. And because \indent only adds the currently activated indent, using this c …
2
votes
Accepted
headheight and footheight / footskip
KOMA-Script has a build in feature to visualize the page header and footer: package scrlayer-scrpage with option draft. But IMHO the output with measuring in the background and the foreground is someh …