LaTeX functions for printing circuits. More...
Classes | |
| class | create_image_settings |
| Generic class for the create_image function (Template Design Pattern) More... | |
| class | create_pstricks_settings |
| Implementation of create_image_settings for generating LaTeX code using PsTricks. More... | |
| class | create_tikz_settings |
| Implementation of create_image_settings for generating LaTeX code using TikZ. More... | |
Namespaces | |
| namespace | revkit |
| Main namespace. | |
Functions | |
| void | create_image (std::ostream &os, const circuit &circ, create_image_settings &settings) |
Create image from circuit circ and write it to os. More... | |
| void | create_image (const std::string &filename, const circuit &circ, create_image_settings &settings) |
| Wrapper for create_image to save to a file. More... | |
LaTeX functions for printing circuits.
1.8.3.1