texlive-circuit-macros 2024.2
M4 macros for electric circuit diagrams
This package provides a set of m4 macros for drawing high-quality electric circuits containing fundamental elements, amplifiers, transistors, and basic logic gates to include in TeX, LaTeX, or similar documents. Some tools and examples for other types of diagrams are also included. The macros can be evaluated to drawing commands in the pic
language, which contains elements of a simple programming language, and is well-suited to line drawings requiring parametric or conditional components, fine tuning, significant geometric calculations or repetition, or that are naturally block structured or tree structured. Alternative output macros can create TeX output to be read by PSTricks, TikZ commands for use by the PGF bundle, or SVG.
- Outputs:
doc
,out
- Website: https://ctan.org/pkg/circuit-macros
- Licenses: LPPL 1.3c
- Package source: gnu/packages/tex.scm
- Builds: See build status
- Issues: See known issues
Installation
Install texlive-circuit-macros 2024.2
as follows:
guix install texlive-circuit-macros@2024.2
Or install the latest version:
guix install texlive-circuit-macros
The texlive-circuit-macros
package provides more outputs besides the default (out
). You can install them by appending :output-name
to the package specification. For example:
guix install texlive-circuit-macros:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.