File size: 734 Bytes
ae419ed | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | # 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.
|