From 1dadec53a7a61eae9d37ba2aabf96efea1ad0ac9 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Wed, 10 Aug 2016 02:16:02 +0200 Subject: templates: nodemcu-arduino: better symbol names. o Adding some documentation to the readme. Adding a small flow chart illustrating how the tool work with a schematic, netlist and template to generate a header file. --- doc/template-tex.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/template-tex.tex (limited to 'doc/template-tex.tex') diff --git a/doc/template-tex.tex b/doc/template-tex.tex new file mode 100644 index 0000000..5329710 --- /dev/null +++ b/doc/template-tex.tex @@ -0,0 +1,15 @@ +\documentclass{standalone} +\usepackage{tikz} +\usetikzlibrary{arrows.meta} +\usetikzlibrary{backgrounds} +\usetikzlibrary{calc} +\usetikzlibrary{fit} +\usetikzlibrary{positioning} + +\usepackage{flowchart} + +\tikzstyle{every picture}+=[font=\sffamily] + +\begin{document} +\input{\tikzfile} +\end{document} -- cgit v1.2.3