Files
internal-docs/arxiv-style
Markyan04 22be1aba74 Polish paper text, add refs and remove template
Edit arxiv-style/main.tex for clarity and wording (abstract and methodology), remove stray template comments and minor copy edits; append several bibliography entries to arxiv-style/references.bib; delete the unused arxiv-style/template.tex file; add texput.log (LaTeX compilation output). Primarily editorial and bibliography updates plus cleanup of the template artifact.
2026-04-14 14:41:51 +08:00
..
2026-02-01 11:44:24 +08:00
2026-02-06 15:51:07 +08:00
2026-02-05 17:06:27 +08:00

Files layout

  • arxiv.sty and template.tex: The arxiv template we are using.

  • equations.tex: Duplicated, contains equations in methodology section

  • main.tex and references.bib:This prints out our paper, currently using arxiv template. Note that references are template independent.

How to compile

It's recommanded to use MiKTeX as compiler on windows.

To compile latex into pdf, follow these steps:

pdflatex ./main.tex

# Build reference DB, run once unless references.bib updated
bibtex main

# Always running compiling command twice
pdflatex ./main.tex
pdflatex ./main.tex

Troubleshooting

If you encounter warnings during the compiling process, simply press Enter.

If you find the reference in pdf is like [??], compile twice.