├── .gitignore ├── README.md ├── map-jpg.pdf ├── map.jpg ├── map.pdf ├── math_notation.pdf ├── math_notation.tex ├── math_notation.tmp ├── ormsv080-ck.bst ├── sample_ref.bib ├── template.pdf ├── template.tex └── template.tmp /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/README.md -------------------------------------------------------------------------------- /map-jpg.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/map-jpg.pdf -------------------------------------------------------------------------------- /map.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/map.jpg -------------------------------------------------------------------------------- /map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/map.pdf -------------------------------------------------------------------------------- /math_notation.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/math_notation.pdf -------------------------------------------------------------------------------- /math_notation.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/math_notation.tex -------------------------------------------------------------------------------- /math_notation.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/math_notation.tmp -------------------------------------------------------------------------------- /ormsv080-ck.bst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/ormsv080-ck.bst -------------------------------------------------------------------------------- /sample_ref.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/sample_ref.bib -------------------------------------------------------------------------------- /template.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/template.pdf -------------------------------------------------------------------------------- /template.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/template.tex -------------------------------------------------------------------------------- /template.tmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaist-comet/LaTeX-Paper-Guide/HEAD/template.tmp --------------------------------------------------------------------------------