C-V/Makefile
Stephan I. Böttcher 9876198e27 New project C-V
describing the measurement of detector capacitance versus bias voltage
in a TeX document.

A test harness was build and used for C'E4 LND.  A test procedure is
included.  `maxima` is used to analyse the circuit and formulas for the
capacitance are derived.
2023-05-03 22:27:02 +02:00

18 lines
203 B
Makefile

PSTOPS=pstops
PDF2PS=pdf2ps
PS2PDF=ps2pdf14 -dEPSCrop
PDFLATEX=pdflatex
PS2EPS=ps2eps
%.pdf: %.eps
$(PS2PDF) $< $@
%.eps: %.ps
$(PS2EPS) $< >$@
%.ps: %_a4.pdf
$(PDF2PS) $< $@
clean:
rm -f *.eps