Skip to content

Commit bcd8e0d

Browse files
author
Clément
committed
Fixed patch command for author.
1 parent 8ac0529 commit bcd8e0d

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

md_version/info/info.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
% One of the following two lines should be commented, and one should be un-commented.
1212
%\togglefalse{ms} % Comment this toggle if you are a PhD student.
1313
\toggletrue{ms} % Comment this toggle if you are a MS student
14-
\newcommand{\yourdate}{2022-01-31} % Enter the date in the YYYY-MM-DD format. Only the month and year will be displayed on the cover
14+
\newcommand{\yourdate}{2024-12-23} % Enter the date in the YYYY-MM-DD format. Only the month and year will be displayed on the cover
1515

1616
%%%%%%%%%%%%%%%%%%%%%%%%%
1717
%%%% Optional arguments %
@@ -27,7 +27,7 @@
2727
\newcommand{\yourlicence}{\href{https://creativecommons.org/licenses/by/4.0/}{CC Attribution 4.0 International}} % More precise licence.
2828
% To pick a licence, you can use e.g. https://beza1e1.tuxen.de/licences/ or https://choosealicense.com/ to help you decide.
2929

30-
% \newcommand{\yoursubtitle}{Subtitle (Optional)} % The subtitle.
30+
\newcommand{\yoursubtitle}{Subtitle (Optional)} % The subtitle.
3131

3232
% You can add a "mention", typically to
3333
% indicate that your manuscript is a draft

md_version/main.pdf

65 Bytes
Binary file not shown.

md_version/references/references.bib

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ @inproceedings{DBLP:journals/corr/Gluck13
2525
pages = {250--258},
2626
doi = {10.4204/EPTCS.129.15},
2727
editor = {Anindya Banerjee and Olivier Danvy and Kyung{-}Goo Doh and John Hatcliff},
28-
bibsource = {dblp computer science bibliography, https://dblp.org}
28+
bibsource = {dblp computer science bibliography, https://dblp.org},
29+
month = sep
2930
}
3031
@book{American_Psychological_Association2023,
3132
title = {Publication Manual of the American Psychological Association},

md_version/templates/head_b.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
% https://tex.stackexchange.com/a/297655
1616
\usepackage[english]{datetime2} % To extract the month and year from the date.
1717
\usepackage{chngcntr} % To obtain a "global numbering" of tables and figures.
18+
\usepackage{xpatch}
1819

1920
% Package to display images
2021
\usepackage{graphicx}
@@ -29,12 +30,11 @@
2930
% Cover page %
3031
%%%%%%%%%%%%%%
3132

32-
3333
% We add some space after the subtitle if it
3434
% is defined, after the title if not.
3535
\ifdefined\yoursubtitle
3636
\makeatletter
37-
\apptocmd{\@subtitle}{\par}{}{}
37+
\xapptocmd{\@subtitle}{\par}{}{}
3838
\makeatother
3939
\else
4040
\let\yoursubtitle\par\vspace{1em}
@@ -44,7 +44,7 @@
4444
% before your name, and change the font
4545
% to 16pts.
4646
\makeatletter
47-
\pretocmd{\@author}{By \\}{}{}
47+
\xpatchcmd{\maketitle}{\@author}{By \\ \@author}{}{}
4848
\makeatother
4949

5050
% The following extract the month and year

0 commit comments

Comments
 (0)