From 65a4baa17b439e1bdf42b6c0150a52e032562bb5 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 18 Jan 2018 10:28:49 +0100 Subject: Move to version control --- doc/figures/reduced-circ.tikz | 25 +++++++++++++++++++++++++ doc/figures/texput.log | 21 +++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 doc/figures/reduced-circ.tikz create mode 100644 doc/figures/texput.log (limited to 'doc/figures') diff --git a/doc/figures/reduced-circ.tikz b/doc/figures/reduced-circ.tikz new file mode 100644 index 0000000..0373faa --- /dev/null +++ b/doc/figures/reduced-circ.tikz @@ -0,0 +1,25 @@ +\begin{tikzpicture}[scale=1, every node/.style={transform shape}] + % piezo + \draw (0,0) node[rground] {} + to[piezoelectric, l=$X$] (0,2) to (2,2) + to[R, l=$R_x$, *-] (2,0) node[rground] {}; + + % diodes + \draw (2,2) to[R,l=$R$, -*] (5,2); + \draw (5,0) node[rground] {} + to[sDo, l_=$D_2$] (5,2) + to[sDo, l_=$D_1$] (5,4) + node[vcc] {$V_{cc}$}; + \draw (5,2) to[short, -o] (6,2) + node[right] {$V_o$}; + + % opamp + \iffalse + \draw (9,2.5) node[op amp] (comp) {}; + \draw (comp.-) to ++(0, 0.5) node[vcc] {$V_{ref}$}; + + \draw (comp.+) to[R, l=$R_A$] ($(comp.+) + (-2.5, 0)$) -| (5,2); + \draw (comp.+) |- (8,0) to[R, l=$R_F$] ++(2,0) -| (comp.out) + to[short, -o] ++(1,0) node[right] {$V_o$}; + \fi +\end{tikzpicture} \ No newline at end of file diff --git a/doc/figures/texput.log b/doc/figures/texput.log new file mode 100644 index 0000000..d8577d4 --- /dev/null +++ b/doc/figures/texput.log @@ -0,0 +1,21 @@ +This is XeTeX, Version 3.14159265-2.6-0.99998 (TeX Live 2017/W32TeX) (preloaded format=xelatex 2017.12.21) 22 DEC 2017 12:06 +entering extended mode + \write18 enabled. + %&-line parsing enabled. +**reduced-circ.tex + +! Emergency stop. +<*> reduced-circ.tex + +*** (job aborted, file error in nonstop mode) + + +Here is how much of TeX's memory you used: + 2 strings out of 493010 + 22 string characters out of 6138023 + 61747 words of memory out of 5000000 + 4072 multiletter control sequences out of 15000+600000 + 3640 words of font info for 14 fonts, out of 8000000 for 9000 + 1348 hyphenation exceptions out of 8191 + 0i,0n,0p,1b,6s stack positions out of 5000i,500n,10000p,200000b,80000s +No pages of output. -- cgit v1.2.1