source: rtems-source-builder/source-builder/sb/asciidoc/dblatex/asciidoc-dblatex.sty @ 0464153

4.104.114.95
Last change on this file since 0464153 was 0464153, checked in by Chris Johns <chrisj@…>, on 03/03/13 at 04:58:11

Change asciidoc to the 8.6.4 release package because Windows was broken.

  • Property mode set to 100644
File size: 626 bytes
Line 
1%%
2%% This style is derived from the docbook one.
3%%
4\NeedsTeXFormat{LaTeX2e}
5\ProvidesPackage{asciidoc}[2008/06/05 AsciiDoc DocBook Style]
6%% Just use the original package and pass the options.
7\RequirePackageWithOptions{docbook}
8
9% Sidebar is a boxed minipage that can contain verbatim.
10% Changed shadow box to double box.
11\renewenvironment{sidebar}[1][0.95\textwidth]{
12  \hspace{0mm}\newline%
13  \noindent\begin{Sbox}\begin{minipage}{#1}%
14  \setlength\parskip{\medskipamount}%
15}{
16  \end{minipage}\end{Sbox}\doublebox{\TheSbox}%
17}
18
19% For DocBook literallayout elements, see `./dblatex/dblatex-readme.txt`.
20\usepackage{alltt}
Note: See TracBrowser for help on using the repository browser.