Skip to content

Small script made for generating latex code of circuits from drawn one's

Notifications You must be signed in to change notification settings

roertbb/latex-circuit-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latex-circuit-gen

Small graphical interface made to generate circuits in latex.

Usage

In order to make that working in latex download proper package from circuitikz repo (tested on version 0.8.3). Then copy circuitikz.sty into your project's directory and include it in your document:

\usepackage{circuitikzgit}

Then copy generated code in circuitikz environment:

\begin{circuitikz}
    %copy code here
\end{circuitikz}

In case you need more components or want to edit generated code, visit circuitikz lastest compiled documentation

About

Small script made for generating latex code of circuits from drawn one's

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published