Home
last modified time | relevance | path

Searched refs:LATEX_FILE (Results 1 – 2 of 2) sorted by relevance

/dports/emulators/joytran/joytran-0.9.5.2/documentation/
H A DMakefile7 LATEX_FILE= manual macro
58 rm -f *.log *.dvi *.aux *.tmp ${LATEX_FILE}.pdf
65 cp -p ${LATEX_FILE}.tex pdf/${LATEX_FILE}.tex
66 cd ${PDF_PATH} && latex ${LATEX_FILE}.tex
69 cd ${PDF_PATH} && dvipdf ${DVIPDF_OPTIONS} ${LATEX_FILE}.dvi
74 cp -p ${LATEX_FILE}.tex ${PDF_PATH}/${LATEX_FILE}.tex
75 cd pdf && pdflatex ${LATEX_FILE}.tex
80 cp -p ${LATEX_FILE}.tex ${PDF_PATH}/${LATEX_FILE}.tex
81 cd pdf && xelatex ${LATEX_FILE}.tex
91 cp -p ${LATEX_FILE}.tex ${HTML_PATH}/${LATEX_FILE}.tex
[all …]
/dports/devel/cxref/cxref-1.6e/src/
H A Dlatex.c33 #define LATEX_FILE ".tex" macro
99 ofile=ConcatStrings(4,option_odir,"/",file->name,LATEX_FILE); in WriteLatexFile()
851 inc_file=ConcatStrings(4,"\\input{",name,LATEX_FILE,"}\n"); in WriteLatexDocument()
852 ifile=ConcatStrings(4,option_odir,"/",option_name,LATEX_FILE); in WriteLatexDocument()
1013 ofile=ConcatStrings(5,option_odir,"/",option_name,LATEX_APDX,LATEX_FILE); in WriteLatexAppendix()
1126 ofile=ConcatStrings(4,option_odir,"/",name,LATEX_FILE); in WriteLatexFileDelete()
1129 inc_file=ConcatStrings(4,"\\input{",name,LATEX_FILE,"}\n"); in WriteLatexFileDelete()
1130 ifile=ConcatStrings(4,option_odir,"/",option_name,LATEX_FILE); in WriteLatexFileDelete()