KTUGFaq

KTUG FAQ

α:
йȣ:
To criticize the incompetent is easy; it is more difficult to criticize the competent.
媛„寃⑸„;NomenClature&value=ۼýŸϸ蒡크&value=모임synapse&value=LaTeXϺ › ProcessorExamples
[]

#!vim

[]

tex

#!vim tex
\documentclass{article}
\usepackage{hangul}
\begin{document}

\documentclass{article}
\usepackage{hangul}
\begin{document}

[]

c

#!vim c
void main() {
  printf("Hello world!\n");

}

void main() {
  printf("Hello world!\n");

}

[]

Python

#!vim python
def printHello: 
    print "Hello"  

def printHello:
    print "Hello"

[]

#!gnuplot

#!gnuplot
set parametric
#set pm3d
set isosamples 50,30
set hidden
set view 40,20 ,1.7
set noborder
set nokey
set noxtics
set noytics
set noztics
set urange [-pi:pi]
set vrange [-pi:pi]
set size 0.5,0.5
splot cos(u)+.5*cos(u)*cos(v),sin(u)+.5*sin(u)*cos(v),.5*sin(v) with lines, 1+cos(u)+.5*cos(u)*cos(v),.5*sin(v),sin(u)+.5*sin(u)*cos(v) with lines

gnuplot
#!gnuplot
plot sin(x)

gnuplot
[]

LaTeX


#!latex
$$ \alpha \beta \beta \gamma $$

$$ \alpha \beta \beta \gamma $$
ѱLaTeX Processor

#!latex
\begin{enumerate}
\item    ִ.  ñ ˸°  ͻ̰
ǰ ñ ΰ  ,   ϴ  ̴.
\begin{enumerate}
 \item   㹰 å 
 \item   巯 
 \item   ߸  
\end{enumerate}
\item Φ,
\item ۡ,
\item ҷ.
\end{enumerate}
߲,ʦ,ʦ.(äٴ)

\begin{enumerate}
\item    ִ. 
 ñ ˸°  ͻ̰
ǰ ñ ΰ  ,   ϴ  ̴.
\begin{enumerate}
 \item   㹰 å 
 \item   巯 
 \item   ߸  
\end{enumerate}
\item Φ,
\item ۡ,
\item ҷ.
\end{enumerate}
߲,ʦ,ʦ.(äٴ)
[]

MetaPost


#!metapost
  u:=1cm;
  path a,b,c;
  a = fullcircle scaled 2u shifted (.5u,0);
  b = a rotated (360/3);
  c = b rotated (360/3);
  fill a withcolor red;
  fill b withcolor green;
  fill c withcolor blue;
  fill buildcycle(a,b) withcolor red + green;
  fill buildcycle(b,c) withcolor green + blue;
  fill buildcycle(c,a) withcolor blue + red;
  fill buildcycle(a,b,c) withcolor white;
  draw a; draw b; draw c;

mp

^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2005-12-28 21:13:15
Processing time 0.0360 sec