phd-thesis-template icon indicating copy to clipboard operation
phd-thesis-template copied to clipboard

Pandoc: Convert LaTeX thesis to HTML

Open kks32 opened this issue 10 years ago • 2 comments

Convert LaTeX thesis to HTML

  • incorportate mathjax support
  • CSS styling
  • Possible github integration for hosting

kks32 avatar Jul 13 '14 10:07 kks32

started conversion to html: https://github.com/kks32/phd-thesis-template/commit/39d83251e4557f1fc4a2069a5594b55d42fe94a8 The file compiles yet pandoc fails several key aspects.

open issues for html conversion:

  • [X] mathjax support
    • [ ] fix align environment (currently converted to aligned for some reason)
  • [ ] fix equation references
  • [ ] fix references which are currently converted to markdown references
  • [X] bibliography references (added in shell command, working with 1 file)
  • [ ] fix figure hardlinks: figure references are not captured by graphics arguments
  • [ ] css sourcing (currently https://github.com/ryangray/buttondown)

tabias avatar Apr 01 '16 11:04 tabias

initiated conversion to markdown: https://github.com/tabias/phd-thesis-template/blob/pandoc_html/thesis.md

entire commit including md file: https://github.com/kks32/phd-thesis-template/compare/master...tabias:pandoc_html

open issues:

  • [ ] fix mathjax
  • [ ] fix figures links
  • [ ] fix references
  • [ ] fix styling to github style
  • [ ] fix bibliography

tabias avatar Apr 06 '16 09:04 tabias