/usr/share/freefoam/asciidoc/asciidoc-dblatex.sty is in libfreefoam-dev 0.1.0+dfsg-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 | %%
%% This style is derived from the docbook one.
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{asciidoc}[2010/01/04 FreeFOAM DocBook Style]
%% Just use the original package and pass the options.
\RequirePackageWithOptions{orig-asciidoc-dblatex}
%% Useful macros
\RequirePackage{foam-macros}
|