bounding box
-
How to make a stand alone eps file by using FeynmpComputer/linux 2008. 3. 14. 07:39
Feynmp(Feynmf) is found on http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/ # emacs test.tex & \documentclass{article} \usepackage{feynmp} \pagestyle{empty} \begin{document} \unitlength = 1mm \begin{fmffile}{example1} \begin{fmfchar*}(40,25) \fmfleft{em,ep} \fmflabel{$e^+$}{ep} \fmflabel{$e^-$}{em} \fmf{fermion}{em,Zee,ep} \fmf{photon,label=$\gamma,,Z$}{Zee,Zff} \fmf{fermion}{fb,Zff,..
-
How to fix the wrong bounding box information in eps files automatically with pythonComputer/python 2007. 11. 8. 07:21
To fix the wrong bounding box information in the eps files, I use the following method 2007/05/13 - [computer/linux] - How to create a stand alone eps file by using pstricks However, whenever I fix problems, I have to do the same procedure. It was very cumbersome procedures. I decide to make a lazy program, which do the same thing automatically. Here my second python script : #!/usr/bin/python #..
-
How to create a stand alone eps file by using pstricksComputer/linux 2007. 5. 14. 03:46
In normal latex environment, pstricks works great. But, when I want to do this with pdflatex environment, it does not work. Then I decide to create eps file.make one stand alone TeX file \documentclass{article} \usepackage{pstricks,pst-node} \usepackage{pst-eps} \pagestyle{empty} \begin{document} \begin{psmatrix}[mnode=r,colsep=0.4,rowsep=0.4] ......................................................