{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.
4
votes
1answer
156 views
How to add a page number on the bottom of the first pages in table of contents, list of figures/tables and bibliography?
How to add a page number on the bootom of the first pages in table of contents, list of figures/tables and bibliography?
\tableofcontents
\listoftables
\listoffigures
\bibliography{filename}
...
40
votes
4answers
2k views
document class for a restaurant menu
I'd like to typeset a restaurant menu. What would be a good document class or package to use? I'm hoping for an answer similar to this thread: Survey Document Class or Package?
0
votes
0answers
190 views
How to mimic IMRN? [closed]
I'm trying to typeset an article so that it looks like the ones on IMRN, see for example: http://imrn.oxfordjournals.org/content/early/2011/12/04/imrn.rnr232.short?rss=1.
I tried using the ...
2
votes
0answers
585 views
Creating a resume template? A beginner's education [closed]
I've began learning LaTeX for the expressive purpose of eventually creating a resume template of my own. A business school friend of mine showed a very professionally-looking resume he created from a ...
7
votes
1answer
432 views
Remove abstract from elsevier class
I am using the elsevier class to prepare a document.
I would like to remove the abstract environment but I can not find the way to do that. I commented out \begin{abstract} .... \end{abstract} but I ...
5
votes
1answer
259 views
How can I implement a twocolumn template
How can I implement such template (two columns):
In my case additional panel can contain images.
3
votes
1answer
142 views
Compiled documents appearing with extra wide right margin
This problem appeared after I installed XeTeX from TeX Live 2011. Now, many of my files are rendering with a very wide right-hand margin.
Here is some sample code:
\documentclass{octavo}
...
7
votes
2answers
3k views
“References” section in a CV
By "References", I mean the recommendation letter writers,
For example, the VERY bottom of this CV,
http://pages.uoregon.edu/bwebster/NSA-CV.pdf
with 4 people.
Can someone point to a CV template ...
7
votes
2answers
2k views
Is there really something wrong with using the caption package for \ContinuedFloat?
In this question of mine about unnumbered algorithms with captions, a nice solution was suggested using \ContinuedFloat, from the caption package. However, when I use it, I get:
Package caption ...
1
vote
1answer
283 views
Make page numbers alternate between the right and the left corner when using apa.cls
I'm using the apa.cls (with the doc-style option) to typeset my document. This puts the number of each page in the top right corner. However, I'm going to print this document so I would like every odd ...
5
votes
2answers
967 views
How can I use one column in the proc document class?
I'm making a 5 pages report about this year's activities. Using the proceedings document class I managed to get very close to the format I've been required to use, but I just can't make it to work ...
4
votes
4answers
537 views
Import LaTeX File into a Template?
I have the following Task todo: I have made me a default structure for lecture notes and now I want to compile my notes into separate PDFs for learning.
So my goal is to have for every course a ...
9
votes
4answers
14k views
Template for a German CV with moderncv
I currently need to write a CV in German and decided to with moderncv.
I find the class quite good. One issue I have is that the content and style of a German CV can be quite different than one for ...
5
votes
1answer
4k views
LaTeX Template for Graduate School Essays
I'm looking for a professional LaTeX template for either a statement or purpose/personal statement/statement of intent/etc. for a general graduate application. Most of the ones I have seen thus far ...
5
votes
1answer
3k views
Subcaption package: compatibility issue
There is a compatibility problem between the CIFA document class
and the subcaption package.
When I compile the following example (with PDFLaTex):
\documentclass{cifa}
...
3
votes
2answers
978 views
How do I change the subsection by Roman letter to number in Lyx?
I am using one IEEE template to write one two column paper,
after converted into pdf format, the subsection is identified with Roman letters, such as
I, II, III, IV, etc. I want to change it to ...
6
votes
1answer
190 views
booktabs's horizontal rules aren't displayed with cifa document class
There seems to be a problem between the CIFA document class
and the booktabs package.
When I compile the following code, the horizontal lines are not displayed:
\documentclass{cifa}
...
5
votes
1answer
809 views
How can I start using resume templates with LaTeX?
I am trying to write my resume using Latex, to have a better document and attract more interest from the recruiters. Internet is full of places with lots of templates and walk-troughs to build it up. ...
7
votes
3answers
1k views
Theming LaTeX documents
I would like to create LaTeX documents with new visual styles that use color, fonts, and header style that differ from the standard Computer Modern style everybody knows.
I have been doing my ...
7
votes
2answers
1k views
Nature style files and figures
I downloaded a Nature style file from here but I don't see any images when I build my figures. Do you know if this is intentional or if I've done something wrong?
If you've drafted a LaTeX paper for ...
20
votes
2answers
2k views
Template for a book for children
I intend to (write and) typeset in LaTeX one or more books for my almost-4 child. They would be books telling a fairy tale (or the labours of Hercules, say) with one sentence and a large illustration ...
7
votes
3answers
4k views
Class file for Homework/Assignments
I was wondering if there is a good general purpose homework class file/template out there. I want to use it for classes. Generally, math-centered courses. I would like if there was syntax highlighting ...
8
votes
3answers
467 views
I'd like to include Markdown in a LaTeX file
I have a LaTeX file, foo.tex and a bunch of markdown files {1..N}.markdown in the same directory. Basically, I'd like to be able to \include{1.markdown} and have the markdown rendered to LaTeX and ...
4
votes
2answers
2k views
A style prevents me from setting \belowcaptionskip, how do I change that?
I am writing a paper using the llncs style (Springer lecture notes for computer science). Using the default formatting, the distance between and the caption and the caption and the table is very big, ...
1
vote
1answer
432 views
Change font in the Springer Verlag Class
I am using the Springer Verlag Mongraph class svmono.cls for layouting my PhD dissertation. With a preamble, i am able on changing small things in this preamble, however i fail in changing the font ...
1
vote
0answers
90 views
What is the simpliest way to make a documentation from code [duplicate]
Possible Duplicate:
How best to include programming source code in LaTeX documents?
suppose a file with code (*.cpp, *.php, or whatever). There's a lot of symbols like '$', '{', '}' what ...
3
votes
1answer
818 views
Document Class for Recipes [duplicate]
Possible Duplicate:
A cookbook in LaTeX?
I'm trying to find a package I can use to typeset cooking recipes. I would especially like to find something that keeps the ingredients to the left ...
7
votes
4answers
7k views
Good LaTeX template for book about maths
As I want to write a short "book" about Analysis I would like to work with a template which is good enough for readability, looks good and furthermore can handle dozens of my theorems, axioms, ...
3
votes
2answers
1k views
Template for cheat sheet
I have been working with LaTeX for a couple of years but I don't know anything about pure TeX.
I find this LaTeX cheat sheet useful to remember some commands. So I'd like to have a LaTeX template for ...
3
votes
2answers
289 views
Authoring an MLA-conforming document in LaTeX?
I am trying to write a paper in proper MLA (Modern Language Association) format, but I am having trouble understanding how it all goes together. Is there an example document or template for MLA (with ...
2
votes
2answers
850 views
How to make a portfolio with LaTeX
I've been surfing the CTAN website but I haven't been lucky.
Does anybody known an appropriate document class in LaTeX to produce a Graphic Designer portfolio? I wouldn't like to reinvent the wheel. ...
10
votes
1answer
3k views
Europass CV in (Xe)LaTeX
I was requested to re-write my CV in the Europass format, and I would like to do it using (preferably) XeLaTeX. I came across the europecv package, which seems to do the job just fine, but I would ...
1
vote
2answers
245 views
Producing a Document Template
I wanted to know how could one produce this template with borders where it has Problem Set #5 and 18.085 and all besides the actual mathematical text within the actual document. I do want to also know ...
7
votes
2answers
209 views
Print a single page multiple times, counting up the page number
I (still :) have a ham-radio logbook, a single a4 page which I fill out manually (so this is just an empty form/a template of sorts). Please see below for the code.
The page number is on the bottom ...
20
votes
3answers
857 views
Can LaTeX be used to make a sheet of blank lines?
Specifically, a bunch of them; for a sign-in sheet, list of signatures for a petition or a worksheet with short answer essay style questions.
5
votes
1answer
1k views
\tableofcontents is undefined, toc file is empty, how to generate TOC?
I'm astonished how good and informational this site is. However, I was unable to find an answer to the following problem:
Background: I'm working on a book for IOS-press, and my first chapter is ...
2
votes
3answers
2k views
Template for Standard Operating Procedures?
There are several queries and answers for technical reference manuals, user guides etc. and I've found enough places on the net that have these templates along with detailed descriptions of their ...
0
votes
1answer
603 views
the new template doesn't work well
I was going crazy with the LyX and MikTeX configuration for a new class,I think I have done it matching the step! but None I get
here what i've done:
Get a copy of the class file, and copy
it ...
4
votes
2answers
2k views
Technical documentation and/or book templates?
I'm just getting started with LaTeX and wanted to see some templates for technical documentation and/or books. I'm writing a small book about PHP and wanted to use LaTeX with it, but i wanted to have ...
7
votes
1answer
344 views
Public storage of TeX templates
It exists a public storage of TeX templates?
I mean that people could search a template that is standardized or just nicely formated eg. Dr thesis, official papers, books, articles and so ...
It ...
6
votes
4answers
448 views
Identifying styles in PDF
It happens many times that I take a look at an interestingly typeset document in LaTeX, but to which I don't have the source-code to inspect the style. One such example is this one: ...
5
votes
1answer
811 views
Looking for LaTeX templates.
where can I find a 'professional' document templates in LaTeX. I need two different one to the other user documentation and second for developer documentation. I know that I can safely create it ...
4
votes
1answer
600 views
How to create a simple title list/page in tex?
Are there any standard tex style wrappers that can help to create a title page for diploma or coursework? My main objective is to get some shortcuts for creating title, author name etc. Some help on ...
3
votes
3answers
327 views
New to LaTeX, want to write recommendation report
I'm just starting LaTeX, but i want to learn how to write documents with it. I have to write a recommendation report and thought this would be as good of a time as any to learn. I started looking at ...
1
vote
1answer
535 views
Sourcing data from a CSV to make a pretty report [closed]
Can I achieve like this one using LaTeX?
sample_report
And here is the condition:
All Chart are already provided in pdf or svg format
Other data will be dynamically loaded from csv file (all of ...
7
votes
1answer
869 views
How to create custom beamer template
I want to create a custom beamer template, for the slides to look something like this
.
How can I go about it?
Thanks
9
votes
1answer
15k views
Looking for Cover letter template
I'm looking for cover letter template which would fit with this CV, PDF here. Can anyone suggest anything similar to that (just a regular cover letter, sender's address on top right, recipients lower ...
0
votes
2answers
2k views
Creating a PDF file online from a LaTeX template [duplicate]
Possible Duplicate:
Compiling documents online
I would like to create a CV using this (moderncv) LaTeX template online. The output should be in PDF format. Is it possible to be done online ...
1
vote
2answers
2k views
Template for *Proceedings of the IEEE* Journal
I am not able to find the template for publications in Proceedings of the IEEE.
Here is an example: A Survey of BGP Security Issues and Solutions
0
votes
0answers
1k views