added image in qr-code or next to name - improvements

This commit is contained in:
Marc Wäckerlin
2025-11-08 17:30:48 +01:00
parent 9c4d85528a
commit 0f802a02a8
10 changed files with 120 additions and 14 deletions
+58
View File
@@ -0,0 +1,58 @@
# LaTeX auxiliary files
*.aux
*.log
*.out
*.toc
*.synctex.gz
*.fdb_latexmk
*.fls
*.xdv
*.nav
*.snm
*.vrb
# Build directories
.texpadtmp/
*.d/
# Generated PDFs (comment out if you want to track them)
# *.pdf
# Autotools
/autom4te.cache/
/aclocal.m4
/compile
/config.guess
/config.h.in
/config.sub
/configure
/depcomp
/install-sh
/ltmain.sh
/missing
/texmf-dist/
*.tar.gz
*.tar.bz2
*.tar.xz
# Autoconf generated files
/config.status
/config.log
Makefile
makefile
makefile.in
/examples/makefile
/examples/makefile.in
/screenshots/makefile
/screenshots/makefile.in
# Backup files
*~
*.bak
*.swp
*.swo
\#*\#
# OS specific
.DS_Store
Thumbs.db