diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-09-29 11:35:51 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-09-29 11:35:51 +0000 |
commit | cf61b689a8a9f93469aad0bb8650c75fe9a21fce (patch) | |
tree | 50f7c94096b8ab11d0698ba87df7f638bd0b7565 | |
parent | 8a6e77c00682766ea573d9a4202a6fee7a699d6c (diff) | |
download | upstream-cf61b689a8a9f93469aad0bb8650c75fe9a21fce.tar.gz upstream-cf61b689a8a9f93469aad0bb8650c75fe9a21fce.tar.bz2 upstream-cf61b689a8a9f93469aad0bb8650c75fe9a21fce.zip |
apply latex style patch posted on openwrt-devel@lists
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9064 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | docs/openwrt.sty | 9 | ||||
-rw-r--r-- | docs/openwrt.tex | 9 |
2 files changed, 11 insertions, 7 deletions
diff --git a/docs/openwrt.sty b/docs/openwrt.sty new file mode 100644 index 0000000000..5a69bcc83d --- /dev/null +++ b/docs/openwrt.sty @@ -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 diff --git a/docs/openwrt.tex b/docs/openwrt.tex index 2c07052dac..767a18d708 100644 --- a/docs/openwrt.tex +++ b/docs/openwrt.tex @@ -1,11 +1,6 @@ \documentclass[a4paper]{book} -\usepackage[latin9]{inputenc} -\usepackage[bookmarks=true]{hyperref} -\usepackage[T1]{fontenc} -\usepackage{ae,aecompl,aeguill} -\usepackage{fancyvrb} -\setlength{\parindent}{0pt} -\setlength{\parskip}\medskipamount + +\usepackage{openwrt} \begin{document} \tableofcontents |