/usr/share/hevea/advi.hva is in advi 1.10.2-3build1.
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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | %%% Active-DVI
%%
%% This is the original source file advi.hva
%%
%% Package `advi' to use with LaTeX 2e
%% Copyright Roberto Di Cosmo, Jun Furuse, Didier Remy, and Pierre Weis
%% All rights reserved.
%% $Id: advi.hva,v 1.8 2011-08-02 14:32:11 remy Exp $
%% Administrative definitions for Active-DVI, that need updating.
% Which name is ours
\def \advi@name {Active-DVI}
% Which year of development are we (used for various copyrights message) ?
\def \advi@year {2011}
% Which version is it ?
\def \advi@version {1.10}
%% End of administrative definitions that need updating.
%% Preliminary declarations
\usepackage {keyval}
\usepackage {color}
%% Options
\def \advi@export #1#2{\let #1#2}
\advi@export \adviversion \advi@version
\advi@export \adviyear \advi@year
\advi@export \adviname \advi@name
\advi@export \ActiveDVI \advi@name
%%
\def \@ignore{}
\def \@ignore@ #1{}
\def \@ignore@@ #1#2{}
\def \@ignore@@@ #1#2#3{}
\newcommand {\@Ignore}[1][]{}
\newcommand {\@Ignore@}[2][]{}
\newcommand {\@Ignore@@}[3][]{}
\newcommand {\adviannot}[3][]{#2\footnote{\let\\\relax#3}}
\let \advipause \@Ignore
\let \adviwait \@Ignore
\let \itemsep \@Ignore
\let \topsep \@Ignore
\newenvironment{citemize}{\begin{list}{$\bullet$}%
{\itemsep 0pt \topsep 5pt}}{\end{list}}
\newenvironment{cenumerate}%
{\begin{list}{-}{\itemsep 0pt \topsep 5pt}}{\end{list}}
\let \setblend \@Ignore@
\let \setalpha \@Ignore@
\def \driver {hypertex}
|