From 9ce6de29128223e517909d6957da51511d3631a1 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 25 Aug 2024 13:00:56 +0200 Subject: fix file naming conventions --- LICENSE | 21 +++++++++++++++++++++ README.md | 22 ++++++++++++++++++++++ license | 21 --------------------- readme.md | 22 ---------------------- 4 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 LICENSE create mode 100644 README.md delete mode 100644 license delete mode 100644 readme.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..6faf3cf --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 lonkaars + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..2b1684b --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# typst-metalogo + +Typeset LaTeX compiler logos in [typst](https://github.com/typst/typst). + +## usage + +From [./demo.typ](./demo.typ): + +```typ +#import "@preview/metalogo:1.0.2": TeX, LaTeX, XeLaTeX, XeTeX, LuaLaTeX + +#LaTeX is a typestting program based on #TeX. Some people use #XeLaTeX +(sometimes #XeTeX), or #LuaLaTeX to typeset their documents. + +People who are afraid of #LaTeX and its complex macro system may use typst +instead. +``` + +Output: + +![](./demo.svg) + diff --git a/license b/license deleted file mode 100644 index 6faf3cf..0000000 --- a/license +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 lonkaars - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/readme.md b/readme.md deleted file mode 100644 index 2b1684b..0000000 --- a/readme.md +++ /dev/null @@ -1,22 +0,0 @@ -# typst-metalogo - -Typeset LaTeX compiler logos in [typst](https://github.com/typst/typst). - -## usage - -From [./demo.typ](./demo.typ): - -```typ -#import "@preview/metalogo:1.0.2": TeX, LaTeX, XeLaTeX, XeTeX, LuaLaTeX - -#LaTeX is a typestting program based on #TeX. Some people use #XeLaTeX -(sometimes #XeTeX), or #LuaLaTeX to typeset their documents. - -People who are afraid of #LaTeX and its complex macro system may use typst -instead. -``` - -Output: - -![](./demo.svg) - -- cgit v1.2.3