File: tsttikz.tex

package info (click to toggle)
circuit-macros 10.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,532 kB
  • sloc: makefile: 909; sh: 49
file content (19 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass[11pt]{standalone}
% Custimize your packages here:
\usepackage{graphicx}
%\usepackage{pstricks,pst-slpe,pst-grad}
\usepackage{tikz}
\usepackage{boxdims}
\usepackage{upgreek}
\usepackage{siunitx}
\usepackage{amssymb}
\usepackage{geometry}
% for Heathkit.m4:
\geometry{paperwidth=15in,paperheight=14in,margin=1in}
\newbox\graph
\pagestyle{empty}
\thispagestyle{empty}
%
\begin{document}
  \noindent\vspace{2ex}\input{test.tex}\box\graph
\end{document}