Graphics, Figures & TablesSymbol Style in Circuits

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
ghuczek
Posts: 23
Joined: Sun Dec 23, 2012 8:09 pm

Symbol Style in Circuits

Post by ghuczek »

Can anyone suggest how I can change or modify symbols in circuitikz? I want to use ammeter and voltmeter symbols without the arrow and stroke through them, and a symbol for a bulb that looks different from the symbol of a lamp?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

shadgrind
Posts: 140
Joined: Thu Jul 16, 2009 12:39 am

Symbol Style in Circuits

Post by shadgrind »

For the voltmeter you could do this.

Code: Select all

\usepackage[american voltages]{circuitikz}
System: TeX Live 2012, Fedora 18 x86_64, GNU Emacs 24.2
Post Reply