asciidoctor-latex icon indicating copy to clipboard operation
asciidoctor-latex copied to clipboard

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

Open zaxebo1 opened this issue 9 years ago • 2 comments

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

zaxebo1 avatar Jul 13 '15 07:07 zaxebo1

I will look into this.

jxxcarlson avatar Jul 20 '15 18:07 jxxcarlson

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

zaxebo1 avatar Jul 20 '15 23:07 zaxebo1