TeXworks ⇒ extra packages
extra packages
first of all I was searching the board before I wrote this.
I have a package with some "extras" from the university and I want to know how to tell tex to use them. To give an example, I want to create a document with a different document class ( \documentclass{extra} ) but I do not know how to tell the programme to use the file I want to use.
Hope you understand my problem
Thank you for your help and greetings
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
extra packages
if you say
\documentclass{extra}
, LaTeX will include file extra.cls
, if it can be found. Easiest way would be to place the files in you project directory. Without more information, it is hard to give any more advice.
By the way, one really great resource for starters is LaTeX for complete novices.