forked from manbo/internal-docs
Clarify and reflow several paragraphs in arxiv-style/main.tex: reference Figure~\ref{fig:design} when describing the staged generator; rename residual token from RRR to \bm{R}; replace unnumbered \caption* with numbered \caption and add labels for the type taxonomy, benchmark story, and ablation figures (fig:type_taxonomy, fig:benchmark_story, fig:ablation_impact); add a reference to Table~\ref{tab:core_metrics} and a brief commented note before the benchmark paragraph. These edits improve cross-referencing, readability, and figure numbering. Also update texput.log timestamp (texput.log).
Files layout
-
arxiv.styandtemplate.tex: The arxiv template we are using. -
equations.tex: Duplicated, contains equations in methodology section -
main.texandreferences.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.