mirror of
https://github.com/vale981/NotesTeX
synced 2025-03-04 17:31:42 -05:00
remove commit again
This commit is contained in:
parent
62a45fd64a
commit
6aff43bf6e
1 changed files with 3 additions and 10 deletions
|
@ -551,14 +551,8 @@
|
||||||
\usepackage{xstring}
|
\usepackage{xstring}
|
||||||
\usepackage{catchfile}
|
\usepackage{catchfile}
|
||||||
|
|
||||||
\CatchFileDef{\headfull}{.git/HEAD}{}
|
|
||||||
\StrGobbleRight{\headfull}{1}[\head]
|
|
||||||
\StrBehind[2]{\head}{/}[\branch]
|
|
||||||
\IfFileExists{.git/refs/heads/\branch}{%
|
|
||||||
\CatchFileDef{\commit}{.git/refs/heads/\branch}{}}{%
|
|
||||||
\newcommand{\commit}{\dots~(in \emph{packed-refs})}}
|
|
||||||
|
|
||||||
%first page
|
% first page
|
||||||
\renewcommand\maketitle{
|
\renewcommand\maketitle{
|
||||||
%% First page
|
%% First page
|
||||||
\pagestyle{empty}
|
\pagestyle{empty}
|
||||||
|
@ -616,9 +610,8 @@
|
||||||
\fi
|
\fi
|
||||||
\afterEmailSpace
|
\afterEmailSpace
|
||||||
{\bfseries\raggedright\sffamily Version\par}
|
{\bfseries\raggedright\sffamily Version\par}
|
||||||
\@date\quad
|
\@date
|
||||||
\commit on \branch
|
\afterAffiliationSpace
|
||||||
\afterAuthorSpace
|
|
||||||
%Erratum or addendum
|
%Erratum or addendum
|
||||||
\if!\@xtum!\else\noindent{\@xtum}\afterXtumSpace\fi
|
\if!\@xtum!\else\noindent{\@xtum}\afterXtumSpace\fi
|
||||||
% Abstract
|
% Abstract
|
||||||
|
|
Loading…
Add table
Reference in a new issue