From d21d436814e9605cf2a942b709f957695298dc70 Mon Sep 17 00:00:00 2001 From: Musa Al-hassy Date: Mon, 6 Jul 2020 11:40:45 -0400 Subject: [PATCH] Minor cleanup --- README.md | 11 +++++------ README.org | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 523ad77..37fd048 100644 --- a/README.md +++ b/README.md @@ -76,13 +76,15 @@ Note: The [Goudy Initalen](https://www.tug.org/FontCatalogue/goudyinitialen/) fo Note: The extension given to `:file` does not matter, only the base name is used -and a `.png` is produced. +and a `.png` is produced. As such, extensions are completely optional (and +discarded when provided). # Screenshot 3: Fine-grained Size Control -You can get fine grained control of the size of the resulting PNG by using -LaTeX's [picture](https://en.wikibooks.org/wiki/LaTeX/Picture) [environment](https://www.overleaf.com/learn/latex/picture_environment). +Instead of using `:resolution` as in the previous screenshot, you can get fine +grained control of the size of the resulting PNG by using LaTeX's [picture](https://en.wikibooks.org/wiki/LaTeX/Picture) +[environment](https://www.overleaf.com/learn/latex/picture_environment).
@@ -113,9 +115,6 @@ LaTeX's [picture](https://en.wikibooks.org/wiki/LaTeX/Picture) [environment](htt # Screenshot 4: *Local* LaTeX Header Matter -You can get fine grained control of the size of the resulting PNG by using -LaTeX's [picture](https://en.wikibooks.org/wiki/LaTeX/Picture) [environment](https://www.overleaf.com/learn/latex/picture_environment). - You can add arbitrary LaTeX header matter —i.e., the stuff before LaTeX's `\begin{document}`— by using having a line with just “ `% in` ” to separate the header from the main PNG body. diff --git a/README.org b/README.org index 80892aa..8c0e37d 100644 --- a/README.org +++ b/README.org @@ -91,14 +91,16 @@ Note: The [[https://www.tug.org/FontCatalogue/goudyinitialen/][Goudy Initalen]] Note: The extension given to =:file= does not matter, only the base name is used -and a =.png= is produced. +and a =.png= is produced. As such, extensions are completely optional (and +discarded when provided). * Screenshot 3: Fine-grained Size Control :PROPERTIES: :CUSTOM_ID: Screenshot-3-Fine-grained-Size-Control :END: -You can get fine grained control of the size of the resulting PNG by using -LaTeX's [[https://en.wikibooks.org/wiki/LaTeX/Picture][picture]] [[https://www.overleaf.com/learn/latex/picture_environment][environment]]. +Instead of using =:resolution= as in the previous screenshot, you can get fine +grained control of the size of the resulting PNG by using LaTeX's [[https://en.wikibooks.org/wiki/LaTeX/Picture][picture]] +[[https://www.overleaf.com/learn/latex/picture_environment][environment]]. #+html:
[[file:using-picture-enviornment_with_source.png]] @@ -129,9 +131,6 @@ LaTeX's [[https://en.wikibooks.org/wiki/LaTeX/Picture][picture]] [[https://www.o :CUSTOM_ID: Screenshot-4-Local-LaTeX-Header-Matter :END: -You can get fine grained control of the size of the resulting PNG by using -LaTeX's [[https://en.wikibooks.org/wiki/LaTeX/Picture][picture]] [[https://www.overleaf.com/learn/latex/picture_environment][environment]]. - You can add arbitrary LaTeX header matter ---i.e., the stuff before LaTeX's =\begin{document}=--- by using having a line with just “ =% in= ” to separate the header from the main PNG body.