Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 403927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T17:15:41+00:00 2026-05-12T17:15:41+00:00

The team I work for manages a large collection of technical documentation which is

  • 0

The team I work for manages a large collection of technical documentation which is written in LaTeX.

Currently all the documentation we have is manually built by the editors and then checked into a version control system. Sometimes people forget to compile their documents so we have a situation where the PDF and .tex files are often out of step. Unfortunately when this happens our users find themselves reading old versions of our document.

I’ve managed to hack a simple script to build PDFs using Make – it’s rather clumsy.

I was wondering if there was a better way to do it? Most people in our department use Eclipse + Pydev for a Python project which means we are all very familiar with this IDE. I know that Ant plays nicely with Eclipse, so might we be able to use this tool for our doc building?

So what’s the best way of doing this? I hope I will not have to learn everything there is to know about a new build-system in order to automate the building of some quite simple docs.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T17:15:41+00:00Added an answer on May 12, 2026 at 5:15 pm

    There is an external Ant task for LaTeX PDF generation, though the site is in German.

    To use it, download the jar to a location on your machine, then define a taskdef as follows:

    <taskdef name="latex"    classname="de.dokutransdata.antlatex.LaTeX"  
      classpath="/path/to/ant/lib/ant_latex.jar"/> 
    

    Then to use it, define a target like this:

    <target name="doLaTeX">  
      <latex  
        latexfile="${ltx2.file}"  
        verbose="on"  
        clean="on"  
        pdftex="off"  
        workingDir="${basedir}"  
      />  
    </target> 
    

    Where ltx2.file is the file to process.

    This is a link to the howto page listing the parameters. If you need any more options, my German is just about passable enough to explain, maybe.

    There is also a maven plugin for LaTeX, but I can’t find any documentation.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The team I work for manages a large collection of technical documentation which is
I work with a team that has a sharepoint site currently runnning and its
My team and me are currently working on quite a large project. We are
I feel I am approaching this all wrong. I work as part of team
Currently we are facing some problems with our Team Lead regarding work assignment hierarchy
Our development team work with Borland C++ Builder 6 and CodeGear C++ Builder 2007
I am thinking about a platform for study application (it is team work). I
Part of the development team I work with has been given the challenge of
I'm really asking this by proxy, another team at work has had a change
As we work in team today, and we use different OSes, is it possible

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.