This repository contains the LaTeX source for our paper "King Wen Sequence of the I-Ching as a Proto-AGI Learning Framework". You can find:
- The compiled PDF in the
paper
directory - LaTeX source files in the
paper
directory - Supporting materials and code in the
src
directory
If you use this work in your research, please cite:
@article{AugustinChan2025kingwen,
title={King Wen Sequence of the I-Ching as a Proto-AGI Learning Framework},
author={Augustin Chan},
year={2025},
publisher={Zenodo},
doi={10.5281/zenodo.14679538}
}
This project uses a modified arXiv-style LaTeX template based on the NeurIPS 2018 style. The template provides a clean, single-column format optimized for preprint submissions.
- Use document class article
- Copy arxiv.sty to your tex file's directory
- Add
\usepackage{arxiv}
after\documentclass{article}
- Required packages (included in style): geometry and fancyheader
The repository includes VSCode LaTeX Workshop settings. To build:
- Install required LaTeX packages
- Use the provided
settings.json
configuration - Build will trigger automatically on save, or:
xelatex -shell-escape paper bibtex paper xelatex -shell-escape paper xelatex -shell-escape paper
When submitting to arXiv:
- Run
latex paper && bibtex paper
- Copy contents of generated
.bbl
file into your tex file - Comment out
\bibliography{references}
- Submit the self-contained tex file
- Code: MIT License
- Paper and Documentation: Creative Commons Attribution 4.0 International License
Contributions are welcome! Please feel free to submit a Pull Request.
If you use this template or code in your work:
- Cite our paper using the BibTeX entry above
- Link back to this repository
- Check the licenses for code (MIT) and documentation (CC-BY 4.0)
This repository is archived on Zenodo for long-term preservation. You can find specific versions:
For questions or issues, please:
- Open an issue in this repository
- Contact the authors through the paper's corresponding email