KTUGFaq

KTUG FAQ

·Î±×ÀÎ:
ºñ¹Ð¹øÈ£:
°¡ÀÔ
A truly wise man never plays leapfrog with a Unicorn.
FrontPage › LaTeXWorkshop/2008Spring

r1.1°ú ÇöÀç ¹öÀüÀÇ Â÷ÀÌÁ¡

@@ -1 +1,106 @@
[[TableOfContents]]
== ÇÁ·Î±×·¥ ==
* attachment:WS08S.pdf
== °­ÀÇ ¹× ½Ç½À ÀÚ·á ==
=== Áغñ ===
* Windows KC2007
* [http://people.ktug.or.kr/~karnes/FILES/SmallUtilities.kcupdate SmallUtilities.kcupdate]
* pdftk ÃֽŹöÀü°ú cpcp.batÀ» Æ÷ÇÔÇÏ°í ÀÖ½À´Ï´Ù.
* cpcp´Â kpsewhich·Î ÆÄÀÏÀ» ã¾Æ ÇöÀç ÀÛ¾÷ Æú´õ·Î º¹»çÇØÁÝ´Ï´Ù.
* ¿¹·Î, ¸í·ÉÇà¿¡¼­ # redirect > cpcp article.cls ¸¦ ½ÇÇàÇϸé "article.cls"°¡ ÇöÀç Æú´õ·Î º¹»çµË´Ï´Ù.
=== À̱âȲ, °³°ü ===
* LaTeX °³°ü
* attachment:latex_overview.pdf
* ½ºÅ¸ÀÏ ÀÛ¼ºÀ» À§ÇÑ ¸í·É¾î ¸ðÀ½
* attachment:commands.pdf
=== ÀÌÁÖÈ£ ===
* °­ÀÇ ÀÚ·á(ÀåÀý ¸í·É, ÆäÀÌÁö ½ºÅ¸ÀÏ, Ä«¿îÅÍ, ÆÇ¸é ¼³Á¤, ã¾Æº¸±â µî
* [http://progress.tistory.com/attachment/hk1.zip progress-lecturenote.zip]
* [http://progress.tistory.com/attachment/jk0.pdf progress.pdf]
* ½½¶óÀ̵å: PDFscreen°ú TeXPower ÀÌ¿ë
* [http://progress.tistory.com/attachment/ik1.zip screen-display.zip]
* [http://progress.tistory.com/attachment/hk2.pdf screen-display.pdf] (ù/³¡ ÆäÀÌÁö, ³Ñ±è È¿°ú°¡ Á¶±Ý ÀÖÀ½)
* PDF ¸¦ Áö±×Àç±×·Î ÇÕÄ¡±â
* [http://progress.tistory.com/attachment/jk1.zip pdf_manipulation.zip]
* °ÅÀÇ ½á¸ÔÁö ¾ÊÀº ÀÚ·á. (article Ŭ·¡½º¿¡¼­ chapter ¸í·ÉÀ» ¾²°Ô ÇØÁÖ´Â º¹ÀâÇÑ ¿¹Á¦)
* [http://progress.tistory.com/attachment/ik3.zip art_workshop.zip]
* [http://progress.tistory.com/attachment/ik2.pdf art_workshop.pdf]
* ÀÚ·á(obsolete) ==> °­ÀÇ ½Ã°£¿¡ ½è´õ ÀÚ·áÀ̳ª ÆùÆ® ¹®Á¦ µîÀ¸·Î ÄÄÆÄÀÏÀÌ ¾Æ´ÏµÉ ¼ö ÀÖÀ½.
* [http://people.ktug.or.kr/~karnes/FILES/workshop.zip workshop.zip]
=== °úÁ¦¹° ===
* attachment:testa.tex
* ÀÌ ÆÄÀÏÀº ¿ÀÈÄ °­ÀÇ¿¡ ¾²¿´½À´Ï´Ù.
=== ±è°­¼ö, ¸®½ºÆ®¿Í ÆùÆ® ===
* ¹®´Ü°ú ¸®½ºÆ® attachment:listandparagraph.pdf
* attachment:boxedpara.tex
----
[DeleteMe] '''ÆùÆ®¿¡ ´ëÇÑ ±×¸²ÀÌ ÀÖ´ø ÇÁ¸®Á¨Å×À̼ǵµ ÀÖ¾ú´Âµ¥ ±×ÀÚ·á´Â ¾ø´Â °Ç°¡¿ä ^^ -- [hermian] [[Date(2008-06-02T22:25:53)]] '''
=== ±è°­¼ö, myown.sty ===
* attachment:myown.sty
* attachment:first.tex
=== ½Ç½À ===
{{{#!vim tex
%%%%% An italic and tighter description environment
\newcommand{\itlabel}[1]{\hspace\labelsep\normalfont\itshape #1}
\newenvironment{itdesc}%
{%
\begin{list}%
{default label}%
{%
\setlength{\labelsep}{0.5em}
\setlength{\itemindent}{0pt}
\setlength{\leftmargin}{\parindent}
\setlength{\labelwidth}{\leftmargin}
\addtolength{\labelwidth}{-\labelsep}
\setlength{\listparindent}{\parindent}
\setlength{\parsep}{\parskip}
\setlength{\itemsep}{0.5\baselineskip}
\let\makelabel\itlabel
}%
}%
{\end{list}}
}}}
{{{#!vim tex
\newenvironment{newidth}[2]{%
\begin{list}{}{%
\setlength{\topsep}{0pt}%
\setlength{\leftmargin}{#1}%
\setlength{\rightmargin}{#2}%
\setlength{\listparindent}{\parindent}%
\setlength{\itemindent}{\parindent}%
\setlength{\parsep}{\parskip}%
}
\item[]}{\end{list}}
}}}
== Èıâ ==
* ¿¡µå -> KTUGBoard:7457
* hoze -> KTUGBoard:7471
* hermian -> KTUGBoard:7472
* dynamics -> KTUGBoard:7477
* Progress -> KTUGBoard:7478
== »çÁø ==
* [Workshop/2008Spring /Photo]
== 樨毢 ==
* [http://vod.mathnet.or.kr/sub3_1.php?key_s_title=TeX+Workshop+%3A+Intermediate+LaTeX+Course&key_year=x µ¿¿µ»ó ¸µÅ©]
* [http://www.mathnet.or.kr/vod.brd/_67.66/?shell=/trend/index4.shell µ¿ÀÏÇÑ ³»¿ëÀÇ ¸µÅ©]



¸ñÂ÷

1 ÇÁ·Î±×·¥
2 °­ÀÇ ¹× ½Ç½À ÀÚ·á
2.1 Áغñ
2.2 À̱âȲ, °³°ü
2.3 ÀÌÁÖÈ£
2.4 °úÁ¦¹°
2.5 ±è°­¼ö, ¸®½ºÆ®¿Í ÆùÆ®
2.6 ±è°­¼ö, myown.sty
2.7 ½Ç½À
3 Èıâ
4 »çÁø
5 樨毢

1 ÇÁ·Î±×·¥

2 °­ÀÇ ¹× ½Ç½À ÀÚ·á

2.1 Áغñ

  • Windows KC2007
    • [http]SmallUtilities.kcupdate
      • pdftk ÃֽŹöÀü°ú cpcp.batÀ» Æ÷ÇÔÇÏ°í ÀÖ½À´Ï´Ù.
      • cpcp´Â kpsewhich·Î ÆÄÀÏÀ» ã¾Æ ÇöÀç ÀÛ¾÷ Æú´õ·Î º¹»çÇØÁÝ´Ï´Ù.
        • ¿¹·Î, ¸í·ÉÇà¿¡¼­ #> cpcp article.cls ¸¦ ½ÇÇàÇϸé "article.cls"°¡ ÇöÀç Æú´õ·Î º¹»çµË´Ï´Ù.

2.2 À̱âȲ, °³°ü

2.3 ÀÌÁÖÈ£


2.4 °úÁ¦¹°

  • @testa.tex (1.38 KB)
    • ÀÌ ÆÄÀÏÀº ¿ÀÈÄ °­ÀÇ¿¡ ¾²¿´½À´Ï´Ù.

2.5 ±è°­¼ö, ¸®½ºÆ®¿Í ÆùÆ®


DeleteMe ÆùÆ®¿¡ ´ëÇÑ ±×¸²ÀÌ ÀÖ´ø ÇÁ¸®Á¨Å×À̼ǵµ ÀÖ¾ú´Âµ¥ ±×ÀÚ·á´Â ¾ø´Â °Ç°¡¿ä ^^ -- hermian 2008-06-03

2.6 ±è°­¼ö, myown.sty

2.7 ½Ç½À


%%%%% An italic and tighter description environment
\newcommand{\itlabel}[1]{\hspace\labelsep\normalfont\itshape #1}
\newenvironment{itdesc}%
{%
  \begin{list}%
    {default label}%
    {%
      \setlength{\labelsep}{0.5em}
      \setlength{\itemindent}{0pt}
      \setlength{\leftmargin}{\parindent}
      \setlength{\labelwidth}{\leftmargin}
      \addtolength{\labelwidth}{-\labelsep}
      \setlength{\listparindent}{\parindent}
      \setlength{\parsep}{\parskip}
      \setlength{\itemsep}{0.5\baselineskip}
      \let\makelabel\itlabel
    }%
}%
{\end{list}}

\newenvironment{newidth}[2]{%
\begin{list}{}{%
    \setlength{\topsep}{0pt}%
    \setlength{\leftmargin}{#1}%
    \setlength{\rightmargin}{#2}%
    \setlength{\listparindent}{\parindent}%
    \setlength{\itemindent}{\parindent}%
    \setlength{\parsep}{\parskip}%
}
\item[]}{\end{list}}

3 Èıâ