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":