Skip to content

Commit

Permalink
2024-July-13
Browse files Browse the repository at this point in the history
  • Loading branch information
justineuro committed Jul 13, 2024
1 parent f6e3b6a commit 9d99dad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions HOWTO
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,13 @@
# also corresponding *pdf_tex files using inkscape

abcm2ps -v -O= haydnGF-easy-minuet.abc
inkscape -D -z --file=haydnGF-easy-minuet001.svg --export-pdf=haydnGF-easy-minuet001.pdf --export-latex
inkscape -D -z --file=haydnGF-easy-minuet002.svg --export-pdf=haydnGF-easy-minuet002.pdf --export-latex
inkscape -D -z --file=haydnGF-easy-minuet003.svg --export-pdf=haydnGF-easy-minuet003.pdf --export-latex
inkscape --export-filename=haydnGF-easy-minuet001.pdf --export-area-drawing --export-latex haydnGF-easy-minuet001.svg
inkscape --export-filename=haydnGF-easy-minuet002.pdf --export-area-drawing --export-latex haydnGF-easy-minuet002.svg
inkscape --export-filename=haydnGF-easy-minuet003.pdf --export-area-drawing --export-latex haydnGF-easy-minuet003.svg

abcm2ps -v -O= haydnGF-easy-trio.abc
inkscape -D -z --file=haydnGF-easy-trio001.svg --export-pdf=haydnGF-easy-trio001.pdf --export-latex
inkscape -D -z --file=haydnGF-easy-trio002.svg --export-pdf=haydnGF-easy-trio002.pdf --export-latex
inkscape --export-filename=haydnGF-easy-trio001.pdf --export-area-drawing --export-latex haydnGF-easy-trio001.svg
inkscape --export-filename=haydnGF-easy-trio002.pdf --export-area-drawing --export-latex haydnGF-easy-trio002.svg

## add escapes for "_"'s (12x); and \url{---}for URL; change to scriptsize

Expand Down
2 changes: 1 addition & 1 deletion mdgEntriesSVG2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ i=0
while read ifile;
do
i=`expr $i + 1`
inkscape -D -z --file=$ifile --export-pdf=${ifile/.svg/}.pdf --export-latex
inkscape --export-filename=${ifile/.svg/}.pdf --export-area-drawing --export-latex $ifile
echo -e "file $i: converted $ifile to \n\t ${ifile/.svg/}.pdf, \n\t ${ifile/.svg/}.pdf_tex"
ifileA=${ifile/.svg/}
ifileB=${ifileA/gfmt-/}
Expand Down

0 comments on commit 9d99dad

Please sign in to comment.