Questions tagged [templates]
{templates} is about templates built on {document-classes} to provide the basis for a particular document type. Questions with this tag should be about the features of the template, not the underlying class.
1,491 questions
0 votes
2 answers
82 views
How to compile a kaobook offline
I want to use the kaobook template, which correctly compiles in Overleaf, but it is not compiling in my computer. I'm working in Windows with MiKTeX and Texmaker and when I use pdflatex on the file ...
3 votes
2 answers
230 views
Nice template for paper review? [closed]
I have been asked to write a review (MathSciNet type) of an academic paper. I want to use a clean, nice template for this, as I find using 'article' is too bland. I have been searching through the ...
2 votes
1 answer
127 views
create an info and a warning block from markdown to be exported using pandoc
I'm new to latex, I've tried looking around for an answer but I haven't found anything that worked for me. I'm trying to modify a template to be used with pandoc, in order to render a markdown ...
0 votes
0 answers
35 views
LuxSleek-CV adds first a blank page
The following tex that I try to change adds first a blank page. Please keep in mind that I'm new with latex. % !TeX spellcheck = en_GB % !TeX program = pdflatex % % LuxSleek-CV 1.1 LaTeX template %...
0 votes
1 answer
53 views
Algorithm formatting in JMLR LaTeX template with algorithm2e (missing horizontal lines and indented caption)
I am preparing a submission using the JMLR LaTeX template (link to template), and I am running into some formatting issues with algorithm2e. When I compile the following code: \begin{algorithm} \...
1 vote
0 answers
110 views
URW-Classico font for the sections, subsection,
I'm trying to customize the preamble of the LaTeXAestheticTemplate project, specifically this file: preamble.tex I'd like to keep the general structure of the preamble intact, but I need to ...
1 vote
0 answers
76 views
How to draw the nature journal template [closed]
Does anyone know how to draw the below nature journal format on latex, is there any available code?
2 votes
0 answers
63 views
Creating a form to automatically calculate a mark
I want to create a template with check boxes in order to quickly calculate a mark for students. I have tried to do this with a \begin{Form} ... \end{Form} and some \ChoiceMenu. However, when I click ...
0 votes
1 answer
67 views
Sorting References by Appearance in ACM LaTeX Template
How can references be sorted by order of appearance in the ACM LaTeX template? \documentclass[manuscript]{acmart} %% %% \BibTeX command to typeset BibTeX logo in the docs \AtBeginDocument{% \...
0 votes
0 answers
63 views
Reformat front matter of dissertation template according to University rules
I am a somewhat new user of this site. I am about to submit my final PhD dissertation (mathematics), and have been using the following Overleaf dissertation template: https://www.overleaf.com/latex/...
4 votes
1 answer
192 views
Updating KOMA-Script options in LaTeX template
Manuel Kuehner made a really great thesis template which can be found here which uses scrbook, scrlayer-scrpage, scrhack etc. However, since the template was provided a lot of the commands have become ...
-1 votes
1 answer
1k views
Looking for Latex Template for Research Statement for Faculty Jobs [closed]
I am looking for a latex template for research statements for a faculty job in the intersection of math and engineering. Since research statements for faculty jobs have a page limit, I want it to be ...
0 votes
1 answer
227 views
Compiling PNAS template locally
I am trying to use PNAS's LaTeX template for a Research Report, available here: PNAS website: https://www.pnas.org/author-center/submitting-your-manuscript Link on overleaf: https://www.overleaf.com/...
0 votes
0 answers
56 views
best approach to adapting to various journal templates
Various journals have various templates. They often contain a main.tex and a .sty. One needs to spend a lot of time on changing the code for authors, affiliations etc, which are located in various ...
0 votes
0 answers
36 views
Longtable first row duplication when using pandoc template
I found a bunch of nice pandoc themes here. Everything works fine except for adding captions to tables. When I create a table, everything compiles fine but when I add a caption to it, the first row ...