The blue social bookmark and publication sharing system.
This page describes the features of the SVG Rasterizer utility that comes with the Batik distribution. The SVG Rasterizer is a utility that can convert SVG
...This page describes the features of the SVG Rasterizer utility that comes with the Batik distribution. The SVG Rasterizer is a utility that can convert SVG files to a raster format. The tool can convert individual files or sets of files, making it easy to convert entire directories of SVG files. The provided formats are JPEG, PNG and TIFF, however the design allows new formats to be added easily. In addition, the rasterizer can (despite its name) transcode to PDF.
to TeX design open-source software vector by thorade on Nov 4, 2011,
2:41 PMThe STIX fonts are a suite of unicode OpenType fonts containing a complete set of mathematical glyphs. The CTAN copy is a mirror of their official release
...The STIX fonts are a suite of unicode OpenType fonts containing a complete set of mathematical glyphs. The CTAN copy is a mirror of their official release, organised as specified by the TeX Directory Structure, for inclusion in standard TeX distributions.
to fonts TeX by thorade on Jul 27, 2011,
4:12 PMThe biblatex package is a complete reimplementation of the bibliographic facilities provided by LaTeX in conjunction with BibTeX. It redesigns the way in w
...The biblatex package is a complete reimplementation of the bibliographic facilities provided by LaTeX in conjunction with BibTeX. It redesigns the way in which LaTeX interacts with BibTeX at a fairly fundamental level. With biblatex, BibTeX is only used (if it is used at all) to sort the bibliography and to generate labels. Instead of being implemented in BibTeX's style files, the formatting of the bibliography is entirely controlled by TeX macros. Good working knowledge in LaTeX should be sufficient to design new bibliography and citation styles — there is no need to learn BibTeX’s postfix stack language. Just like the bibliography styles, all citation commands may be freely (re)defined. In fact, users need not remain bound to BibTeX for use with biblatex: an alternative bibliography processor biblatex-biber is available. Development of biblatex and biblatex-biber is closely coupled.
to TeX bibliography by thorade on Jul 20, 2011,
5:59 PMThe biblatex package by Philipp Lehman is likely to become the definitive citation management tool for LaTeX users. Biblatex relies on the venerable BibTeX
...The biblatex package by Philipp Lehman is likely to become the definitive citation management tool for LaTeX users. Biblatex relies on the venerable BibTeX program only for sorting and generating a very generic bbl file without any formatting instruction. Everything else is taken care of by biblatex, which provides a powerful and flexible macro interface for authors of citation styles. With Biber it is no longer necessary to rely on BibTeX. For maximal portability, the current version includes a Pure Perl BibTeX parser with a Parse::RecDescent grammar, but if available it will use the much faster Text::BibTeX module which relies on the btparse C library. The objective of the first development phase is to have a robust and reliable emulation of the BibTeX processor with the biblatex.bst style file. In other words, given the same data file as input, biber should output a functionally identical .bbl file as BibTeX. In a future version, Biber will also support a new XML format tailored specifically for biblatex data, unimaginatively called BibLaTeXML. It owes its inspiration partly to the BibTeXML format, but it is far more complex. RelaXNG and W3C schemata will be provided, as well as a tool for converting .bib files to biblatexml. The advantages of no longer being dependent upon BibTeX are obvious: full Unicode support, no memory limitations, extensibility, etc. In the future, support for communication with embedded or relational databases (e.g. Berkeley DB, SQLite, MySQL, PostgreSQL) or remote resources via network protocols (such as SRU) might also be implemented.
to bibliography TeX by thorade and 4 other users on Jul 20, 2011,
3:59 PMMathJax is an open source JavaScript display engine for mathematics that works in all modern browsers.
to mathematics TeX web by thorade and 5 other users on Jul 4, 2011,
1:52 PMTexmaker is a free, modern and cross-platform LaTeX editor for linux, macosx and windows systems that integrates many tools needed to develop documents wit
...Texmaker is a free, modern and cross-platform LaTeX editor for linux, macosx and windows systems that integrates many tools needed to develop documents with LaTeX, in just one application. Texmaker includes unicode support, spell checking, auto-completion, code folding and a built-in pdf viewer with synctex support and continuous view mode.
to TeX editor open-source software by thorade and 11 other users on Jul 1, 2011,
10:45 AMTeXstudio is a fork of the LaTeX IDE TexMaker and gives you an environment where you can easily create and manage LaTeX documents. It provides modern writi
...TeXstudio is a fork of the LaTeX IDE TexMaker and gives you an environment where you can easily create and manage LaTeX documents. It provides modern writing support, like interactive spell checking, code folding and syntax highlighting. Also it serves as a starting point from where you can easily run all necessary LaTeX tools. (you can see more features below) You can run it on Windows, Unix/Linux, BSD and MacOSX systems and modify it if you want, since it is licensed under the GPL. Althought TeXstudio has a lot of additional features, it tries to be like an improved version of Texmaker, so it keeps it look&feel as well as its version number.
to TeX editor open-source software by thorade on Jun 27, 2011,
3:28 PMSweave is a tool that allows to embed the R code for complete data analyses in latex documents. The purpose is to create dynamic reports, which can be upda
...Sweave is a tool that allows to embed the R code for complete data analyses in latex documents. The purpose is to create dynamic reports, which can be updated automatically if data or analysis change. Instead of inserting a prefabricated graph or table into the report, the master document contains the R code necessary to obtain it. When run through R, all data analysis output (tables, graphs, etc.) is created on the fly and inserted into a final latex document. The report can be automatically updated if data or analysis change, which allows for truly reproducible research.
to R TeX open-source software by thorade and 2 other users on May 9, 2011,
11:08 AMPGF is a macro package for creating graphics. It is platform- and format-independent and works together with the most important TeX backend drivers, includ
...PGF is a macro package for creating graphics. It is platform- and format-independent and works together with the most important TeX backend drivers, including pdftex and dvips. It comes with a user-friendly syntax layer called TikZ. Its usage is similar to pstricks and the standard picture environment. PGF works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike pstricks, it can produce either PostScript or PDF output.
to TeX design vector by thorade on May 5, 2011,
5:11 PMTypesetting values with units requires care to ensure that the combined mathematical meaning of the value plus unit combination is clear. In particular, t
...Typesetting values with units requires care to ensure that the combined mathematical meaning of the value plus unit combination is clear. In particular, the SI units system lays down a consistent set of units with rules on how they are to be used. However, different countries and publishers have differing conventions on the exact appearance of numbers (and units). A number of LaTeX packages have been developed to provide consistent application of the various rules: SIunits (siunits), sistyle , unitsdef and units are the leading examples. The numprint package provides a large number of number-related functions, while dcolumn and rccol provide tools for typesetting tabular numbers.
The siunitx package takes the best from the existing packages, and adds new features and a consistent interface. A number of new ideas have been incorporated, to fill gaps in the existing provision. The package also provides backward-compatibility with SIunits, sistyle, unitsdef and units. The aim is to have one package to handle all of the possible unit-related needs of LaTeX users.
to TeX package by thorade on Feb 19, 2011,
2:11 PMThe hyperref package is used to handle cross-referencing commands in LaTeX to produce hypertext links in the document. The package provides backends for th
...The hyperref package is used to handle cross-referencing commands in LaTeX to produce hypertext links in the document. The package provides backends for the \special set defined for HyperTeX DVI processors; for embedded pdfmark commands for processing by Acrobat Distiller ( dvips and Y&Y’s dvipsone); for Y&Y’s dviwindo; for PDF control within pdfTeX (pdftex) and dvipdfm ; for TeX4ht (tex4ht); and for VTeX’s pdf and HTML backends. The package is distributed with the backref and nameref packages, which make use of the facilities of hyperref.
to TeX package by thorade on Feb 15, 2011,
3:39 PMFiXme is a collaborative annotation tool for LaTeX documents. Annotating a
document refers here to inserting meta-notes, that is, notes that do not
belon
...FiXme is a collaborative annotation tool for LaTeX documents. Annotating a
document refers here to inserting meta-notes, that is, notes that do not
belong to the document itself, but rather to its development or reviewing
process. Such notes may involve things of different importance levels, ranging
from simple "fix the spelling" flags to critical "this paragraph is a lie"
mentions. Annotations like this should be visible during the development or
reviewing phase, but should normally disapear in the final version of the
document.
FiXme is designed to ease and automate the process of managing collaborative
annotations, by offering a set of predefined note levels and layouts, the
possibility to register multiple note authors, to reference annotations by
listing and indexing etc. FiXme is extensible, giving you the possibility to
create new layouts or even complete "themes", and also comes with support for
AUC-TeX.
to TeX package by thorade on Feb 15, 2011,
3:38 PMThe package lets the user mark things to do later, in a simple and
and visually appealing way. The package takes several options to
enable customization
...The package lets the user mark things to do later, in a simple and
and visually appealing way. The package takes several options to
enable customization / finetuning of the visual appearance.
The package makes use of the tikz and xkeyval packages.
to TeX package by thorade on Feb 15, 2011,
3:38 PMThe purpose of this style is to put all figures on pages by themselves
at the end of an article in a section named Figures. Likewise for tables.
Markers,
...The purpose of this style is to put all figures on pages by themselves
at the end of an article in a section named Figures. Likewise for tables.
Markers, like “[Figure 3 about here]” appear in the text (by default) near
where the figure (or table) would normally have occurred. This is usually
required when preparing submissions to journals.
A number of package options and other mechanisms are provided to give
the user control over various aspects of the package’s behavior.
Loading this package will change the output of LATEX.
to TeX package by thorade on Feb 15, 2011,
3:37 PMCreate dummy text. Can be used to create examples with a lot text to become a feeling for the look of classes, packages... Some macros: - \blindtext cre
...Create dummy text. Can be used to create examples with a lot text to become a feeling for the look of classes, packages... Some macros: - \blindtext creates some text, - \Blindtext creates more text. - \blinddocument creates a small document with sections, lists... - \Blinddocument creates a large document with sections, lists...
to TeX package by thorade on Feb 15, 2011,
3:37 PMBilder-HowTo fuer LaTeX (l2picfaq.pdf): Beinhaltet die haeufigsten Fragen und Antworten, die im Zusammenhang mit LaTeX und Abbildungen / Grafiken / Bildern
...Bilder-HowTo fuer LaTeX (l2picfaq.pdf): Beinhaltet die haeufigsten Fragen und Antworten, die im Zusammenhang mit LaTeX und Abbildungen / Grafiken / Bildern / Fotos / Zeichnungen ... auftreten. Zu jedem Problem gibt es ein kurzes Codebeispiel als Loesung, dessen Funktion erklaert wird. Ebenfalls wird auf Stolpersteine hingeweisen. l2picfaq.pdf : Das Bilder-How-To l2picfaq.tex : Der dazugehoerende Source-Code (ausführlich kommentiert) gfdl.tex : Die GNU Free Documentation License. Wird zum Kompilieren von l2picfaq.tex benoetigt ctanlion.pdf : Der offizielle CTAN Löwe als Beispielbild für die Titelseite. CTAN Löwe gezeichnet von Duane Bibby; danke an www.ctan.org README : Dieses File hier
to TeX german by thorade on Feb 11, 2011,
11:03 AMIf PDF is electronic paper, then pdftk is an electronic staple-remover, hole-punch, binder, secret-decoder-ring, and X-Ray-glasses. Pdftk is a simple tool
...If PDF is electronic paper, then pdftk is an electronic staple-remover, hole-punch, binder, secret-decoder-ring, and X-Ray-glasses. Pdftk is a simple tool for doing everyday things with PDF documents. Keep one in the top drawer of your desktop and use it to: * Merge PDF Documents * Split PDF Pages into a New Document * Rotate PDF Pages or Documents * Decrypt Input as Necessary (Password Required) * Encrypt Output as Desired * Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms * Apply a Background Watermark or a Foreground Stamp * Report on PDF Metrics such as Metadata, Bookmarks, and Page Labels * Update PDF Metadata * Attach Files to PDF Pages or the PDF Document * Unpack PDF Attachments * Burst a PDF Document into Single Pages * Uncompress and Re-Compress Page Streams * Repair Corrupted PDF (Where Possible) Pdftk allows you to manipulate PDF easily and freely. It does not require Acrobat, and it runs on Windows, Linux, Mac OS X, FreeBSD and Solaris.
to PDF TeX design open-source software by thorade and 1 other user on Feb 2, 2011,
3:17 PM8/7/2007 - ICC profiles All for Windows
to TeX design management by thorade on Feb 1, 2011,
11:22 PMICC-Profile der ECI Hier finden Sie alle von der ECI bereit gestellten ICC-Profile. Neben Profilen für Offsetdruck - ECI_Offset… - und Tiefdruck - PSRgrav
...ICC-Profile der ECI Hier finden Sie alle von der ECI bereit gestellten ICC-Profile. Neben Profilen für Offsetdruck - ECI_Offset… - und Tiefdruck - PSRgravure… - auf der Grundlage von Referenzmessdaten entsprechend der ISO 12647-Normenreihe, finden Sie hier das von der ECI als Arbeitsfarbraum empfohlene eciRGB_V2. Detaillierte Informationen zu den jeweiligen Profilen finden Sie in den einzelnen Download-Paketen. Weitergehende Informationen zu diesen Profilen finden Sie außerdem im Bereich Farbstandards auf dieser Website. Wenn Sie sich unsicher sind, welches dieser Offsetprofile Sie verwenden sollten, empfiehlt sich im Zweifelsfall die Verwendung von ISO Coated v2 300% (ECI).
to TeX design management by thorade on Feb 1, 2011,
1:38 PMDocumentation supplied as part of the LaTeX distribution.
to TeX by thorade on Jan 31, 2011,
8:16 PM