8000 GitHub - roland-ewald/sessl-latexdocs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 9, 2020. It is now read-only.

roland-ewald/sessl-latexdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SESSL utilities: Scaladocs Generator for LaTeX

Outdated, see http://sessl.org

Tested with:

How to Use

After compilation with mvn test-compile, execute from command line:

scala -classpath "[CLASSPATH]" scala.tools.nsc.ScalaDoc -d someFolder -doc-generator sessl.utils.doclet.LatexGenerator path/to/File1.scala path/to/File2.scala ...

You can create your local CLASSPATH with mvn dependency:build-classpath (there are probably nicer ways to execute this).

Make sure the Scala compiler jar is also on the classpath, and that 'someFolder' already exists.

License: Apache 2.0

How to Change

The LaTeX file is generated with Freemarker (http://freemarker.org), from the default template at src/main/resources/basic_template.tex.fm.

You can use your own template by setting the property sessl.utils.doclet.template.

Most of the Latex generation is handled in src/main/scala/sessl/utils/doclet/LatexConverter.scala.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0