From 25cd4bc61d8beadcc9bba12be20ad3eea14dc4f8 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Mon, 30 Apr 2018 19:17:28 -0600 Subject: [PATCH] Add .gitignore, mostly for LaTeX. Cleanup svg README --- .gitignore | 23 +++++++++++++++++++++++ svg/README.md | 6 +++--- 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..664e5cd --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +*~ +*.aux +*.bbl +*.blg +*.fdb_latexmk +*.fls +.fuse_hidden* +*.glo +*.gls +*.idx +*.ilg +*.ind +.~lock.*# +*.lof +*.log +*.lol +_minted-* +*.old +*.out +*.pyg +*.swp +*.toc +*.xdv diff --git a/svg/README.md b/svg/README.md index 3734302..d51f87a 100644 --- a/svg/README.md +++ b/svg/README.md @@ -1,18 +1,18 @@ # font-as-font -Contains all the SVG files with font(text) as "font" object. +Contains all the SVG files with font (text) as "font" object. Works perfect for Inkscape and Ideal and best for editing in inkscape. # font-as-path -Contains all the SVG files with font(text) as "Path" object. +Contains all the SVG files with font (text) as "Path" object. Works perfect for Inkscape and all the third party software but text cannot be edit. # font-as-text -Contains all the SVG files with font(text) as "text" object. +Contains all the SVG files with font (text) as "text" object. Works perfect for Inkscape and the third party software. But it may have some limitations. For reference see section 13, "Flowed text doesn't show up in exported file":