Skip to content

Commit 7778746

Browse files
committed
Use PNG image for README
1 parent 8d0a991 commit 7778746

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Logo of the variPEPS library with a triangular-PEPS norm as picture and "variPEPS -- Variational PEPS Library" as text right of it](/docs/source/images/logo.svg)
1+
![Logo of the variPEPS library with a triangular-PEPS norm as picture and "variPEPS -- Variational PEPS Library" as text right of it](/docs/source/images/logo.png)
22

33
# variPEPS -- Versatile tensor network library for variational ground state simulations in two spatial dimensions.
44

docs/source/images/Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,17 @@ SVGS := $(SRCS:%.tex=%.svg)
77
AUXS := $(SRCS:%.tex=%.aux)
88
TEXLOGS := $(SRCS:%.tex=%.log)
99

10-
all: ${PDFS} ${SVGS}
10+
all: ${PDFS} ${SVGS} logo.png
1111

1212
%.pdf: %.tex
1313
pdflatex "$<"
1414

1515
%.svg: %.pdf
1616
inkscape --pdf-poppler "$<" -o "$@"
1717

18+
%.png: %.pdf
19+
inkscape --pdf-poppler "$<" -b FFFFFF --export-dpi=150 --export-png="$@"
20+
1821
texauxclean:
1922
rm -f ${AUXS}
2023
rm -f ${TEXLOGS}

docs/source/images/logo.png

18.4 KB
Loading

0 commit comments

Comments
 (0)