--
You received this message because you are subscribed to the Google Groups "iris-toolbox-discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iris-toolbox...@googlegroups.com.
To post to this group, send email to iris-t...@googlegroups.com.
Visit this group at http://groups.google.com/group/iris-toolbox?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
function c = irisuserconfig(c)
c.latexpath ='/Users/username/Library/TeXShop/bin/tslatexmk/latexmk';
c.pdflatexpath ='/Users/username/Library/TeXShop/bin/pdflatexc';
c.epstopdfpath ='/Users/username/Library/TeXShop/bin/mpostc';
end
To unsubscribe from this group, send email to iris-toolbox...@googlegroups.com.
I got this results:>> ! "/Users/Avraa/Library/TeXShop/bin/pdflatexc" --halt-on-error -include-directory="testfolder" -output-directory="testfolder" testfileThis is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012)\write18 enabled.**testfile.texentering extended mode! I can't find file `testfile.tex'.<*> testfile.tex(Press Enter to retry, or Control-D to exit)Please type another input file name:
It only works inside the sub folder but not in the current folder.
On Jan 27, 2013, at 11:43 AM, Jaromir Benes <jaromi...@gmail.com> wrote:
yes.>> dir testfolder. testfile.aux testfile.log testfile.out testfile.snm testfile.toc.. testfile.dvi testfile.nav testfile.pdf testfile.texAs you said, I am running it from my current folder.
>> ! "/Users/username/Library/TeXShop/bin/pdflatexc" --halt-on-error -output-directory="testfolder" "testfolder/testfile"
>> ! /Users/Avraa/Library/TeXShop/bin/pdflatexc -helpUsage: pdftex [OPTION]... [TEXNAME[.tex]] [COMMANDS]or: pdftex [OPTION]... \FIRST-LINEor: pdftex [OPTION]... &FMT ARGSRun pdfTeX on TEXNAME, usually creating TEXNAME.pdf.Any remaining COMMANDS are processed as pdfTeX input, after TEXNAME is read.If the first line of TEXNAME is %&FMT, and FMT is an existing .fmt file,use it. Else use `NAME.fmt', where NAME is the program invocation name,most commonly `pdftex'.Alternatively, if the first non-option argument begins with a backslash,interpret all non-option arguments as a line of pdfTeX input.Alternatively, if the first non-option argument begins with a &, thenext word is taken as the FMT to read, overriding all else. Anyremaining arguments are processed as above.If no arguments or options are specified, prompt for input.-draftmode switch on draft mode (generates no output PDF)-enc enable encTeX extensions such as \mubyte-etex enable e-TeX extensions[-no]-file-line-error disable/enable file:line:error style messages-fmt=FMTNAME use FMTNAME instead of program name or a %& line-halt-on-error stop processing at the first error-ini be pdfinitex, for dumping formats; this is implicitlytrue if the program name is `pdfinitex'-interaction=STRING set interaction mode (STRING=batchmode/nonstopmode/scrollmode/errorstopmode)-ipc send DVI output to a socket as well as the usualoutput file-ipc-start as -ipc, and also start the server at the other end-jobname=STRING set the job name to STRING-kpathsea-debug=NUMBER set path searching debugging flags according tothe bits of NUMBER[-no]-mktex=FMT disable/enable mktexFMT generation (FMT=tex/tfm/pk)-mltex enable MLTeX extensions such as \charsubdef-output-comment=STRING use STRING for DVI file comment instead of date(no effect for PDF)-output-directory=DIR use existing DIR as the directory to write files in-output-format=FORMAT use FORMAT for job output; FORMAT is `dvi' or `pdf'[-no]-parse-first-line disable/enable parsing of first line of input file-progname=STRING set program (and fmt) name to STRING-recorder enable filename recorder[-no]-shell-escape disable/enable \write18{SHELL COMMAND}-shell-restricted enable restricted \write18-src-specials insert source specials into the DVI file-src-specials=WHERE insert source specials in certain places ofthe DVI file. WHERE is a comma-separated valuelist: cr display hbox math par parend vbox-synctex=NUMBER generate SyncTeX data for previewers if nonzero-translate-file=TCXNAME use the TCX file TCXNAME-8bit make all characters printable by default-help display this help and exit-version output version information and exitEmail bug reports to pdf...@tug.org.>>
>> ! "/Users/Avraa/Library/TeXShop/bin/pdflatexc" --halt-on-error -output-directory="testfolder" "testfolder/testfile"
This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012)\write18 enabled.
**testfile.mexentering extended mode! I can't find file `testfile.mex'.<*> testfile.mex
(Press Enter to retry, or Control-D to exit)
Please type another input file name: ^D! Emergency stop.<*> testfile.mex! ==> Fatal error occurred, no output PDF file produced!Transcript written on texput.log.>>