summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/jourcl/jourcl.tex
blob: 26cb100d9f592dbbcf6610e472b85a2fc5c219ed (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
% options for the positioning of recommended Editors / Reviewers: top, afterToEditor, afterIntroduction, afterAbstract, bottom
\documentclass[afterAbstract]{jourcl}

\ImagePath{imgs/jourcl-logo.png}

% recommended Editors / Reviewers -- change according to your data
%----------------------------------------------------------------------

% If you have recommended Editors / Reviewers
% Example 

\FirstRecommended{Editor}
\FirstNameSurname{Name Surname}
\FirstInstitution{University of City, \\Faculty of Cover Letters}
\FirstEmail{name@organization.edu}
\SecondRecommended{Reviewer}
\SecondNameSurname{Name2 Surname2}
\SecondInstitution{University of City, \\Faculty of Cover Letters}
\SecondEmail{name2@organization.edu}
\ThirdRecommended{Editor}
\ThirdNameSurname{Name3 Surname3}
\ThirdInstitution{University of City, \\Faculty of Cover Letters}
\ThirdEmail{name3@organization.edu}

% Else - leave blank
%\FirstRecommended{}\FirstNameSurname{}\FirstInstitution{}\FirstEmail{}
%\SecondRecommended{}\SecondNameSurname{}\SecondInstitution{}\SecondEmail{}
%\ThirdRecommended{}\ThirdNameSurname{}\ThirdInstitution{}\ThirdEmail{}

%----------------------------------------------------------------------
% Your data
%----------------------------------------------------------------------
% change according to your data
\NameSurname{Name Surname}
% Orcid ID of author
\AuthorOrcid{0000-000=-0000-0000}
% name of the institution
\InstitutionName{University of City, \\Faculty of Cover Letters}
% address 1 - street name and house number
\StreetNo{RoadName Number 001}
% address 2 - postal code, city, country
\CityPostal{Postal City, Country}
% email of author
\Email{name.surname@organization.edu}
% phone of author
\Phone{00000000000}

%----------------------------------------------------------------------
% Article data
%----------------------------------------------------------------------
% journal name
\JournalName{JournalName}
% title of your paper
\Title{A review of journal name title}
% name of the EiC
\Editor{Prof. Name Surname}
% TODO make this optional
\SpecialIssue{SI 2022}
% abstract of the submitted Article
\abstract{\lipsum[1]}

%----------------------------------------------------------------------
% Cover letter main part
%----------------------------------------------------------------------
% No need to change the following part - here for customization

% Custom "To the editor: Editor Name"
\toEditor{To the editor: \pEditor}

% Addressing the Person
\PersonAddressing{Dear Editor}

% introduction
\Introduction{We submit our paper titled: \pTitle, which we would like to be considered for publication in \pJournalName. Our paper belongs to the special issue \pSpecialIssue}

% ending
\final{We believe that an interesting new perspective created by our paper would deserve the attention of a broad scientific audience. We hope that the manuscript will find your interest and that you will consider it for publication in \pJournalName.}

% original work declaration
\declaration{This manuscript is the authors' original work and has not been published nor has it been submitted simultaneously elsewhere. All authors have checked the manuscript and have agreed to the submission.}

% no conflicts of interest
\conflictofinterest{We have no conflicts of interest to disclose.}

% change valediction in \valediction{ \OPTION_HERE } or \valediction{ Custom text }
% \yoursfaithfully % In case we do not know the name of the Editor
% \yourssincerely % In case we know the name of the Editor
% \yourstruly % American version of Yours faithfully
% \bestregards
\valediction{\yourssincerely}

\signature{\pNameSurname, on behalf of all authors}

%----------------------------------------------------------------------
% Render document
%----------------------------------------------------------------------
\begin{document}
\makecoverletter
\end{document}