]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-scr.tex
Merge remote-tracking branch 'features/scroll-reloaded'
[lyx.git] / src / tex2lyx / test / test-scr.tex
1 %% LyX trick_preamble_code_into_believing_that_this_was_created_by_lyx created this file.  For more info, see http://www.lyx.org/.
2 %% Do not edit unless you really know what you are doing.
3 \documentclass[english]{scrbook}
4 \usepackage[T1]{fontenc}
5 \usepackage[latin9]{inputenc}
6
7 \usepackage{babel}
8 \usepackage{float}
9
10 \begin{document}
11
12 \part{part\label{part:part}}
13
14
15 \chapter{chapter\label{chap:chapter}}
16
17
18 \section{Section\label{sec:Section}}
19
20
21 \subsection{Subsection\label{sub:subsection}}
22
23
24 \subsubsection{Subsubsection\label{sub:Subsubsection}}
25
26
27 \paragraph{paragraph\label{par:paragraph}}
28
29
30 \subparagraph{subparagraph\label{par:subparagraph}}
31
32 \begin{figure}
33 \captionabove{figure\label{fig:figure}}
34 \end{figure}
35
36 \begin{table}
37 \captionbelow{table\label{tab:table}}
38 \end{table}
39
40 \end{document}