Questions tagged [documentclass]
72 questions
2
votes
0 answers
Document Class/Template to recreate GM Owner's Manual
I own a highly modified GM vehicle, and I'm interested in creating a "stock-alike" owners manual for my vehicle, incorporating my modifications.
I'm not necessarily looking for something that's perfectly identical to GM's manual, just something…
Nick2253
- 182
2
votes
1 answer
Class nrc2 Warning: GUTenberg Babel french style detected -- (nrc2) some corruption of NRC-defined format may occur
Writing a paper for NRC research press. I am dealing with many problems! I think the reason that nothing works smoothly for me is the errors I get at the beginning of writing the paper.
These are the two errors I get right of the bat:
Class nrc2…
1
vote
1 answer
\document ->\endgroup ERROR
These two lines:
\documentclass[aps,prl,two column]{revtex4}%
\begin{document}
Produce the following error:
! Extra \endgroup.
\document ->\endgroup
\init@documenthook \set@typesize@hook \normalsize \set...
l.2…
Gal V
- 11
1
vote
0 answers
MSCS LaTeX style won't compile
I am trying to prepare a manuscript to submit to MSCS. I have downloaded the MSCS LaTeX style package (as suggested at the author instructions page). However, I cannot compile even the MSCguide.tex file included in the package.
The first error…
Alejandro DC
- 1,956
1
vote
0 answers
Explicit path to document class
What is the proper way to set document class by providing the path to the custom class file? Something like this:
\documentclass{../myclass/myclass}
This kind of works but I'm getting an error that my myclass.cls is not exporting ../myclass/myclass…
Maštarija
- 23
1
vote
1 answer
Alternative locations for .cls files
I have written some software which outputs .tex files and uses a custom .cls file. I have a makefile for this software but I don't know what to do with the .cls file.
Is ~/texmf/tex/latex/ the only location to store these files? I would prefer not…
user195432
- 11
1
vote
0 answers
Best practices for distributing a company document style file
I've recently created a new document class that implements all the stylistic standards and requirements for documentation at my company. Now I'm trying to find the best way that this style file and required images can be used by others in the…
1
vote
0 answers
Is there a way to make a webpage/scroll/unending page in LaTeX
Is there a way to write a LaTeX document without page endings. This would make my document into a scroll of sorts, an often used format in webpages (which also have no end).
For example, Microsoft Word has the "weblayout" feature, that does what I…
Niels Korpel
- 123
1
vote
1 answer
How to write a document using NotesTex package?
I would like to write a document using NotesTex. However, after downloading it, I don’t know how to write a document using that template, i.e. do I have to use any command in a new file or do I have to use the files inside the downloadable folder?
user157226
- 43
0
votes
0 answers
Book starts from left page
I'm writing my thesis using the book document class in LaTeX.
I don't know why, but after the last compilation the document started from the left page. As you can see the right margin of the first page is wider, because that's where the binding…
lorellan
- 31
0
votes
1 answer
What files are accessed in a documentclass?
I was considering writing my own classes and thought copying and pasting the original class (report) would be a good starting point.
I assumed that if I:
copied report.cls to myreport.cls in my project directory
changed the documentclass in the…
user1683586
- 165
0
votes
0 answers
Suitable Document Class
I want to prepare a documents in Latex. The documents contains, title Page, Executive summary, Two pages of introduction, Table of Content and 10 articles. Each article contains section, subsection, mathematical equations, Figures, tables, etc. I…
0
votes
0 answers
Changing numeration and headline in document
I write my thesis using:
\documentclass[12pt]{report}
\noindent\textbf{\huge Incoming Records Classificatio gdhjkdfhlfgdfldgslfgdfldhfjhfgklhdfslhfgfdhsjhgflfgjlfsdghfgsd}
\section{Introduction}\label{sec:intro}
However, I get the title in which…
Avi
- 713
0
votes
0 answers
Science Fair Poster Document Class
I am creating a trifold poster for a science fair (ISEF). Most posters I have seen on the internet look similar - they probably use the same document class. The key characteristic that I am interested in is block sections. Can someone point me to…