summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/asyfig/example/test-asyfig.tex
blob: 12034bf4f74d0d361dd84c83beb8970f48e8dbef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

%%  uncomment this to enable non-PDF mode:
%\pdfoutput=0
%%  (rememer to delete asyfig_.tex if it's previously been generated for PDF mode)

\documentclass[12pt,twocolumn]{article}
\usepackage[sc]{mathpazo}
\usepackage{asyfig}
\begin{document}
A boxed graphic:\\
\fbox{\sffamily\asyfig{frf}}\par
Note the font in the graphic follows
the current font of the document.
\end{document}