File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11
11
% One of the following two lines should be commented, and one should be un-commented.
12
12
% \togglefalse{ms} % Comment this toggle if you are a PhD student.
13
13
\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
15
15
16
16
% %%%%%%%%%%%%%%%%%%%%%%%%
17
17
% %%% Optional arguments %
27
27
\newcommand {\yourlicence }{\href {https://creativecommons.org/licenses/by/4.0/}{CC Attribution 4.0 International}} % More precise licence.
28
28
% To pick a licence, you can use e.g. https://beza1e1.tuxen.de/licences/ or https://choosealicense.com/ to help you decide.
29
29
30
- % \newcommand{\yoursubtitle}{Subtitle (Optional)} % The subtitle.
30
+ \newcommand {\yoursubtitle }{Subtitle (Optional)} % The subtitle.
31
31
32
32
% You can add a "mention", typically to
33
33
% indicate that your manuscript is a draft
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ @inproceedings{DBLP:journals/corr/Gluck13
25
25
pages = { 250--258} ,
26
26
doi = { 10.4204/EPTCS.129.15} ,
27
27
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
29
30
}
30
31
@book {American_Psychological_Association2023 ,
31
32
title = { Publication Manual of the American Psychological Association} ,
Original file line number Diff line number Diff line change 15
15
% https://tex.stackexchange.com/a/297655
16
16
\usepackage [english ]{datetime2 } % To extract the month and year from the date.
17
17
\usepackage {chngcntr } % To obtain a "global numbering" of tables and figures.
18
+ \usepackage {xpatch }
18
19
19
20
% Package to display images
20
21
\usepackage {graphicx }
29
30
% Cover page %
30
31
% %%%%%%%%%%%%%
31
32
32
-
33
33
% We add some space after the subtitle if it
34
34
% is defined, after the title if not.
35
35
\ifdefined \yoursubtitle
36
36
\makeatletter
37
- \apptocmd {\@subtitle }{\par }{}{}
37
+ \xapptocmd {\@subtitle }{\par }{}{}
38
38
\makeatother
39
39
\else
40
40
\let\yoursubtitle\par\vspace {1em}
44
44
% before your name, and change the font
45
45
% to 16pts.
46
46
\makeatletter
47
- \pretocmd { \ @author }{By \\ }{}{}
47
+ \xpatchcmd { \maketitle }{ \ @author }{By \\ \@author }{}{}
48
48
\makeatother
49
49
50
50
% The following extract the month and year
You can’t perform that action at this time.
0 commit comments