From: Jeff R. <je...@jr...> - 2007-01-13 08:13:18
|
Hi All So I finally installed latex on the server tonight to get some printing options but I think I've missed something. The server is a FreeBSD 5.3 I've got SQL 2.6.22 Apache 2 I installed Latex from the ports collection, make/make install/make clean (everything worked OK, no errors) I then edited sqlledger.conf and changed Latex=0 to Latex=1 I logged back into SQLLedger and the print buttons all changed to reflect the new options of postscript and pdf but when I try to print I get Error! *This is TeX, Version 3.14159 (Web2C 7.2) (1168679490_invoice_4474.tex LaTeX2e <2003/12/01> ! LaTeX Error: File `scrartcl.cls' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: cls) Enter file name: ! Emergency stop. <read *> l.2 \usepackage [latin1]{inputenc}^^M No pages of output. Transcript written on 1168679490_invoice_4474.log. *I've tried rebooting the server and restarting my browser but something is wrong or missing. Any ideas? Jeff Roberts JR Electronics |
From: Dirk E. S. <ds...@ca...> - 2007-01-13 17:55:23
|
> Error! > > *This is TeX, Version 3.14159 (Web2C 7.2) > (1168679490_invoice_4474.tex > LaTeX2e <2003/12/01> > > ! LaTeX Error: File `scrartcl.cls' not found. scrartcl.cls not found tells you where to look for solution. I don't know freebsd but some Latex package is missing on your install. Check for available latex packages, on my Linux install srcartcl.cls is in /usr/share/texmf/tex/latex/koma-script/ Good luck Enrique --=20 Dirk Enrique Seiffert - Lintec S.A. Ed. Torre del Reloj - Of. 401 Plaza de los Coches, Centro Cartagena - Colombia http://www.lintecsa.com |
From: Mark B. <ma...@ga...> - 2007-01-14 00:54:43
|
On Sat, Jan 13, 2007 at 12:13:11AM -0800, Jeff Roberts wrote: > > ! LaTeX Error: File `scrartcl.cls' not found. > On 6.0: $ pkg_info -L "teTeX-texmf*" | grep scrartcl.cls /usr/local/share/texmf-dist/tex/latex/koma-script/scrartcl.cls $ I guess you don't have the print/teTex-texmf package installed? Make sure latex works outside SL first. m |
From: Jeff R. <Jef...@te...> - 2007-01-14 23:02:04
|
Hi Mark That was the problem! I didn't have TeTeX installed. The manual says that you have to have LaTeX installed so I installed it from the ports. Unfortunately it doesn't install everything necessary. I had to uninstall Latex and install TeTex now everything works OK. Dieter, you may want to put a note in the manual or change the "requirements" so that it is clear to others that it's not just Latex that is required but the entire TeTex package (including pdflatex). The way it reads now is a little confusing. Jeff Roberts JR Electronics Mark Bucciarelli wrote: > On Sat, Jan 13, 2007 at 12:13:11AM -0800, Jeff Roberts wrote: > >> ! LaTeX Error: File `scrartcl.cls' not found. >> >> > > On 6.0: > > $ pkg_info -L "teTeX-texmf*" | grep scrartcl.cls > /usr/local/share/texmf-dist/tex/latex/koma-script/scrartcl.cls > $ > > I guess you don't have the print/teTex-texmf package installed? > > Make sure latex works outside SL first. > > m > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > > |
From: Les R <ope...@gm...> - 2007-01-13 19:16:01
|
BTW, make sure the running script has permissions to create the TeX file that latex 'chews on'. It doesn't look like LaTeX is seeing the script. Les Richardson Open Admin for Schools On 1/13/07, Jeff Roberts <je...@jr...> wrote: > Hi All > > So I finally installed latex on the server tonight to get some printing > options but I think I've missed something. > > The server is a FreeBSD 5.3 > I've got SQL 2.6.22 > Apache 2 > I installed Latex from the ports collection, make/make install/make clean > (everything worked OK, no errors) > > I then edited sqlledger.conf and changed Latex=0 to Latex=1 > > I logged back into SQLLedger and the print buttons all changed to > reflect the new options of postscript and pdf but when I try to print I get > > > Error! > > *This is TeX, Version 3.14159 (Web2C 7.2) > (1168679490_invoice_4474.tex > LaTeX2e <2003/12/01> > > ! LaTeX Error: File `scrartcl.cls' not found. > > Type X to quit or <RETURN> to proceed, > or enter new name. (Default extension: cls) > > Enter file name: > ! Emergency stop. > <read *> > > l.2 \usepackage > [latin1]{inputenc}^^M > No pages of output. > Transcript written on 1168679490_invoice_4474.log. > > *I've tried rebooting the server and restarting my browser but something > is wrong or missing. > > Any ideas? > > Jeff Roberts > JR Electronics > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > |
From: Les R. <le...@ce...> - 2007-01-13 19:12:08
|
Check to see that the tex file is being created. It doesn't look like TeX has anything to chew on... Les Richardson Open Admin for Schools On Sat, 13 Jan 2007, Jeff Roberts wrote: > Hi All > > So I finally installed latex on the server tonight to get some printing > options but I think I've missed something. > > The server is a FreeBSD 5.3 > I've got SQL 2.6.22 > Apache 2 > I installed Latex from the ports collection, make/make install/make clean > (everything worked OK, no errors) > > I then edited sqlledger.conf and changed Latex=0 to Latex=1 > > I logged back into SQLLedger and the print buttons all changed to > reflect the new options of postscript and pdf but when I try to print I get > > > Error! > > *This is TeX, Version 3.14159 (Web2C 7.2) > (1168679490_invoice_4474.tex > LaTeX2e <2003/12/01> > > ! LaTeX Error: File `scrartcl.cls' not found. > > Type X to quit or <RETURN> to proceed, > or enter new name. (Default extension: cls) > > Enter file name: > ! Emergency stop. > <read *> > > l.2 \usepackage > [latin1]{inputenc}^^M > No pages of output. > Transcript written on 1168679490_invoice_4474.log. > > *I've tried rebooting the server and restarting my browser but something > is wrong or missing. > > Any ideas? > > Jeff Roberts > JR Electronics > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > sql-ledger-users mailing list > sql...@li... > https://lists.sourceforge.net/lists/listinfo/sql-ledger-users > |