Skip to content

Instantly share code, notes, and snippets.

@jeanthom
Created March 7, 2021 10:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeanthom/df1c3944e0c097d0e4d04e9ef7a080cc to your computer and use it in GitHub Desktop.
Save jeanthom/df1c3944e0c097d0e4d04e9ef7a080cc to your computer and use it in GitHub Desktop.
KiCad recipe: schematic to LaTeX

KiCad recipe: schematic to LaTeX

  1. Open your schematic, and export it to PostScript (we'll call it myschem.ps)
  2. Install ps2eps and run the following command: ps2eps -R + myschem.ps
  3. Include the newly created eps file into your LaTeX document using includegraphics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment