Document Classes ⇒ Journal Template
Journal Template
Can anyone help me to give me suggestions on how to start a journal template from scratch. I need to write a template for Journal since they have not provided me Latex file. The page also includes 2 logo in 1st page. I am not asking anyone to write this but just give me suggestions on where I can find some samples.
- Attachments
-
- Screen Shot 2013-11-11 at 17.29.29.png (46.99 KiB) Viewed 16012 times
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Journal Template
Hi,
Try finding on the internet some journal templates. In google try: "Scitepress latex". MSOM Latex is another. Or try Elsevier's template. Mathermatics of Operations Research also has one abbreviated as MOR (type in gooogle: Mathematics Operations Research latex )
Hope this helps!
Good luck.
Try finding on the internet some journal templates. In google try: "Scitepress latex". MSOM Latex is another. Or try Elsevier's template. Mathermatics of Operations Research also has one abbreviated as MOR (type in gooogle: Mathematics Operations Research latex )
Hope this helps!
Good luck.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Journal Template
To questions like this I would actually suggest to use this class or load this package. Lucky that I have two partly solutions in my archive from similar questions in other forums which I only had to merge for this request here. So, let's have a look at how this approach works.
For details about the involved packages please refer to the corresponding manuals.
Remarks:
Thorsten
- The title of the document is customized by the titling package. It allows to add the head with the two logos and the announcement of the event.
- Some minor adjustments to the abstract are done by the abstract package (surprise!). The abstract heading is no longer above the abstract itself.
- Multiple authors with corresponding affiliations are facilitated by the authblk package.
Code: Select all
Code, edit and compile here:
\documentclass[11pt,a4paper]{article}\usepackage[T1]{fontenc}\usepackage{geometry}\geometry{includeheadfoot,margin=2cm}\usepackage{graphicx}\usepackage[runin]{abstract}\usepackage{titling}\usepackage[auth-sc]{authblk}\usepackage[super]{nth}\usepackage{blindtext} % not for use in actual document\title{Title of the Article}\author[1]{Author A\thanks{A.A@university.edu}}\author[1]{Author B}\author[1]{Author C}\author[2]{Author D}\author[2]{Author E}\affil[1]{Department of Typography, \LaTeX\ University}\affil[2]{Department of Templates, \LaTeX\ University}\date{\vspace*{-2\baselineskip}}\newcommand{\keywordname}{Keywords}\newenvironment{keywords}{%\begin{list}{}{%\settowidth{\labelwidth}{\textbf{\keywordname:}}\setlength{\leftmargin}{\labelwidth}\addtolength{\leftmargin}{\labelsep}% \setlength{\topsep}{\medskipamount}}\item[\textbf{\keywordname:}]\relax}{\end{list}}\renewcommand\Authands{\textnormal{ and }}\setlength{\droptitle}{-60pt} % Balance the default skip before title (60pt)\addtolength{\droptitle}{-1cm} % Shift the head a bit into the top margin
Remarks:
- The load sequence of titling and authblk is important. Swapping them would let the compilation fail.
- The used image files are available with the mwe package installed in the TeX system.
- The type area (187mm×282mm) mentioned in the screen capture is more than questionable, even on an A4 page.
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Journal Template
Thank you very much. I got the starting point now.. I will start working on this template..






Journal Template
I'm having some problem to set the footnotes as specified in the journal. I have attached my code and snapshot of footnote type.
Code: Select all
Code, edit and compile here:
\documentclass[11pt,a4paper,twoside]{article}\usepackage[T1]{fontenc}\usepackage{geometry}\geometry{includeheadfoot,margin=2.25cm,footskip=.5in,bottom=1.in}\usepackage{url} %for inserting hyper links\usepackage{amsmath}\usepackage{graphicx}\usepackage[runin]{abstract}\usepackage{titling}\usepackage[auth-sc]{authblk}\usepackage[super]{nth}\usepackage{array} % one of package needed for table centering with fixed width\usepackage{helvet}\renewcommand{\familydefault}{\sfdefault}\usepackage[numbers]{natbib}\renewcommand{\bibfont}{\small}\usepackage{fancyhdr}\pagestyle{fancy}\fancyhead{}\fancyfoot{}\fancyhead[LO,LE]{Author(s) Name}\fancyfoot[RE] {\nth{9} International Masonry Conference, Guimar\~{a}es 2014}\fancyfoot[LE] {\thepage}\fancyfoot[RO] {\thepage}\fancyfoot[LO] {\nth{9} International Masonry Conference, Guimar\~{a}es 2014}% spacing for footnotes\let\oldfootnoterule\footnoterule\def\footnoterule{\oldfootnoterule\vspace{1.0\baselineskip}}
- Attachments
-
- Template of Journal
- Screen Shot 2013-11-19 at 17.24.25.png (43.08 KiB) Viewed 15895 times
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Journal Template
And you couldn't provide a screen capture of the complete first page right at the beginning? This upsets my original concept completely and makes authblk superfluous. At the moment I have no idea how to customize the footnotes produced by
\thanks
without interfering the footnotes of the document.How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Journal Template
Yes, i am sorry. I just thought that footnotes can be reset by counter and it will work but I tried and it doesn't work. I didn't provide full snapshot as people may think I want them to make full template. It was so kind of you to provide a very good code for starting work. Yes, some things in this I did in wrong way like abstract I didn't use environment.