Main > Free Download Search >

Free latex software for linux

latex

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 157
LaTeXDB 0.3

LaTeXDB 0.3


LaTeXDB brings together LaTeX and a MySQL database. more>>
LaTeXDB project brings together LaTeX and a MySQL database. You can use SQL queries in your LaTeX document and loop over the result sets creating tables, serial letters, and other stuff.
LaTeXDB is pretty simple to use, there are only three new commands to extend your LaTeX files: With them you define a database connection, create queries and access the result sets.
You include commands such as
texdbconnection{DBType,host,user,passwd,db}
to setup a database connection,
texdbdef{##query}{select var1,var2,... from table where...}{##VAR1,##VAR2,...}
to define a query, and
texdbfor{##query}{... some LaTeX stuff with ##VAR1, ...}
to use the results in your LaTeX code.
Installation:
This is easy too: Grab the archive, unpack it, and run install as root, or for minimum functionality copy latexdb, latexdb.py and latexdb-preparse.py from the code directory to /usr/local/bin or some other directory that can be found in $PATH. Only put them in the same directory, because latexdb expects latexdb.py and latexdb-preparse.py in its own directory.
Enhancements:
- A bug within the preparser that caused latexdb to break in texdbfor loops with too big arguments was fixed (contributed by Francois Meyer)
- New script pdflatexdb which is the same as latexdb but calls pdflatex instead of latex, so it generates PDF, not DVI files (user request)
<<less
Download (0.030MB)
Added: 2006-04-27 License: GPL (GNU General Public License) Price:
1276 downloads
HTMLatex 1.3

HTMLatex 1.3


HTMLatex does on-the-fly rendering of LaTeX source to HTML documents. more>>
HTMLatex is a mod_python application that uses memcached to reduce the massive overhead of repeatedly rendering the same equation. It has an option to sanitize the latex source removing any potentially dangerous code. Currently it is only tested on Apache 2 + mod_python with python 2.3 and py-memcached-1.2. It is fairly generous about the HTML and latex it accepts.
Im unsure if this will work on Windows as I paid zero attention to interoperability.
HTMLatex has two main goals: first, I wanted to avoid preprocessing; I wanted to be able to type the raw latex into an HTML document and be finished. Second, I wanted the HTML/Latex file to remain untouched.
There is one option: DEBUG. If DEBUG is set, the intermediate files are maintained on disk in /tmp/htmlatex -- this is the only method available for helping to troubleshoot latex errors. Oddly enough, performance should theoretically *increase* if debug mode is on as it doesnt require repeated filesystem access to delete files.
There used to be another option: SANITIZE, which checked the latex source for dangerous code and replaces it with a sanitized graphic. I decidd that giving people the option to auto-render latex code over the web that could do arbitrary things to their PC was a bad idea.
All latex code is sanitized now. If you want to turn it off, just comment out all of the _sanitize() calls in Equation._translateToTex().
Enhancements:
- Internet Explorer users can now see the rendered equations.
- Memcached is no longer used. Instead, images are served from the filesystem.
<<less
Download (0.038MB)
Added: 2006-04-17 License: GPL (GNU General Public License) Price:
1286 downloads
HTML::Latex 1.1

HTML::Latex 1.1


HTML::Latex is a Perl module that creates a Latex file from an HTML file. more>>
HTML::Latex is a Perl module that creates a Latex file from an HTML file.

SYNOPSIS

use HTML::Latex

my $parser = new HTML::Latex($conffile);
$parser->set_option(%options);
$parser->add_package(@packages);
$parser->ban_tag(@banned);
$parser->set_log($logfile);

# Option 1:
foreach my $uri (@ARGV) {
my ($htmlfile,$latexfile) = $parser->html2latex($uri);
}

# Option 2:
foreach my $uri (@ARGV) {
my $in = IO::File->new("< $uri");
my $out = IO::File->new("> $uri.tex");
$parser->html2latex($in,$out);
}

# Option 3:
my $html_string = join("n",);
my $tex_string = $parser->parse_string($html_string,1);

# Option 4:
my $html_string = join("",@ARGV);
my $tex_string = $parser->parse_string($html_string);
print $tex_string;

This class is used to create a text file in Latex format from a file in HTML format. Use the class as follows:

1. Create a new HTML::Latex object.
2. Override any options using set_option(), add_package(), ban_tag(), or set_log().
3. Run html2latex() on a file or URL.
4. Do whatever you want with the filename that was returned.

<<less
Download (0.047MB)
Added: 2006-09-21 License: Perl Artistic License Price:
1133 downloads
Gaim-LaTeX 0.4

Gaim-LaTeX 0.4


Gaim-LaTeX is a plugin which translate LaTeX code into image in your IM conversation. more>>
Gaim-LaTeX is a plugin which translate LaTeX code into image in your IM conversation.

Gaim-LaTeX is a small gaim plugin which allow you to insert LaTeX formulas into im conversations.

You just have to put your code between $$ ... $$. For example, the following works :

"Hi John, do you think that the solution of $$ x^2 + 7 $$ is $$ pm sqrt{7} $$"
will affich the sentence with the two math part of it compiled by LaTeX.

<<less
Download (0.013MB)
Added: 2006-05-28 License: GPL (GNU General Public License) Price:
711 downloads
Pod::LaTeX 0.58

Pod::LaTeX 0.58


Pod::LaTeX is a Perl module to convert Pod data to formatted Latex. more>>
Pod::LaTeX is a Perl module to convert Pod data to formatted Latex.

SYNOPSIS

use Pod::LaTeX;
my $parser = Pod::LaTeX->new ( );

$parser->parse_from_filehandle;

$parser->parse_from_file (file.pod, file.tex);

Pod::LaTeX is a module to convert documentation in the Pod format into Latex. The pod2latex command uses this module for translation.

Pod::LaTeX is a derived class from Pod::Select.

<<less
Download (0.026MB)
Added: 2006-08-14 License: Perl Artistic License Price:
1166 downloads
Tomboy-LaTeX 0.3

Tomboy-LaTeX 0.3


Tomboy-LaTeX provides a LaTeX math plugin for Tomboy. more>>
Tomboy-LaTeX provides a LaTeX math plugin for Tomboy.

Tomboy-LaTeX is a plugin for the desktop note-taking application Tomboy. It automatically converts LaTeX math code enclosed in [...] into inline images. Clicking on the image reveals the markup again.

<<less
Download (0.063MB)
Added: 2007-04-06 License: LGPL (GNU Lesser General Public License) Price:
931 downloads
preview-latex 0.9.1

preview-latex 0.9.1


preview-latex displays inline previews of various stuff in Emacs LaTeX buffers. more>>
The purpose of the preview-latex package is to embed LaTeX environments such as display math or figures into Emacs source buffers. By mouse clicking, you can open the original text.

After editing, another click will just run the region in question through LaTeX and redisplay the new results. It requires version 21.1 or higher of Emacs or XEmacs and AUCTeX.

WYSIWYG (what you see is what you get) sometimes is considered all the rage, sometimes frowned upon. Do we really want it? Wrong question. The right question is what we want from it. Except when finetuning the layout, we dont want to use printer fonts for on-screen text editing.

The low resolution and contrast of a computer screen render all but the coarsest printer fonts (those for low-quality newsprint) unappealing, and the margins and pagination of the print are not wanted on the screen, either.

On the other hand, more complex visual compositions like math formulas and tables cant easily be taken in when seen only in the source. preview-latex strikes a balance: it only uses graphic renditions of the output for certain, configurable constructs, does this only when told, and then right in the source code.

Switching back and forth between the source and preview is easy and natural and can be done for each image independently. Behind the scenes of preview-latex, a sophisticated framework of other programs like `dvipng, Dvips and GhostScript are employed together with a special LaTeX style file for extracting the material of interest in the background and providing fast interactive response.
<<less
Download (0.25MB)
Added: 2005-04-03 License: GPL (GNU General Public License) Price:
1666 downloads
LaTeX Service 0.1

LaTeX Service 0.1


LaTeX Service project is a small service which converts LaTeX into an image. more>>
LaTeX Service project is a small service which converts LaTeX into an image.
It returns a LaTeX rendering of selected text as a TIFF image.
Enhancements:
- Many things could be improved, its just a 0.1 release... but it works
<<less
Download (0.009MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1101 downloads
LaTeX::Table 0.0.1

LaTeX::Table 0.0.1


LaTeX::Table is a Perl module that provides functionality for an intuitive generation of LaTeX tables for reports or theses. more>>
LaTeX::Table is a Perl module that provides functionality for an intuitive generation of LaTeX tables for reports or theses.

LaTeX::Table ships with some predefined, good-looking table styles, and supports multipage tables via the xtab package.

Installation:

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

Alternatively, to install with Module::Build, you can use the following
commands:

perl Build.PL
./Build
./Build test
./Build install

Now start the script generate_examples.pl in the examples directory of this
distibution.

perl generate_examples.pl

This script generates some LaTeX files with some example tables. Now please compile these examples with LaTeX and check if all tables look ok:

latex examples.tex
xdvi examples.dvi
<<less
Download (0.010MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1164 downloads
IDX-DocBook2LaTeX 1.1.0

IDX-DocBook2LaTeX 1.1.0


IDX-DocBook2LaTeX is a LaTeX stylesheet for DocBook XML. more>>
IDX-DocBook2LaTeX is a LaTeX stylesheet for DocBook XML.

It is written in Perl, using the XML::XPathScript package from AxKit.

It features the ability to handle tables, indices, figures, footnotes, and more.

The XSLT-like templating philosophy built into XPathScript makes it easy to extend.

QUICK START

As root:

# perl -MCPAN -e install XML::XPathScript

As an unprivileged user, from READMEs directory:

# cd samples
# mkdir build; cd build
# ../../configure
# make pdf
<<less
Download (0.31MB)
Added: 2006-10-04 License: Artistic License Price:
1116 downloads
LaTeX Symbols Selector 0.1.4

LaTeX Symbols Selector 0.1.4


LaTeX Symbols Selector is a symbol browser to help creating LaTeX documents with many math symbols. more>>
LaTeX Symbols Selector project is a symbol browser to help creating LaTeX documents with many math symbols.
All symbols are grouped into categories and user can copy symbol name to system-wide clipboard (or insert it directly to first running copy of gVIM) by selecting symbol icon from list. Many non-standard (and unsupported in LSS) symbols can be found in the comprehensive LATEX symbol list here.
Main features:
- Built-in 478 LaTeX symbols
- Most of AMS symbols are supported
- Easy integration with gVIM editor
- Selected symbol name can be copied into clipboard for use with your favourite editor
<<less
Download (0.36MB)
Added: 2007-07-01 License: GPL (GNU General Public License) Price:
516 downloads
DocBook to LaTeX/ConTeXt Publishing 0.2.6

DocBook to LaTeX/ConTeXt Publishing 0.2.6


DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. more>>
DocBook to LaTeX/ConTeXt Publishing project is splitted in two instances working on the same principles. Both instances are intended to produce DVI, PostScript, PDF documents from DocBook SGML or XML sources, by converting first to a high level set of TeX macros.

Even if close, each instance is provided as an independent package and works alone. The available instances are:

dblatex

Publishing is done by using LaTeX.

dbcontext

Publishing is done by using ConTeXt.
<<less
Download (0.64MB)
Added: 2007-06-26 License: LGPL (GNU Lesser General Public License) Price:
854 downloads
AUCTeX 11.83

AUCTeX 11.83


AUCTeX is a much enhanced (La)TeX mode for Emacs. more>>
AUCTeX is an extensible package for writing and formatting TeX files in GNU Emacs and XEmacs.
Main features:
Editing:
- Insert macros, environments and headings with a simple key stroke or via a menu entry. AUCTeX will help you by prompting for parameters in case of known macros and environments. There is a completion mechanism for partially written macros available as well.
- Use keyboard shortcuts for inserting math.
- Sophisticated fontification and indentation of TeX/LaTeX macros and environments.
- Fold macros and environments and show their contents or a pre-defined string instead. You can temporarily show the folded content again for editing.
Compiling:
- Run various TeX/LaTeX interpreters and related programs like BibTeX or makeindex from within Emacs.
- View errors of the compiler run and jump to the respective place in the TeX/LaTeX source code.
Viewing:
- Start viewers for DVI, PostScript and PDF output from within Emacs.
- Use forward and inverse search with DVI viewers.
Extensibility and customizability:
- Support for macros and environments of many TeX/LaTeX packages with the use of style files.
- Easily extensible by writing your own style files.
- Many aspects of AUCTeX can be adapted to fit your personal working style via the customize mechanism provided by Emacs.
Enhancements:
- A new function TeX-doc for accessing docs on C-c ?.
- New "Clean" and "Clean All" commands for intermediate and output files. pdfsync support (forward search in PDF files).
- LaTeX comes with its own toolbar enabled by default.
- Some bugs have been fixed.
<<less
Download (0.52MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1234 downloads
Klat 0.5.1

Klat 0.5.1


Klat is a LaTeX editor for KDE 3. more>>
Klat is a LaTeX editor for KDE 3. It uses a kate component as its editor. It provides a menu to run programs like latex, dvips, pdflatex etc.

This menu can be modified by the user: commands can be added, deleted and edited. Shortcut keys can be assigned to the defined commands.

The program is licensed according to the terms in the GNU General Public License (GPL). A copy of the license is included in the source archive. Anyway, this means that Klat is free!
<<less
Download (0.16MB)
Added: 2005-06-01 License: GPL (GNU General Public License) Price:
1605 downloads
Laeqed 1.1

Laeqed 1.1


Laeqed is a Latex equation editor specifically targeted at producing PNG images of math equations for use on web pages. more>>
Laeqed is a Latex equation editor specifically targeted at producing PNG images of math equations for use on web pages.

Laeqed runs wherever Java and Latex runs, i.e. Linux, Windows, Mac...

The Latex equation, preamble, postamble and dvipng options are saved with the PNG as meta data. This means that you can reopen any equation created by Laeqed and edit it if necessary.

Here is a listing of the meta data saved with the metric equation seen in the above screenshot:

$ pngmeta --all metric.png
pngmeta: PNG metadata for metric.png:
image-format: PNG
image-colors: 8
image-width: 343
image-height: 42
image-type: Palette, non-interlaced
LaeqedPreamble: documentclass{article}
usepackage{amssymb,amsmath}
usepackage{mathptmx}% Times Roman font
pagestyle{empty}
begin{document}
begin{displaymath}
LaeqedPostamble: end{displaymath}
newpage
end{document}

LaeqedDvipngOptions: -T tight -x 1200 -z 9 -bg Transparent
LaeqedEquation: text{d}s^2 = (c;text{d}t^2) - a^2(t) left[
frac{text{d}r^2}{1 - kr^2} r^2 left(
text{d}theta^2 + sin^2 theta text{d}phi^2 right)
right]

<<less
Download (MB)
Added: 2006-11-17 License: GPL (GNU General Public License) Price:
1074 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5