| # Paper draft | |
| This folder contains an anonymous Springer LNCS-style draft. | |
| Files: | |
| - `main.tex`: anonymous paper draft. | |
| - `references.bib`: bibliography source kept for reference. | |
| The manuscript intentionally does not include author names, affiliations, email addresses, or acknowledgments to satisfy double-blind review. | |
| Compile with the official Springer LNCS/Proceedings LaTeX package linked from the ICTA submission page. The submitted manuscript uses an inline `thebibliography` block so references remain numbered in citation order: | |
| ```bash | |
| pdflatex main | |
| pdflatex main | |
| ``` | |
| If `llncs.cls` is missing locally, download the official Springer proceedings LaTeX package and place it in this directory or in the TeX search path. | |