1
0
Fork 0

Support for post-title rendering in lvspec

master
Mike Gerwitz 2014-05-08 12:08:08 -04:00
parent cd285a2c4c
commit fc1c3ad7df
1 changed files with 4 additions and 0 deletions

View File

@ -623,6 +623,7 @@
\let\@lvspec@insterminology\relax \let\@lvspec@insterminology\relax
\let\@lvspec@abstract\relax \let\@lvspec@abstract\relax
\let\@lvspec@pretitle\relax \let\@lvspec@pretitle\relax
\let\@lvspec@posttitle\relax
\let\@lvspec@titlecontent\relax \let\@lvspec@titlecontent\relax
% allows us to use the abstract command whilst still using the environment % allows us to use the abstract command whilst still using the environment
@ -736,6 +737,9 @@
\subsection{Authorization Parties} \subsection{Authorization Parties}
\input{dfn/authparty} \input{dfn/authparty}
\fi \fi
% post-title hooks for content to be rendered at beginning document
\@lvspec@posttitle
} }
\AtEndDocument{% \AtEndDocument{%