Initial commit

This commit is contained in:
大窪 貴洋
2026-06-23 09:31:28 +09:00
commit 331f116350
26 changed files with 408 additions and 0 deletions
+75
View File
@@ -0,0 +1,75 @@
# ============================================================
# LaTeX auxiliary files
# ============================================================
*.aux
*.log
*.out
*.toc
*.lof
*.lot
*.bbl
*.blg
*.bcf
*.run.xml
*.fdb_latexmk
*.fls
*.synctex.gz
*.synctex.gz(busy)
*.xdv
*.dvi
*.ps
# Index / glossary
*.idx
*.ind
*.ilg
*.glo
*.gls
*.glg
*.ist
*.acn
*.acr
*.alg
# Beamer / misc LaTeX
*.nav
*.snm
*.vrb
# ============================================================
# Generated PDFs
# Do not ignore all *.pdf because figure PDFs should be tracked.
# ============================================================
# main.pdf
# toc.pdf
# support/support.pdf
# coverletter/coverletter.pdf
# ============================================================
# Generated bibliography files
# Keep reference.bib tracked.
# ============================================================
acs-main.bib
acs-support.bib
# ============================================================
# Temporary / backup files
# ============================================================
*.tmp
*.bak
*~
#*#
.#*
*.swp
*.swo
# latexindent
indent.log
# macOS
.DS_Store
# Editor settings
.vscode/
.idea/