-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
John Stef
committed
Sep 24, 2021
1 parent
844b367
commit ce2f1dd
Showing
2 changed files
with
12 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Flex Sensor PDF example | ||
|
||
In this example I am using groff with a custom postscript | ||
[circuitslib](https://github.com/johnstef99/circuitslib-pic) library I created | ||
to draw simple circuits with groff. You have to download it separately. I am | ||
also using grap (the `-G` flag) preprocessor to draw the graphs you see in the | ||
pdf. | ||
|
||
The [Makefile](Makefile) is very simple, it converts all jpgs to eps (filetype | ||
that groff supports) using imagemagic(`convert`) and then uses `groff` to create a | ||
postscript file that finally is passed to `ps2pdf` to generate the pdf file. |