Skip to content

eyeonus/cll

 
 

Repository files navigation

To make the XHTML version (ends up in a dir named html/):

  make

This takes quite a while.  To do it for just one chapter for faster
testing:

  make test="-t" chapters="chapters/5.xml"

This does the whole book but is also much faster:

  make test="-t"

There are many possible sub-targets as well, such as:

  make test="-t" pdf_web

Also, -t there makes internal links break and strips out the
glossary; -s only does the former.

Here's a list of all the make targets you care about, as of May
2012:

  all (default)
  clean
  realclean
  xhtml_web
  xhtml
  xhtml_sections_web
  xhtml_sections
  xhtml_nochunks_web
  xhtml_nochunks
  epub
  epub_web
  mobi
  mobi_web
  pdf
  pdf_web

They all have _test versions as well.

Requirements
------------

Getting this all working is actually a pretty huge undertaking;
you're almost certainly better off asking Robin Lee Powell for an
account on the appropriate server.

  General
  --------------

  xsltproc

  xmlto

  PDF Generation
  --------------

  dblatex

  xetex, with a recent version of texlive.  For Fedora, this means
  following the instructions at
  http://fedoraproject.org/wiki/Features/TeXLive to get the TeXLive
  2011-2 repo or later, then:
    
    sudo yum install texlive-xetex
    sudo yum install texlive-dejavu-fedora-fonts texlive-dejavu texlive-multirow texlive-subfigure texlive-appendix texlive-changebar texlive-overpic texlive-collection-langcjk

  MOBI / EPUB
  -----------

  ebook-convert (from the yum/rpm calibre package)

  Xvfb and xvfb-run (fake X for calibre)

About

Complete Lojban Language Chunked

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 68.9%
  • Perl 14.0%
  • Shell 11.0%
  • CSS 3.2%
  • TeX 2.9%