diff options
Diffstat (limited to 'Master/texmf-doc/doc/german/latex-tipps-und-tricks/psfrag2.tex')
-rw-r--r-- | Master/texmf-doc/doc/german/latex-tipps-und-tricks/psfrag2.tex | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Master/texmf-doc/doc/german/latex-tipps-und-tricks/psfrag2.tex b/Master/texmf-doc/doc/german/latex-tipps-und-tricks/psfrag2.tex deleted file mode 100644 index ef7d68c55d6..00000000000 --- a/Master/texmf-doc/doc/german/latex-tipps-und-tricks/psfrag2.tex +++ /dev/null @@ -1,18 +0,0 @@ -\documentclass[a4paper,12pt]{report} -\usepackage{psfrag,graphicx} -\begin{document} - -\begin{figure} -\includegraphics[width=.5\textwidth,angle=-90]{gamma.eps} -\hfil -\psfrag{rh113}[Bl][Bl][1.0][90] - {\tiny $^{113}_{45}$Rh} -\psfrag{ru113}[Bl][Bl][1.0][90] - {\tiny $^{113}_{44}$Ru} -\psfrag{ener}[t][]{$\gamma$-Energie [keV]} -\psfrag{cnt}[t][]{counts} -\psfragscanon -\includegraphics[width=.5\textwidth,angle=-90]{gamma.eps} -\end{figure} - -\end{document} |