Search found 4 matches
- Fri Jan 18, 2013 7:04 pm
- Forum: MiKTeX and proTeXt
- Topic: Installation of custom Document Class
- Replies: 3
- Views: 30304
Re: Installation of custom Document Class
thanks for your help
- Tue Jan 15, 2013 5:27 pm
- Forum: MiKTeX and proTeXt
- Topic: Installation of custom Document Class
- Replies: 3
- Views: 30304
Installation of custom Document Class
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
Any help is appreciated.
\documentclass{amcs}
. But I get an error message.
Code: Select all
LaTeX Error: File 'amcs.cls' not found.
- Thu Mar 10, 2011 8:40 pm
- Forum: Math & Science
- Topic: Aligning equation in tabular cell
- Replies: 2
- Views: 17915
Re: Aligning equation in tabular cell
Thank you very much
- Thu Mar 10, 2011 4:52 pm
- Forum: Math & Science
- Topic: Aligning equation in tabular cell
- Replies: 2
- Views: 17915
Aligning equation in tabular cell
I want to write aligned some equations in table cells. But I cannot use {align}, {split} etc. How can I use these blocks or alternative one.
Example:
\begin{tabular}{|c|c|}
\hline
%%%%%%%1. cell
\begin{align}
x&=a+b\\
y&=c+d
\end{align} &
%%%%%%%2. cell
\begin{align}
x&=a+b\\
y&=c+d
\end{align ...
Example:
\begin{tabular}{|c|c|}
\hline
%%%%%%%1. cell
\begin{align}
x&=a+b\\
y&=c+d
\end{align} &
%%%%%%%2. cell
\begin{align}
x&=a+b\\
y&=c+d
\end{align ...