diff options
-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 |