Document Classes ⇒ Help with circ's \whatI
Help with circ's \whatI
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Help with circ's \whatI
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Help with circ's \whatI
Code: Select all
\documentclass[12pt,epic,eepic]{report}
\usepackage[basic,box,optics]{circ}
\usepackage[outside]{coordsys}
\usepackage[all]{xy}
\xyoption{arc}
\newcommand{\subscript}[1]{\ensuremath{_{\textsf{#1}}}}
\begin{document}
\begin{figure}[ht!]
\centering
\begin{circuit}2
%include a current arrow as per manual
\whatI1 {I} l %this does not work
%include a current arrow figured out by trial and error
\whatI2 {I} s r
\end{circuit}
\end{figure}
\end{document}