apply latex style patch posted on openwrt-devel@lists
SVN-Revision: 9064
This commit is contained in:
parent
e2f7a60283
commit
b58e8c03f2
2 changed files with 11 additions and 7 deletions
9
docs/openwrt.sty
Normal file
9
docs/openwrt.sty
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
\ProvidesPackage{openwrt}
|
||||||
|
|
||||||
|
\usepackage[latin9]{inputenc}
|
||||||
|
\usepackage[bookmarks=true]{hyperref}
|
||||||
|
\usepackage[T1]{fontenc}
|
||||||
|
\usepackage{ae,aecompl,aeguill}
|
||||||
|
\usepackage{fancyvrb}
|
||||||
|
\setlength{\parindent}{0pt}
|
||||||
|
\setlength{\parskip}\medskipamount
|
|
@ -1,11 +1,6 @@
|
||||||
\documentclass[a4paper]{book}
|
\documentclass[a4paper]{book}
|
||||||
\usepackage[latin9]{inputenc}
|
|
||||||
\usepackage[bookmarks=true]{hyperref}
|
\usepackage{openwrt}
|
||||||
\usepackage[T1]{fontenc}
|
|
||||||
\usepackage{ae,aecompl,aeguill}
|
|
||||||
\usepackage{fancyvrb}
|
|
||||||
\setlength{\parindent}{0pt}
|
|
||||||
\setlength{\parskip}\medskipamount
|
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
Loading…
Reference in a new issue