KTUGFaq

KTUG FAQ

α:
йȣ:
The attacker must vanquish; the defender need only survive.
MemhangulClassMiKTeX설치&value=οCVS�μ�ġ�ϱ�&value=DVI̹占쏙옙占쏙옙占쌕띰옙占쏙옙占쏙옙占쏙옙占ConservativeRockListnersGroup&value=ѱTeX۲̸ › PyX
PyX is a Python package for the creation of PostScript and PDF files. It combines an abstraction of the PostScript drawing model with a TeX/LaTeX interface. Complex tasks like 2d and 3d plots in publication-ready quality are built out of these primitives.

Aug 29, 2006
ѱ PDF PyX
Submitted by phk @ 08-29 [09:09 am]

hangul Ű ϹǷ euc-kr ڵ Ǿ ϴ Python ҽ ڵԴϴ. ϸ hangulTest.eps ϰ hangulTest.pdf ˴ϴ.

#!/usr/bin/python # -!- coding: euc-kr -!- # # ϸ: hangulTest.py from pyx import * text.set(mode="latex") text.preamble(r"\usepackage{hangul}") text.preamble(r"\usepackage{times}") c = canvas.canvas() c.text(0, 0, r"\LaTeX ѱ ׽Ʈ: \ $y = \frac{1}{\sqrt{x}} \ \mbox{(, $x > 0$)} $ \ by PyX.") c.writeEPSfile("hangulTest") c.writePDFfile("hangulTest")
» ޱ | Ʈ


ѱ۰ ׷ Ե PDF PyX
Submitted by phk @ 08-29 [09:09 am]

̹ ѱ۰ ׷ Ե PDF Ͽ Python ҽ ڵԴϴ. ϸ painterHangul.eps ϰ painterHangul.pdf ˴ϴ.

#!/usr/bin/python # -!- coding: euc-kr -!- # # ϸ: painterHangul.py from pyx import * text.set(mode="latex") text.preamble(r"\usepackage{hangul}") mypainter = graph.axis.painter.regular(outerticklength=graph.axis.painter.ticklength.normal) c = graph.axis.pathaxis(path.curve(0, 0, 3, 0, 1, 4, 4, 4), graph.axis.linear(min=0, max=10, title=" axis by \LaTeX", painter=mypainter)) c.writeEPSfile("painterHangul") c.writePDFfile("painterHangul")
» ޱ | Ʈ

^
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2006-08-29 12:06:27
Processing time 2.2548 sec