KTUGFaq

KTUG FAQ

α:
йȣ:
The universe is laughing behind your back.
FrontPage?위키홈페이지 › WinEdtTip&value=Windowsġϱ/FrontPage › AMSLaTeX

r1.15

@@ -1,551 +1,36 @@
AMSTeX LaTeX .
(!) AMS-LaTeX ġ ʿ䰡 . TeX ġ Ű LaTeX, AMS-LaTeX Բ ġϿ .

[http://www.ams.org/tex/amslatex.html AMS-LaTeX] "AMS-LaTeX" (distribution) LaTeX Ȯ '''amscls''' κа '''amsmath''' κ Ǿ ִٰ Ͽ.

---
[[TableOfContents]]
== ȳ ==
[texmf]/doc/latex/{amsmath,amscls} AMSLaTeX ȳ ִ.
[TeX] ý texdoc ִٸ, ࿡ Ͽ amsldoc ݵ о Ѵ.
{{{
#> texdoc amsldoc
}}}
(!) ߸ ä R Ű ׸ "" â . MiKTeX "(O):" ĭ "texdoc amsldoc" Էϰ, Ȯ ߸ amsldoc.dvi Ǵamsldoc.pdf ã ش.

== AMSLaTeX ѱ ==
=== amsart.cls HLaTeX 浹 (by ChoF) ===
from KTUGBD:tips
AMSLaTeX `amsart.cls` HLaTeX ϰ ϴ ణ ߻մϴ. ַ
߻ϴ ϴ.
1. \maketitle ̸ κп ߻
1. \thanks
ذϱ ؼ Ʒ ڵ带 `\usepackage{hfont}` Ǵ `\usepackage{hangul}` ־ ָ ˴ϴ.
{{{#!vim tex
\makeatletter
\def\markboth#1#2{%
\begingroup
\@temptokena{{#1}{#2}}\xdef\@themark{\the\@temptokena}%
\mark{\the\@temptokena}%
\endgroup
\if@nobreak\ifvmode\nobreak\fi\fi}
\def\thanks#1{\g@addto@macro\thankses{\thanks{#1}}
}
\makeatother
}}}
Ʒ ڵ ۵մϴ.
{{{#!vim tex
\documentclass{amsart}
\usepackage{hfont}
\makeatletter
\def\markboth#1#2{%
\begingroup
\@temptokena{{#1}{#2}}\xdef\@themark{\the\@temptokena}%
\mark{\the\@temptokena}%
\endgroup
\if@nobreak\ifvmode\nobreak\fi\fi}
\def\thanks#1{\g@addto@macro\thankses{\thanks{#1}}%
}
\makeatother
\begin{document}
\title{Title}
\author{Author1}
\thanks{Thanks1}
\author{Author2}
\thanks{Thanks2}
\maketitle
\section{Section1}
This is a test.
\newpage
\section{Section2}
This is a test.
\newpage
\section{Section3}
This is a test.
\end{document}
}}}
=== maketitle (Running Head) ѱ ===
( ̿ϸ) \thanks{} ѱ ʴ ذǾ ѱ ƹ ̻ ɴϴ.
{{{
\title[ٰ ٸü]{ٰ ٸü }
\author[ڻ̳]{³̻̳}
\author[ҷ]{ҷ ̸̿}
\thanks{մϴ.}
}}}
Ȧ Ӹ(Running Head) ª ("ٰ ٸü") ̻ ɴϴ. ׸ ޽ ϴ. ׷ ¦ Ӹۿ ; ѱ ̸ ʰ ޶ "and" ɴϴ. ̰͵ AMSLaTeX Ŭ Ư ߾ӿ ; ϴµ ʹȣ ٽϺپ ɴϴ. ׸ ϳ ̻ amsproc Ŭ ڵ ѱ ̸ µ amsart Ŭ ̸ ѱ۸ ϴ. Ѽȸ kmsart Ŭ HLaTeX 浹 ϴ.--[Yhchoe]
'' KTUGContrib attachment: 420'''''' ϳ ִµ texdoc. ..
{{{
\RequirePackage{hangul}
\ksnamedef{partname}{Part}
\ksnamedef{chaptername}{Chapter}
\ksnamedef{sectionname}{Section}
\documentclass{amsart}
\title[ŸƲ]{ ŸƲ}
\author[]{̸}
\thanks{Thanks1}
\author[ѱ̸]{Ƹٿ ѱ̸}
\thanks{ť}
\begin{document}
\maketitle
\section{ѱ }
This is a test. ׽Ʈ.
\newpage
\section{Section2}
This is a test.
\newpage
\section{Section3}
This is a test.
\end{document}
}}}
ҽ ϵǴ ˴ϴ. ؼ ƹ ָֽ ż... ;) ƹư ٺ ذå [Lambda] ϴ ̶ մϴٸ... ̶ small capital ǥõǾ AND ׳ ҹ and titlepage ´ٴ ̰, ̰ ʿϴٸ մϴ. --[Karnes]''
''߰. [Lambda] DHUcsε ó˴ϴ.''
[Karnes] ξ ϴ. ڰ ׳ ˴ϴ. `amsart` `amsproc` ƹ ̻ ϴ. Ǵ amsbook Ŭε
{{{
\RequirePackage{hangul}
\ksnamedef{partname}{ܿ}
\ksnamedef{chaptername}{}
\ksnamedef{sectionname}{}
\documentclass[11pt]{amsbook}
}}}
Ͽ chaptername "" ʽϴ. \author ־ ƹ Ż ϴ.--[Yhchoe]
=== amsart DHUcs ѱ ===
DHUcs ڵ ѱ ams classes ϴ `\maketitle`̳ , `\thanks` ѱ ƹ Ű ʴ´. ٸ `\uppercasenonmath` ũ ϳ ׿ ʿ ִ. ׷Ƿ preamble ִ ϴ. ---[Karnes]
{{{
\renewcommand\uppercasenonmath[1]{}
}}}
ΰ ( ams class ) ġ HLaTeX ϴ...
== AMSLaTeX Ȱ ==
=== amsart.cls ũ ġ (by ChoF) ===
from KTUGBD:tips
Ϲ ų Ʈ ۼϰų ũ⸦ ϴ ʾ ϼ ʺ е ɷ մϴ. ڷḦ `\textwidth` `\textheight` ϸ ̷ ÷ ָ ߾ ʾƼ Ͻ ?
amsart.cls ̰ ذ ִ `\calclayout` ֽϴ.
̿ϸ ߾ Ե˴ϴ. Ʒ ϴ.
{{{#!vim tex
\documentclass[a4paper,12pt]{amsart}
\addtolength{\textwidth}{7pc}
\addtolength{\textheight}{4.5pc}
\calclayout
...
\begin{document}
...
\end{document}
}}}
ڵ忡 `\addtolength{\textwidth}{7pc}` `\textwidth` ũ⸦ 7pc (1pc=12pt. See [̴]) ÷ֶ Դϴ. ϼž ũ `\paperwidth` `\paperheight` ǰ ũⰡ `\textwidth` `\textheight` (heading footnote ) ȴٴ Դϴ. ̷ `\textwidth` `\textheight` `\calclayout` ϸ ڵ ߾ ٸ ݴϴ.
Ư ڵ忡 `\textwidth` 7pc, ׸ `\textheight` 4.5pc ÷ָ ( ϴ) , Ʒ, , 1 ġ ˴ϴ.
ٸ Ŭ ϵ ϴ 쿡 amsart.cls `\calclayout` ϸ ֽϴ. article.cls ϴ Ʒ ϸ ˴ϴ. , article.cls amsart.cls ٸǷ `\textwidth` `\textheight` Ͽ ڽ ϴ ũ⸦ ʽÿ.
{{{#!vim tex
\documentclass[a4paper,12pt]{article}
\makeatletter
\newcommand{\calclayout}{\advance\textheight -\headheight
\advance\textheight -\headsep
\oddsidemargin\paperwidth
\advance\oddsidemargin -\textwidth
\divide\oddsidemargin\tw@
\ifdim\oddsidemargin<.5truein \oddsidemargin.5truein \fi
\advance\oddsidemargin -1truein
\evensidemargin\oddsidemargin
\topmargin\paperheight \advance\topmargin -\textheight
\advance\topmargin -\headheight \advance\topmargin -\headsep
\divide\topmargin\tw@
\ifdim\topmargin<.5truein \topmargin.5truein \fi
\advance\topmargin -1truein\relax
}
\makeatother
\addtolength{\textwidth}{7pc}
\addtolength{\textheight}{4.5pc}
\calclayout
...
\begin{document}
...
\end{document}
}}}=== amsart.cls "Make Title"(by [Yhchoe]) ===
amsart Ǵ amsproc Ŭ (Subtitle) ٸ. article Ŭ
{{{
\title{algorithm2e.sty --- package for algorithms\\ {\large release 2.39}}
% Ctan algorithm2e.tex Ͽ
}}}
¥ ũ⸦ ٲ ´. amsart Ǵ amsproc Ŭ Ģ ʴ´. ׷ ڴٸ ó --- ְ ũ ¥ ۿ .
밳 м Ȧ Ӹ(Running Head: ) ̸ Ÿ, ¦ Ӹ(Running Head: ) Ÿ ų ڰ (Ӹ  ʱ Ͽ) "ª "(Short Title) Ǵ "ª ̸"(Short Author-Names) 䱸Ѵ.
amsart Ǵ amsproc Ŭ(̱ȸ ƴ϶ Ŭ )
{{{
\title[Short Title]{ : ª ų ų}
% ª "[Short Title]" . [ ]ӿ ѱ, () Էϸ ޽Ÿ
\author[W.\ Brown]{William Sebastian Brown}
%ڸ ĵ ª [ ] . [ ]ӿ ѱ, () Էϸ Ÿ
\author[C.\ Crown]{Crown Sebastian Crown}
\author[D.\ Drown]{Drown Sebastian Drown}
}}}
Էϸ ¦ Ӹ() "W. Brown, C. Crown, and D. Drown" Ÿ, Ȧ Ӹ() "Short Title" ȴ. ׷ 蹭 ӿ ѱ, () Էϸ Ӹ() ʴ´. \maketitle  ġ
{{{
\maketitle\markboth{¦ Ӹ()}{Ȧ Ӹ()}
}}}
ذѴ.
<!> ''':''' `article` Ŭ
{{{
\author{William Sebastian Brown\thanks{Thanks1}}
\author{Crown Sebastian Crown\thanks{Thanks2}}
\author{Drown Sebastian Drown\thanks{Thanks3}}
}}}
Էϸ ڸ Ǹ Drown Sebastian Drown Ÿ, thanks Thanks3 ַ Ÿ. See-> KTUGOperate:13119'''''', KTUGOperate:13117'''''', KTUGOperate:13140''''''
ʷ(\begin{abstract} \end{abstract}) article Ŭ \maketitle ڿ  amsart Ǵ amsproc Ŭ \maketitle տ .
`\thanks` 뵵 ٸ. `article` Ŭ `\thanks` \title{ } Ǵ `\author{ }` `{ }` ӿ
{{{
\title{algorithm2e.sty --- package for algorithms\\ {\large release 2.39}
\thanks{Thanks A}
}
\author{ (c) 1996--2002 Christophe Fiorio, LIRM Montpellier, France\\ \\
Report bugs and comments to fiorio@lirmm.fr
\thanks{The author is very grateful to Pascal Jappy (jappy@lirmm.fr)
for his great help in the english writing}
\thanks{Martin Blais (blais@IRO.UMontreal.CA) for his
suggestions}
\thanks{David A. Bader (dbader@eece.unm.edu) for his new
option \texttt{noend}}
\thanks{Gilles Geeraerts (gigeerae@ulb.ac.be)
for his new command \texttt{SetKwIfElseIf}}
}%Ctan algorithm2e.tex Ͽ ణ
}}}
ַ Ҽ, ּ, Ÿ ̰ ϸ ù Ʒʿ ȣ(*, , , , ... ) ٴ · Ÿ `amsart` Ǵ `amsproc` Ŭ `\author{ }` , ϸ ù Ʒʿ ȣ ʴ · ´(Ʒ ׸ ).
--> `llncs` KTUGOperate:10061
--> `revtex4` KTUGOperate:11848 png

Uploads:TopMatter.png == AMSLaTeX ѱ ==
'''׸ :''' `amsart` Ǵ `amsproc` Ŭ `\author{ }` `\date{ }`, `\subjclass[ 2000 AMSLaTeX/Hangul] { }`, `\keywords{ }`, `\thanks{ }`  ( ) Ͽ `\date{ }`, `\subjclass[2000]{ }`, `\keywords{ }`, `\thanks{ }` `{ }` ӿ ִ ۵ Ÿ. `\thanks{ }` ִ. ׷ Ǵ ϴ (, ⱸ ) ޾ ̰ . ( , ) ٷ տ ȣ
{{{
\subsection*{Acknowledgment}%Ǵ
}}}
" Ǵ ־ ٰ" . ڸ, ּҿ email ּҴ author
{{{
\author{}
\address{}
\email{}
\author{}
\address{}
\email{}
\author{}
\address{}
\email{}
}}}
ԷѴ. ̷ ԷϿ ڸ
{{{
and
̻ , , and
}}}
Ÿ. , ̻ ڿ ٷ ̿ ", and" .
Ѽȸ ", and " Ǿ ־ ҽ ؼ 鿩 Ҵ ġ ڰ ó
{{{
\author{, and }
\address{\\ ּ}
\email{}
\address{\\ ּ}
\email{}
\address{\\ ּ}
\email{}
}}}
ԷµǾ ־. ġ ڰ ּҿ ̸ ּҸ ó ԷϿ.

== AMSLaTeX Ȱ ==
=== amsart.cls ּҿ email ּҴ dz Ÿ ũ ġ ===
[AMSLaTeX/CalcLayout]
=== amsart. cls "Make Title"(by [Yhchoe]) ===
[AMSLaTeX/MakeTitle]
=== amsproc amsart / Layout ===
amsproc amsart \chapter{} . \part{} ְ ̰ \chapter{} ó ִ.
{{{
\def\partname{}%ȣ տ ƹ͵ ʰ
}}}
־ Ѵ. ̰ Part ´. `\chapter` ɾ ǵ AMSLaTeX Ŭ `amsbook` Ŭ ִ. ׷ `amsbook` Ŭ Title иȴ. `amsproc` `amsart` 鼭 `\chapter` `\chapter` ɾ Preamble Ͽ ų ٸ 뵵 ǵǾ ִ`\part{}` `\chapter{}`ó ļ ִ.
<!> ''':''' м ϴ TeX ̷ ġ ʴ . ִ ״
{{{
\section{}
\subsection{}
\subsubsection{}
\paragraph{}
\subparagraph{}
}}}
ټ ܰ踦 . 뵵( Ǵ ٸ ) ġڴٸ ġ Preamble
{{{
\def\partname{Chapter}
}}}
Ǵ
{{{
\def\partname{}%ȣ տ ƹ͵ ʰ
}}}
־ Ѵ. ̰ Part ´. section ȣ ( part) ٲ Ϸ
{{{
\newcounter{section}[ part AMSLaTeX/Sectioning]
}}}
ְ, section ȣ 忡 1.1. 1.2. Ϸ
{{{
\renewcommand\thesection {\thepart.\arabic{section}}
}}}
ȴ.
'''Q:''' (From KTUGOperate:13987'''''') `amsart` Ŭ `subsection` ٿ Ǿ µ ̰ ϰŵ.  ؾ ϴ ?
'''A:''' `\subsection{...}` Է \ Էϰ () ˴ϴ.
{{{
\subsection{Introduction}\ % Backslash \ ſ ߿
In~\cite{Sim96a} we define the \emph{Lomonosov space} and give a
constructive proof of the approximation theorem inspired by the well
known result of V.~I.~Lo\-mo\-no\-sov \cite{Lom73}.
}}}
ԷϿ .
=== AMS Ÿ ȯ ===
'''Theorem''', '''Lemma''', '''Defintion''', ''Example'', ''Note'', ''Remark'', ''Acknowledgment'', $\cdots$ ǥ ոӸ(Header) δ (Proclamation)̶ Ѵ. Ÿ(⺻ LaTeX Ÿ) Mittelbach [ ''An extenssion of the LaTeX theorem environment'', 2004, p.3](MiKTeX Ҵٸ `C:\texmf\doc\latex\tools\theorem.dvi`) `theorem style` ̶Ͽ
{{{
plain, break, marginbreak, changebreak, change, margin
}}}
зϿ.
`AmS-LaTeX` `plain` ȯ游 äϰ, `definition` ȯ `remark` ȯ ÷Ͽ "`(Theorem-like) Ÿ`"(`AmS-LaTeX` Ÿ)̶ ϰ
{{{
plain, defintion, remark
}}}
. Mittelbach з ոӸ(Header) ġ ̰, `AmS-LaTeX` з ۲(ոӸ ۲ð ü ۲) ̴. `AmS-LaTeX` ȯ Mittelbach з Ѵٸ `plain` Ѵ.
"AMS Ÿ ȯ " KTUGOperate:2608'''''' Uploads:amsthm.pdf Ϸ ÷Ͽ.
<!> '''1:''' (KTUGContrib:2845'''''') AMS `(Theorem-like) Ÿ` Ÿְ ϴ amsthm.sty IEEE Ŭ `IEEEtran.cls` proof ȯ濡 浹 ŵϴ. ذ ֽϴ.
http: AMSLaTeX/ /wireless.stanford.edu/~dporrat/work/TexSample/app_notes.txt
߶ ε `IEEEtran.cls` ǵ ɾ `\proof` `\endproof` `\IEEEproof` `\IEEEendproof` ɾ ٲ `\proof` `\endproof` ǵ ʴ . ׸
{{{
\usepackage{amsmath,amsthm,amscd,amssymb}
}}}
ٽ ϴ. ü ϴ.
{{{
% save and then undefine the offending command
% we need \makeatletter because \@undefined uses the special @ character.
\makeatletter
\let\IEEEproof\proof
\let\IEEEendproof\endproof
\let\proof\@undefined
\let\endproof\@undefined
\makeatother
% now load the package, it will be unaware that \proof ever existed
\usepackage{amsmath,amsthm,amscd,amssymb}
% if you want to use the IEEEtran.cls \proof, just redefine from
% what you saved earlier:
\let\proof\IEEEproof
\let\endproof\IEEEendproof
}}}
<!> '''2:''' ߰ϴ ִ `(Theorem -like) Ÿ` `AmS-LaTeX` `Ÿ з` . ׷ٰ Ͽ ` Ÿ` ٴ ƴϴ. Ѽȸ, ȸ, ûȸ, ȣȸ  `defintion` Ÿϰ `remark` Ÿ ʴ´. ׷ Է `AmS-LaTeX` ''' ȯ ''' ״ ȴ. ->see KTUGOperate:8041
Preamble
{{{
\theoremstyle{defintion}
\newtheorem{defn}{Defintion}[section] %[section] ָ ü ȣ
\newtheorem*{nota}{Notation A}%ǥ ü Notation A Ǹ ȣ
}}}
ϴ Ͱ
{{{
\theoremstyle{remark}
\newtheorem{example}{Example}[section]%[section] ָ ü ȣ
\newtheorem*{rmkA}{Remark A}%ǥ Ÿü Remark A Ǹ ȣ
}}}
ϴ ̴ ǥ(Example 1.1. ) ü ̳ Ÿü ̳ ̴. Text θü ´.
AMS-LaTeX ǥ Ÿ ǥ(Theorem 1.2. ) ü ϰ Text Ÿü ϴ ε ̰ default Ǿ ִ.
{{{
\theoremstyle{theorem}% ʾƵ . ٸ theoremstyle տ
\newtheorem{thm}{Theorem}[section]%[section] ָ ü ȣ
\newtheorem*{thmA}{Theorem A}%ǥ ü Theorem A Ǹ ȣ
}}}
ǥ ü ǰ Text Ÿü ȴ.
<!> : ȯ濡 ȣ ̴ ý ⸦ ϸ װ ɼ ָ ȴ. ȯ ߿ example ȯ defn ȯ thm ȯ ý
{{{
\newtheorem{thm}{Theorem}}[section]
\theoremstyle{defintion}
\newtheorem{defn}[thm]{Defintion}%[thm] ȣ ý
\theoremstyle{remark}
\newtheorem{example}[thm]{Example}%[thm] ȣ ý
}}}
ָ ȴ.
̵ ο ȯ ϸ ߿
{{{
\begin{defn}\label{def1-1}
...
\end{defn}
\begin{rmkA}\label{rmkA}
...
\end{rmkA}
\begin{example}\label{ex1-2}
...
\end{example}
\begin{thm}\label{thm1-3}
...
\end{thm}
\begin{thmA}\label{thmA}
...
\end{thmA}
}}}
ȴ.
<!> : AMSLaTeX Ŭ ƴϷ "AMS Ÿ" ȯ ؼ ں \usepackage{amsthm} ȴ. ׷ Ŭ(: llncs) 󼭴 浹 Ű ͵ ִ. -->see KTUGOperate:10057
=== AMSLaTeX ȯ ===
Ʈ ǿ ޴ `dvi, ps, pdf` · ִ.
ftp://ftp.ams.org/pub/tex/doc/amsmath/
Ư `testmath` پ ش. Ʈ ִ `short-math-guide` MiKTeX-KTUG Ű (`C:\texmf\doc\latex\amsmath`) `dvi` · ִ. ȭ `->(R)` ŬϿ Ÿ '''''' ȭڿ `texdoc testmath` Էϰ "Ȯ" ߸ `testmath.dvi` . ҽ `C:\texmf\source\latex\amsmath` ִ.
[AMSLaTeX AMS-TeX ȯ LaTeX2e ° ļ (׳)LaTeX ִ display ȯ پϰ ȯ ִ. ǥ Commutative Diagram ׸ CD ȯ(KTUGOperate:5345 ) ϳ ʹ  ٿ split ȯ(KTUGContrib:837 ) multline ȯ ̴. LaTeX eqnarray ȯ(Ǵ eqnarray* ȯ) eqnarray ְ rcl Ǿ ־ & ְ . Ϸ Ӹ && ־ Ѵ. ׸ ϴ && ۾ ۿ . ̿ ؼ AMS-LaTeX align ȯ, alignat ȯ, flalign ȯ (Ǵ align* ȯ, alignat* ȯ, flalign* ȯ) پ ȯ ְ ࿡ ִ & ڴ ʾƵ ǰ & ְ Ǹ
{{{
rl rl ...
}}}
rl Ǯ ȴ. Ȧ , ¦ ȴ. ù Ŀ Ϸ տ & ϳ ȴ. eqnarray ȯ(Ǵ eqnarray* ȯ) \tag{} align ȯ (Ǵ align* ȯ) \tag{} () Tag ٴ´.
<!> '''1:''' (amsldoc.pdf 8-9) eqnarray, align, alignat, gather ȯ ĵ  Ǿ ʾҴµ  Ѿ. ̷ Ϸ Preamble Ǵ ش ȯ ƹ
{{{
\allowdisplaybreaks
}}}
˴ϴ.  ࿡ " " ʿ䵵 ִ. ̷ \\ ſ \\* ࿡ " " \\ ִ ٷ ࿡ .
<!> '''2:''' ٸ alignat rl ( rl ϳ ) ־ Ѵ. ࿡ ̴ & ʾƵ ȴ. ׷ & rl() 迡 1 ȵȴ. , ࿡ Ȧ ° & ̰, ¦ ° & " ǥ" δ. ̿ () ְ Ƣ (: \ , \;, \quad, \qquad \skip5mm ) ȴ. Ʒ {3} ̴. ࿡ & ִ ټ ִ.
{{{
\begin{alignat}{3}
1 &= 123 & 0 &= 1 & 1 &=0 \\
12 &= \\
123 &= 1 & 5 &= 12 \\
12345 &= & 23 \\
\\
1 &= 12345 \quad & 12345 &= 12345 \quad & 12
\end{alignat}
}}}
{3} ְų {2} Ǵ {1} ġų ϸ ޽ Ÿ. & ࿡ Ǵ ̻ {3} ڸ ̸ ȴ. ࿡ ȣ ٴµ ȣ ʿ \nonumber ȴ. alignat align ٸ alignat (¦ Ȧ ) ڵ align ڵ ־ ̰ ȴ. flalign ־ (rl) ִ Ѵ. align, align*, flalign, flalign* ȯ gather(Ǵ gather*) ȯ ӿ ִ. align* ణ ٲ. align, align*, flalign, flalign* ȯ c ĵȴ. & ޽ Ÿ.
<!> '''3:''' Frank Mittelbach Michel Goossens : The LaTeXCompanion 8(Higher Mathematics, 215~257) AMSLaTeX ǿ õ κε The LaTeXCompanion 2 CTAN ( ȣ 223~268 ٲ) Ϸ ö ־. 2 ǵǸ鼭 Ǿ ǿ . Ȥ ʿ 찡 ũ ɾд. 2ǿ ʹȣ ٲ 8(Higher Mathematics) 464~537 Ǿ. ׸ ȣ(Symbols) ǿ 8.2̾µ 2ǿ 8.9 Ǿ.
http:/ /my.ktug.or.kr/TeXLive7/texmf/doc/guides/companion/ch8.pdf
=== `\DeclareMathOperator` ===
'''Q1'''(from KTUGOperate:10906'''''')''':''' Tex ٺ..
{{{
\DeclareMathOperator
}}}
ɾ ִµ,  ñմϴ.. ..
{{{
\newcommand
}}}
ϰ 񽺹 غ̴µ.. Ȯ  ˼ ?..
'''A:''' (Math mode) ӿ Լ (Operator) ȹٷ ϰ յڿ ־ Ͽ մϴ([http://ftp.ktug.or.kr/mirrors/CTAN/info/symbols/comprehensive/symbols-a4.pdf symbols-a4.pdf] 7.3 Math-mode spacing (64-65) ). "Լ ǥ" ɾ ̹ Ǿ Ȥ ؾ ʿ䰡 ֽϴ. `\newcommand` Ἥ Ϸ Լ ǥ յ ϴ մϴ. `\DeclareMathOperator` ݰ ۲ Ǿ ִ "Լ ǥ" ɾ ֽϴ. ӿ ѱ۷ Ϸ
{{{
\DeclareMathOperator{\const}{\text{}}
}}}
ϰ 忡 ʿ `\const` Էϸ ˴ϴ(KTUGOperate:1438 ).
display 忡 ÷ڿ Ʒ÷ڸ Operator ٷ , Ʒʿ (ȣ \sum ) ٰ ϴ " ǥ" "Variable-size Math Opreator" մϴ. ̹ ȣ "Variable-size Math Opreator" ǵǾ ˾Ƶθ մϴ( See also [ http: WinEdtTip/ /ftp.ktug.or.kr/mirrors/CTAN/info/symbols/comprehensive/symbols-a4.pdf symbols-a4.pdf] 12-14 ).
+ "Variable-size Math Opreator" Preamble
{{{
\usepackage{amsmath}%
\DeclareMathOperator*{\plus}{+}
}}}
մϴ. Ʒ ('''1''') ÷ ξϴ. ̾ƺ KTUGOperate:5883'''''' ˷ֽ ũ
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=newfunction
ϸ ణ ο ֽϴ.
AMSLaTeX ƴ `\DeclareMathOperator` Ǵ `\DeclareMathOperator*` `Preamble` `\usepacakage{amsmath}' ˴ϴ.--[Yhchoe]
'''1''' (From KTUGOperate:11016'''''')
Uploads:cheonjamun.png
{{{
\documentclass{article}
\usepackage{amsmath}
\usepackage{hfont}
\newcommand\dcbracket[1]{#1}%
\DeclareMathOperator{\dalmeum}{\text{\lower.2ex\hbox{\large }
}}%
\DeclareMathOperator*{\haneul}{\text{\LARGE }}%
\DeclareMathOperator*{\ddang}{\text{\LARGE }}%
\begin{document}
\begin{equation*}
\triangle ABC \dalmeum \triangle DEF
\end{equation*}
\centering{\Large \dcbracket{}}
\begin{equation*}
\haneul_{\text{õ}}^{\text{ϴ}} \quad
\ddang_{\text{}}^{\text{}}
\end{equation*}
\end{document}
}}}
'''Q2:'''
{{{
I know how to write like this.
5 16 2
-- X -- = --
8 15 3
But I want to describe the process of dividing out common factors from the
numerators and denominators.
For example, there should be '1' above 5 and '3' below 15, and so on.
How do I cross out the letters and write a little numbers above or below the
numerators and denominators..
}}}
'''A:''' `\newcommand` `\DeclareMathOperator` Ἥ `Operator` Ͽ 忡 ι ɾ `\mathop` ʿ մϴ.
'''2'''
Uploads:mathOp.png
{{{
\documentclass[12pt ] {article}
\usepackage{cancel}
\usepackage{amsmath}
\begin{document}
\[
\frac{\,\mathop{\cancel{5}}\limits^{1}\,}{\,\mathop{\cancel{8}}\limits_{1}\,}
\times
\frac{\,\mathop{\cancel{16}}\limits^{2}\,}{\,\mathop{\cancel{15}}\limits_{3}\,}
= \frac{2}{3}
\]
$$ {\mathop{\cancel{5}}^{1}}\quad ... \quad {\mathop{\cancel{15}}_{3}} $$
\end{document}
}}}
== DeclareMathOperator ===
article chapter ƴѰ? chapter amsbook Ұϴ amsart `\part` ϴ ͺ մϴ. `\part` `\chapter`ʹ ٸ ϴ ̹Ƿ, amsart `\chapter` `\part` ƴ϶ `\chapter` ڰ ϴ Ͱ, ̰ ǥ ʿϰų ʴ ƴ? `\part` preamble ع ٸ ĥ ŷο Ͼ Ŷ ϴ. ;) cf. [ Preamble DeclareMathOperator] --[Karnes]
[Karnes] Բ Ͽ ּ̽ϴ. part chapter ٲپ Ͽϴ. м chapter ⸦ ϰ section 찡 Դϴ. KTUGOperate:6800'''''' ö 亯 ͼ ׷ Ǿϴ. amsbook \maketitle ɿ Title amsart amsproc Title ʷϰ ̾ amsbook ʾҽϴ. δ ϰڽϴ. AMSLaTeX KTUGOperate:2002 ϿǷ ⼭ ũ ΰڽϴ. --[Yhchoe]
----
[CategoryTeX]



AMSTeX LaTeX Ѵ.
(!) AMS-LaTeX ġ ʿ䰡 . TeX ġ Ű LaTeX, AMS-LaTeX Բ ġϿ ش.

[http]AMS-LaTeX "AMS-LaTeX" (distribution) LaTeX Ȯ amscls κа amsmath κ Ǿ ִٰ Ͽ.

---

1 ȳ
2 AMSLaTeX ѱ
3 AMSLaTeX Ȱ
3.1 amsart.cls ũ ġ
3.2 amsart.cls "Make Title"(by Yhchoe)
3.3 amsproc amsart / Layout
3.4 AMS Ÿ ȯ
3.5 AMSLaTeX ȯ
3.6 DeclareMathOperator
[]

1 ȳ

texmf/doc/latex/{amsmath,amscls} AMSLaTeX ȳ ִ. TeX ý texdoc ִٸ, ࿡ Ͽ amsldoc ݵ о Ѵ.
 #> texdoc amsldoc
(!) ߸ ä R Ű ׸ "" â . MiKTeX "(O):" ĭ "texdoc amsldoc" Էϰ, Ȯ ߸ amsldoc.dvi Ǵamsldoc.pdf ã ش.

texdoc.png

[]

3 AMSLaTeX Ȱ

[]

3.1 amsart.cls ũ ġ

[]

3.2 amsart.cls "Make Title"(by Yhchoe)

[]

3.3 amsproc amsart / Layout

[]

3.4 AMS Ÿ ȯ


^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2007-04-01 07:17:43
Processing time 0.1092 sec