Main > Programming > Libraries >

TeX::DVI 0.110

TeX::DVI 0.110

Sponsored Links

TeX::DVI 0.110 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.009 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 955
Date added: 2007-04-06
Publisher: Jan Pazdziora

TeX::DVI 0.110 description

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.

TeX::DVI 0.110 Screenshot

Advertisements

TeX::DVI 0.110 Keywords

Bookmark TeX::DVI 0.110

Hyperlink code:
Link for forum:

TeX::DVI 0.110 Copyright

WareSeeker periodically updates pricing and software information of TeX::DVI 0.110 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of TeX::DVI 0.110 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
TeX::Hyphen is a Perl module to hyphenate words using TeXs patterns. Free Download
Dvipost is a post-processor for DVI files created by LaTeX and TeX. Free Download
GNU TeXmacs is a free scientific text editor. Free Download
AUCTeX is a much enhanced (La)TeX mode for Emacs. Free Download
AudioCD is a Perl module for basic Audio CD control. Free Download
pdfTeX is an extended version of TeX that can create PDF directly from TeX source files. Free Download
Mech-Tex 1000 is a desktop applets for SuperKaramba that displays cpu usage, internet flow in and out information. Free Download
LaTeX::Table is a Perl module that provides functionality for an intuitive generation of LaTeX tables for reports or theses. Free Download