Moved l4.svg to l4logo.svg

This commit is contained in:
Louis Burke 2025-05-10 17:23:08 -04:00
parent 3956118fdd
commit 7b050bcc9a
4 changed files with 17 additions and 1 deletions

2
.gitignore vendored
View file

@ -11,3 +11,5 @@
*.log
*.out
*.sty
*.png
*.idx

View file

@ -4,8 +4,11 @@ PWD = $(shell pwd)
VERS = $(shell ltxfileinfo -v $(NAME).dtx|sed -e 's/^v//')
LOCAL = $(shell kpsewhich --var-value TEXMFLOCAL)
UTREE = $(shell kpsewhich --var-value TEXMFHOME)
all: $(NAME).pdf
all: $(NAME).pdf $(NAME).png
test -e README.txt && mv README.txt README || exit 0
$(NAME).png: $(NAME).svg
inkscape -w 1024 -h 1024 $(NAME).svg -o $(NAME).png
magick xc:\#3057E1 $(NAME).png -gravity Center -geometry 1024x1024 -composite $(NAME).png
$(NAME).dtx: $(NAME).pre
./pre2dtx.awk < $(NAME).pre > $(NAME).dtx
$(NAME).pdf: $(NAME).dtx

11
README.md Normal file
View file

@ -0,0 +1,11 @@
|
-------:| -----------------------------------------------------------------
l4logo:| L4 Logo
Author:| Louis A. Burke
E-mail:| lburke@labprogramming.net
License:| Released under the LaTeX Project Public License v1.3c or later
See:| http://www.latex-project.org/lppl.txt
Short description:
This package is used to render the L4 logo as a tikz picture. It was created by
modifying the output of svg2tikz.

View file

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB