View Single Post
Old 02-12-2009, 06:28 AM   #4
Randy11
Wizard
Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.Randy11 ought to be getting tired of karma fortunes by now.
 
Posts: 1,138
Karma: 1577094
Join Date: Oct 2008
Device: Samsung EB60, Onyx M92, Onyx Max2
I've the "texlive-latex-extra" package and test a more simple file, the A2PS's faq.

I found the following thing.

1 - In the begin of the tex file :
Quote:
\documentclass[landscape,twocolumn,12pt]{article}
\usepackage[left=1mm,top=1mm,right=1mm,bottom=3mm,nohead,nofoo t]{geometry}
\usepackage[dvips]{color}
\usepackage[latin1]{inputenc}
\usepackage{newcent}
\geometry{papersize={205mm,120mm}}
\definecolor{darkgray}{rgb}{0.25,0.25,0.25}
\definecolor{whitish}{rgb}{0.86,0.86,0.8}
\definecolor{bluish}{rgb}{0.54,0.83,0.55}
\special{pdf: pagesize width 205mm height 120mm}
\\begin{document}
+================================================= =====================+ | | | The following information is part of the Texinfo documentation. | | It is provided only to help you solve problems you might have | | while installing a2ps. You need not keep this file. | | | +================================================= =====================+

Frequently asked questions
**************************
=> There is "\\begin{document}" and not "\begin{documen}".

2 - The parser can't deals with some classics characters like CR,TAB when they 're writed "\n" or "\t". In the tex file they're interpreted like "n" and "t".

I've remove some controls sequence used in the configuration of A2PS for have a [B]GOOD[\B] display. With a text file (a story), I think there is no problem.

Happy to have our script
Randy11 is offline   Reply With Quote