diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-08 14:17:52 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-08 14:17:52 +0100 |
commit | 73a32655c849a91b495501c19b42744169fbe119 (patch) | |
tree | dfdefbd92e490bde85362d2b79c09d033a29e7fb | |
parent | 38f1d00b73948a938d05a38fe25939c4e937d4dc (diff) | |
download | sksys-73a32655c849a91b495501c19b42744169fbe119.tar.gz sksys-73a32655c849a91b495501c19b42744169fbe119.tar.bz2 sksys-73a32655c849a91b495501c19b42744169fbe119.zip |
sksys.sty: Include from asciidoc-dblatex.sty
-rw-r--r-- | sksys.sty | 19 |
1 files changed, 2 insertions, 17 deletions
@@ -1,22 +1,7 @@ -%% -%% This style is derived from the docbook one. -%% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{sks}[2013/02/08 SKSys Style] -%% Just use the original package and pass the options. -\RequirePackageWithOptions{docbook} +% absolute path here; alternatively just copy the contents of it +\RequirePackageWithOptions{/usr/share/asciidoc/dblatex/asciidoc-dblatex} -% Sidebar is a boxed minipage that can contain verbatim. -% Changed shadow box to double box. -\renewenvironment{sidebar}[1][0.95\textwidth]{ - \hspace{0mm}\newline% - \noindent\begin{Sbox}\begin{minipage}{#1}% - \setlength\parskip{\medskipamount}% -}{ - \end{minipage}\end{Sbox}\doublebox{\TheSbox}% -} - -% For DocBook literallayout elements, see `./dblatex/dblatex-readme.txt`. -\usepackage{alltt} \usepackage{setspace} \doublespacing |