Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

arlatex

arlatex -V (return code: 255)

arlatex 1.03
arlatex --help (return code: 0)

Usage:
    arlatex [--outfile=*filename*.tex] --document=*filename*.tex *filename*
    ...

    arlatex --version

   
 arlatex --help

Options:
    --version
        Output the arlatex script's version number.

    --help
        Output brief arlatex usage information.

    --document=*.tex file*
        Specify the master document. The output from arlatex is this file
        with all of the other files named on the command line prepended to
        it. Note that "--document" is a *mandatory* parameter; arlatex will
        abort with an error message if "--document" is not specified.

    --outfile=*.tex file*
        Specify the output file. The output file looks just like the master
        document, but with a number of "filecontents*" environments
        preceding the "\documentclass" line. If "--outfile" is not
        specified, output will be written to the standard output device.

Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction