[Modeling-cvs] ProjectModeling/Modeling/doc UserGuide.tex,1.29,1.30
Status: Abandoned
Brought to you by:
sbigaret
From: <sbi...@us...> - 2003-09-13 14:39:35
|
Update of /cvsroot/modeling/ProjectModeling/Modeling/doc In directory sc8-pr-cvs1:/tmp/cvs-serv8762/Modeling/doc Modified Files: UserGuide.tex Log Message: Added doc. for the new property bind_saveChanges_to_zope_transactions of the ZEditingContextSessioning product Index: UserGuide.tex =================================================================== RCS file: /cvsroot/modeling/ProjectModeling/Modeling/doc/UserGuide.tex,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** UserGuide.tex 31 Aug 2003 15:29:13 -0000 1.29 --- UserGuide.tex 13 Sep 2003 14:39:31 -0000 1.30 *************** *** 6,9 **** --- 6,19 ---- % by commenting out sections that you're not interested in. + % cf. http://cwrulug.cwru.edu/archive/cwrulug/200102/0155.html + \newif\ifpdf \ifx\pdfoutput\undefined \pdffalse \else \pdftrue \fi + \ifpdf \usepackage[pdftex]{graphicx} \else \usepackage{graphicx} \fi + \ifpdf {}\else\usepackage{html}\fi + + \ifpdf + \else + \usepackage{html} + \fi + \title{Modeling: User's Guide} %\subtitle{Object-relational bridge for python} |