pstricks
-
Business card with QR-code and vcard by using LatexComputer/linux 2012. 7. 2. 08:30
\usepackage{pstricks} \usepackage{pst-barcode} \begin{pspicture}(30mm,30mm) \obeylines \psbarcode{% BEGIN:VCARD^^J VERSION:3.0^^J N:Lee;Jeong Han^^J FN:Jeong Han Lee^^J ORG:-^^J TITLE:-^^J URL:^^J EMAIL;TYPE=internet,pref:xxxx@xxx.xxx^^J TEL;TYPE=voice,cell,pref:+82 00 0000 0000^^J TEL;TYPE=voice,work:+82 11 1111 0000^^J TEL;TYPE=fax,work:+82 11 1111 0001^^J ADR;TYPE=intl,work,postal,parcel:;;0 ..
-
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] ......................................................