Skip to content

Commit

Permalink
Merge pull request #1321 from katesalazar/202205132020
Browse files Browse the repository at this point in the history
BIP 0174: bring back transparent background to figures
  • Loading branch information
murchandamus committed Apr 26, 2024
2 parents e641025 + 3248581 commit 156f066
Show file tree
Hide file tree
Showing 6 changed files with 3,612 additions and 851 deletions.
6 changes: 6 additions & 0 deletions .gitignore
@@ -0,0 +1,6 @@
bip-0174/coinjoin-workflow.aux
bip-0174/coinjoin-workflow.log
bip-0174/coinjoin-workflow.pdf
bip-0174/multisig-workflow.aux
bip-0174/multisig-workflow.log
bip-0174/multisig-workflow.pdf
9 changes: 9 additions & 0 deletions bip-0174/build.sh
@@ -0,0 +1,9 @@
#!/bin/bash

pdflatex -output-format=pdf coinjoin-workflow.tex && \
inkscape --with-gui --export-text-to-path \
--export-plain-svg=coinjoin-workflow.svg coinjoin-workflow.pdf && \
pdflatex -output-format=pdf multisig-workflow.tex && \
inkscape --with-gui --export-text-to-path \
--export-plain-svg=multisig-workflow.svg multisig-workflow.pdf && \
echo '"success"'

0 comments on commit 156f066

Please sign in to comment.