Skip to content
Koalakoker edited this page Aug 24, 2021 · 6 revisions

Connector is a library written in Asymptote language to generate figures of electronic schematics. LATEX and Asymptote, differently from other programs like Word or Write, are languages designed to produce documents with the best quality outputs for prints or presentations starting from a description, of the content to be produced, expressed programmatically in a source code text file and then produced in output after the compilation process. The idea behind the connector library is to provide a ready to use set of functions written in Asymptote language to draw electrical components, link them with connection (wires), decorate with labels and produce the output figure as pdf or png files to be embedded in a larger Latex document or any kind of other usage like websites, videos, presentations and so on. An example of the image generated with connector is shown in figure. The source code ThreePhaseInverter.asy to produce the figure is included in the library.

For a full documentation of the Connector library take a look at the file Info.pdf

Clone this wiki locally