Fossil

Ticket Change Details
Login
Overview

Artifact ID: afe85a62d040604c933afec5074166143aa0dec8
Ticket: d9dc59f19a3eda629d5b1eac08cd92aead707d51
fossil wiki export to latex
User & Date: anonymous 2010-01-01 14:28:36
Changes

  1. comment changed to:
    I classify this feature request as important because it lay the foundation for fossil wiki as the high quality publishing documentation source.
    
    There is html2latex software in C already(See R1). Adding extra fossil wiki syntax into html2latex.c looks like feasible project/request.
    
    And in R2,following command is listed as a TODO.
    
    <pre>
    fossil wiki export -u ARTIFACT WikiName FILE
    </pre>
    
    I am hoping to see 
    
    <pre>
    fossil wiki export -u ARTIFACT -t latex WikiName FILE.latex
    </pre>
    
    
    References:
    
      *  R1: http://www.tex.ac.uk/tex-archive/support/html2latex/html2latex.c
      *  R2: http://www.fossil-scm.org/index.html/doc/tip/www/reference.wiki#setting
    
  2. foundin changed to: "5d16ca43f1"
  3. severity changed to: "Important"
  4. status changed to: "Open"
  5. title changed to: "fossil wiki export to latex"
  6. type changed to: "Feature_Request"