MiKTeX and proTeXtInstallation of custom Document Class

Information and discussion about MikTeX distribution for Windows and the related proTeXt: Installing, updating, configuring
Post Reply
mahmutuc
Posts: 4
Joined: Thu Mar 10, 2011 11:28 am

Installation of custom Document Class

Post by mahmutuc »

I want to write an article which use amcs class (download link on bottom of page). But I don't know how to install the class file (*.cls). The document must start with \documentclass{amcs}. But I get an error message.

Code: Select all

LaTeX Error: File 'amcs.cls' not found.
Any help is appreciated.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10320
Joined: Mon Mar 10, 2008 9:44 pm

Installation of custom Document Class

Post by Stefan Kottwitz »

The easiest way for writing with that class would be if you would place the class file (or even all files from the zip archive you linked) into the same directory as your own article. Just to mention a quick way if you just use it once.

If you actually would like to install it, an explanation may be a bit longer, depending on your experience. It would mean putting the class file(s) to your user TeX home directory (such as C:\Users\stefan\texmf\tex\latex\amcs\) or into the computer's local directory structure (C:\Program Files\MiKTeX 2.9\texmf\tex\latex\amcs\), and refreshing the file name database (Start/ All Programs/ MiKTeX/ Maintenance/ Settings, the "Refresh FNDB" button).

Perhaps have a look at Local Installation of Class Files.

Stefan
LaTeX.org admin
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Installation of custom Document Class

Post by localghost »

mahmutuc
Posts: 4
Joined: Thu Mar 10, 2011 11:28 am

Re: Installation of custom Document Class

Post by mahmutuc »

thanks for your help
Post Reply