KTUGFaq

KTUG FAQ

Workshop/2008Spring (rev. 1.20)

·Î±×ÀÎ:
ºñ¹Ð¹øÈ£:
°¡ÀÔ
Might as well be frank, monsieur. It would take a miracle to get you out of Casablanca.
FrontPage › Workshop/2008Spring

¸ñÂ÷


1 Èıâ

3 ÀÚ·á

3.1 À̱âȲ, °³°ü

3.2 ÀÌÁÖÈ£


3.3 °úÁ¦¹°

4 Áغñ

5 ½Ç½À


%%%%% 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}}

^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-06-05 12:14:48
Processing time 0.0455 sec