asciidoctor / asciidoctor-latex

:triangular_ruler: Add LaTeX features to AsciiDoc & convert AsciiDoc to LaTeX
http://asciidoctor.org
Other
112 stars 26 forks source link

.cls file based latex styles for standard research publications support in asciidoctor-latex, just like doconce? #38

Open zaxebo1 opened 9 years ago

zaxebo1 commented 9 years ago

doconce= https://github.com/hplgit/doconce (superset of markdown)

'doconce latex output' - supports "latex styles", such that i can give command

     doconce format pdflatex mydoc --latex_style=elsevier

then it will format mydoc.do.txt to tex with latex style "elsevier.cls" and use pdflatex to produce pdf

doconce also supports following types of latex styles, which are useful to produce research papers

--latex_style=std, Springer_lncse, Springer_llncs, Springer_lnup, Springer_T2, siamltex, siamltexmm, elsevier

( reference see= http://hplgit.github.io/doconce/doc/pub/manual/html/manual.html#latex ) that is, we can easily write springer journals ,elsevier journal etc research papers using doconce format.

whether asciidoctor-latex supports latex styles/.cls for producing research papers?? Whether we will have to tinker with the produced .tex files, or there is any syntax in asciidoctor-latex for this? I searched in online manual ( https://vschool.s3.amazonaws.com/manuscripts/389.html#_design_of_the_html_backend ), but could not find any.

Probably this needs to be kept in roadmap for future.


references = elsarticle latex style class (from elsevier): http://www.elsevier.com/authors/author-schemas/latex-instructions#elsarticle

springer latex style class: https://www.sharelatex.com/templates/journals/svjour3-%28springer-journals%29

https://www.springer.com/gp/authors-editors/book-authors-editors/manuscript-preparation/5636 -> and then click "LaTeX template" section

jxxcarlson commented 9 years ago

I will look into this.

zaxebo1 commented 9 years ago

Thanks a lot, for accepting this into roadmap :relieved: