Moved l4.svg to l4logo.svg
This commit is contained in:
parent
3956118fdd
commit
7b050bcc9a
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -11,3 +11,5 @@
|
|||
*.log
|
||||
*.out
|
||||
*.sty
|
||||
*.png
|
||||
*.idx
|
||||
|
|
5
Makefile
5
Makefile
|
@ -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
11
README.md
Normal 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.
|
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 3.8 KiB |
Loading…
Reference in a new issue