mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-17 02:05:48 +00:00
903917f3b8
In the future this test case should contain all KOMA-Script features. Currently, it tests just \captionabove anmd \captionbelow.
41 lines
797 B
TeX
41 lines
797 B
TeX
%% LyX trick_preamble_code_into_believing_that_this_was_created_by_lyx created this file. For more info, see http://www.lyx.org/.
|
|
%% Do not edit unless you really know what you are doing.
|
|
\documentclass[english]{scrbook}
|
|
\usepackage[T1]{fontenc}
|
|
\usepackage[latin9]{inputenc}
|
|
|
|
\usepackage{babel}
|
|
\usepackage{float}
|
|
|
|
\begin{document}
|
|
|
|
\part{part\label{part:part}}
|
|
|
|
|
|
\chapter{chapter\label{chap:chapter}}
|
|
|
|
|
|
\section{Section\label{sec:Section}}
|
|
|
|
|
|
\subsection{Subsection\label{sub:subsection}}
|
|
|
|
|
|
\subsubsection{Subsubsection\label{sub:Subsubsection}}
|
|
|
|
|
|
\paragraph{paragraph\label{par:paragraph}}
|
|
|
|
|
|
\subparagraph{subparagraph\label{par:subparagraph}}
|
|
|
|
\begin{figure}
|
|
\captionabove{figure\label{fig:figure}}
|
|
\end{figure}
|
|
|
|
\begin{table}
|
|
\captionbelow{table\label{tab:table}}
|
|
\end{table}
|
|
|
|
\end{document}
|