Main > Free Download Search >

Free tex. software for linux

tex.

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 65
Mech-Tex 1000

Mech-Tex 1000


Mech-Tex 1000 is a desktop applets for SuperKaramba that displays cpu usage, internet flow in and out information. more>>
Mech-Tex 1000 is a desktop applets for SuperKaramba that displays cpu usage, internet flow in and out information and allows you to quickly mount and unmount devices , etc.

<<less
Download (1.1MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
693 downloads
TeX::DVI 0.110

TeX::DVI 0.110


TeX::DVI is a Perl module to write out TeXs DVI (DeVice Independent) file. more>>
TeX::DVI is a Perl module to write out TeXs DVI (DeVice Independent) file.

SYNOPSIS

use TeX::DVI;
use Font::TFM;

my $dvi = new TeX::DVI "texput.dvi";
my $font = new_at Font::TFM "cmr10", 12
or die "Error loading cmr10 at 12 pt: $Font::TFM::errstrn";
$dvi->preamble();
$dvi->begin_page();
$dvi->push();
my $fn = $dvi->font_def($font);
$dvi->font($fn);
$dvi->word("difficulty");
$dvi->hskip($font->space());
$dvi->word("AVA");
$dvi->black_box($font->em_width(), $font->x_height());
$dvi->pop();
$dvi->end_page();
$dvi->postamble();
$dvi->close();

Method TeX::DVI::new creates a new DVI object in memory and opens the output DVI file. After that, elements can be written into the file using appropriate methods.

These are the methods available on the Font::TFM object:

preamble, postamble, begin_page, end_page, push, pop

Writes out appropriate command of the .dvi file.

font_def

The parameter is a reference to a Font::TFM object. Info out of this object will be printed out. The method returns the internal number of the font in this .dvi file.

font

Writes out the font_sel command, the parametr is the number returned by font_def.

hskip, vskip

Skips.

black_box

Creates a black box, can be used for hrules and vrules.

special

Writes out the special command, one parameter is written as the command.

word

Writes out a word given as the first parameter. The currently selected font is used to gather information about ligatures and kernings, thats why its possible to say

$dvi->word("difficulty");

and the ffi will be ligatured all right.

close

Close the file.

<<less
Download (0.009MB)
Added: 2007-04-06 License: Perl Artistic License Price:
940 downloads
TeX::Hyphen 0.140

TeX::Hyphen 0.140


TeX::Hyphen is a Perl module to hyphenate words using TeXs patterns. more>>
TeX::Hyphen is a Perl module to hyphenate words using TeXs patterns.

SYNOPSIS

use TeX::Hyphen;
my $hyp = new TeX::Hyphen file => hyphen.tex,
style => czech, leftmin => 2,
rightmin => 2;

# my $hyp = new TeX::Hyphen "hyphen.tex";

my $word = "representation";
my @points = $hyp->hyphenate($word);
print $hyp->visualize($word), "n";

Constructor new() creates a new Hyphen object and loads the file with patterns into memory. Then you can ask it for hyphenation of a word by calling a method of this object. If no file is specified, the default Donald E. Knuths hyphen.tex, that is included in this module, is used instead.

Arguments to constructor

You can pass arguments to the new() call as hash, possible options are
file

Name of the file with the patters. It will be loaded and the resulting object will be able to hyphenate according to patterns in that file.

For convenience and backward compatibility, the file name can also be specified as the first (odd) parameter to new().

style

Various languages use special shortcuts to specify the patterns. Instead of doing the full TeX expansion, we use Perl code to parse the patterns. The style option loads TeX::Hyphen::name_of_the_style module and uses the parsing functions found in it.

Currently, the default czech (which also works for English alright) and german are available. See the TeX::Hyphen::czech man page for more information, especially if you want to support other languages/styles.

leftmin

The minimum starting substring which will not be hyphenated. This overrides the default specified in the style file.

rightmin

The minimum ending substring which will not be hyphenated. This overrides the default specified in the style file.

Methods that are supported

Method hyphenate() returns list of places where the word can be divided, so

$hyp->visualize(representation)

returns list (3, 5, 8, 10).

Method visualize() can be used to show these points, so

$hyp->visualize(representation)

should return rep-re-sen-ta-tion, at least for English patterns.

Variables $TeX::Hyphen::LEFTMIN and $TeX::Hyphen::RIGHTMIN can be used to restrict minimal starting and ending substring where it is not possible to hyphenate. They both default to 2 but should be changed to match the paratemers used to generate the patterns.

Variable $TeX::Hyphen::DEBUG can be set to see some statistics and processing.

The file with hyphenation patterns may contain and v accents, used in the Czech (and other) languages.

<<less
Download (0.022MB)
Added: 2007-04-06 License: Perl Artistic License Price:
931 downloads
Games::Go::Dg2TeX 4.026

Games::Go::Dg2TeX 4.026


Games::Go::Dg2TeX is a Perl extension to convert Games::Go::Diagrams to TeX. more>>
Games::Go::Dg2TeX is a Perl extension to convert Games::Go::Diagrams to TeX.

SYNOPSIS

use Games::Go::Dg2TeX
my $dg2tex = B convertDiagram($diagram);

A Games::Go::Dg2TeX object converts a Games::Go::Diagram object into TeX source code which can be used stand-alone, or it can be incorporated into larger TeX documents.

<<less
Download (0.43MB)
Added: 2006-08-08 License: Perl Artistic License Price:
1172 downloads
pdfTeX 1.40.5

pdfTeX 1.40.5


pdfTeX is an extended version of TeX that can create PDF directly from TeX source files. more>>
pdfTeX is an extended version of TeX that can create PDF directly from TeX source files and enhance the result of TeX typesetting with the help of PDF.
When PDF output is not selected, pdfTeX produces normal DVI output, otherwise it produces PDF output that looks identical to the DVI output.
An important aspect of pdfTeX project is to investigate alternative justification algorithms, optionally making use of multiple master fonts.
Enhancements:
- This includes xpdf 3.02pl1, fixing some security problems.
<<less
Download (3.9MB)
Added: 2007-08-03 License: GPL (GNU General Public License) Price:
844 downloads
Playlist - CD Cover 0.1

Playlist - CD Cover 0.1


Playlist - CD Cover is a perl script that generates nice printable CD Covers using TeX. more>>
Playlist - CD Cover is a perl script that generates nice printable CD Covers using TeX. You can use custom designs by creating your own templates.

Perl-QT, TeX, dvips and kghostview are required. Please read the README file.

The script is still experimental -- feel free to send me enhancements or corrections.

<<less
Download (0.10MB)
Added: 2005-12-16 License: GPL (GNU General Public License) Price:
1410 downloads
Rabbit 0.5.3

Rabbit 0.5.3


Rabbit is a presentation tool using RD. more>>
Rabbit is an application to do presentation with RD format document.

Features: theme (look and feel), auto modified source reloading, theme reloading, include external image specified by URI, index, screenshot, PS/PDF output, popup menu, (mime)TeX plugin, align with RWiki, subscript, superscript, mathmatical characters, ...

<<less
Download (3.4MB)
Added: 2007-08-04 License: Other/Proprietary License with Source Price:
811 downloads
dialog-mp3-list 0.60

dialog-mp3-list 0.60


dialog-mp3-list generates an organized list of your CDs and directories of MP3s. more>>
dialog-mp3-list generates an organized list of your CDs and directories of MP3s. It shows a numbered list of MP3s with information on their encoding speed and track lengths. It uses Dialog/XDialog and Latex to create lists in .tex, .ps, and .pdf formats.

You can modify the source file .tex and then you can compile it with the commands:

latex lista-mp3-albuns.tex
dvips lista-mp3-albuns.dvi -o
ps2pdf lista-mp3-albuns.ps

<<less
Download (0.076MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1186 downloads
Dvipost 1.1

Dvipost 1.1


Dvipost is a post-processor for DVI files created by LaTeX and TeX. more>>
Dvipost is a post-processor for DVI files created by LaTeX and TeX. It can be used for special modes that normally need DVI drivers such as dvips.
Dvipost project supports layout raster, change bars, and overstrike mode.
Compiling dvipost:
configure
make
make install
Use of dvipost:
latex < name >[.tex]
dvipost < name >.dvi < name >.dvi
or
pplatex < name >[.tex]
note: dvipost alllows to use the same name for input and output.
A second call to dvipost does not change the file.
Enhancements:
- Bugfix: Added support for DVI_FNT commands. The lacke of this caused dvipost to segfault on documents with more than 64 fonts.
- Removed unneeded package color from examples.
- Corrected command calls in Makefile.in
<<less
Added: 2006-04-20 License: GPL (GNU General Public License) Price:
1284 downloads
Games::Go::Dg2Mp 4.026

Games::Go::Dg2Mp 4.026


Games::Go::Dg2Mp is a Perl extension to convert Games::Go::Diagrams to John Hobbys MetaPost. more>>
Games::Go::Dg2Mp is a Perl extension to convert Games::Go::Diagrams to John Hobbys MetaPost (which is adapted from Donald Knuths Metafont).

SYNOPSIS

use Games::Go::Dg2Mp
my $dg2mp = B convertDiagram($diagram);

A Games::Go::Dg2Mp object converts a Games::Go::Diagram object into a TeX (.tex) and a MetaPost (.mp) file. The MetaPost file contains figures for each of the diagrams and overstones required to make the complete game diagram.

Running MetaPost (mpost or possibly mp) on the .mp file creates a set of figure files, each of which is an Encapsulated PostScript figure. Running TeX (tex) on the .tex file creates a .dvi file which tries to include the Encapsulated PostScript figures. Running dvips on the .dvi file (from TeX) creates the final PostScript (.ps) file containing the complete game diagram.

See man mpost (or possibly man mp) for more details of the overall MetaPost system and environment.

<<less
Download (0.43MB)
Added: 2006-08-08 License: Perl Artistic License Price:
1173 downloads
Finomaton 1.0

Finomaton 1.0


Finomaton project allows users comfortably draw and typeset finite state machines (automata). more>>
Finomaton project allows users comfortably draw and typeset finite state machines (automata).

The resulting graphs can be exported to plain MetaPost and subsequently be included in TeX and LaTeX documents for excellent typesetting quality. Contrary to many other packages, the mouse can be used to interactively move objects around.

States are magnetic to facilitate connection, and any TeX command can be embedded in the labels of states and lines.

<<less
Download (0.070MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
857 downloads
GNU 3DLDF 1.1.5.1

GNU 3DLDF 1.1.5.1


GNU 3DLDF is a package for three-dimensional drawing with MetaPost output. more>>
GNU 3DLDF is a package for three-dimensional drawing with MetaPost output. GNU 3DLDF 1.2.0, the collective name for my development versions , implements an interpreter for a METAFONT-like language.

GNU 3DLDF is intended, among other things, to provide a convenient way of creating 3D graphics for inclusion in TeX documents. GNU 3DLDF can also be used for creating.

animations, which can contain text typeset using TeX.
<<less
Download (7.2MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1236 downloads
Hamster Font Manager 1.02

Hamster Font Manager 1.02


Hamster Font Manager is an easy GUI to manage fonts for X11/GS/TeX. more>>
HFM is a font manager for Unix systems. With it you can control the avaliability of fonts in all of the supported applications from a central place. Currently included are modules to support:

* X-Window
* Ghostscript
* TeX

A PostScript module handles PS Fonts. Other fonts remain untouched by this program.

HFM is distributed under the GPL (GNU Public License).
<<less
Download (0.23MB)
Added: 2005-04-21 License: GPL (GNU General Public License) Price:
1647 downloads
mftrace 1.1.17

mftrace 1.1.17


mftrace is a small Python program that lets you trace a TeX bitmap font into a PFA or PFB font. more>>
mftrace is a small Python program that lets you trace a TeX bitmap font into a PFA or PFB font (A PostScript Type1 Scalable Font) or TTF (TrueType) font.

Scalable fonts offer many advantages over bitmaps, as they allow documents to render correctly at many printer resolutions. Moreover, Ghostscript can generate much better PDF, if given scalable PostScript fonts.

mftrace project is licensed under the GNU GPL.

<<less
Download (0.057MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1413 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
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5