* Jenny Harrison (profharrison@gmail.com) wrote: |> > |> |> This sounds just like what I have been looking for. Are you able to sync? How do you add the flag -pvc to the latexmk engine of TeXShop? |>
I make sure I have the engines needed in ~/Library/TeXShop/Engines.
In my latexmk.engine, my last line now reads as follows: "${LTMKBIN}"/latexmk -pvc -pdfps -r "${LTMKEDIT}/latexmkrcedit" -r "${TSBIN}/latexmkrc" "$1"
In my pdflatexmk.engine, the last line is: "${LTMKBIN}"/latexmk -pvc -pdf -r "${LTMKEDIT}/latexmkrcedit" -r "${TSBIN}/pdflatexmkrc" "$1"
And in my xelatexmk.engine, it is: "${LTMKBIN}"/latexmk -pvc -pdf -r "${LTMKEDIT}/latexmkrcedit" -r "${TSBIN}/xelatexmkrc" "$1"
I was nervous about adding this -pvc flag as my knowledge of exactly what it does is dim. It all works fine for me. I love TextMate because of the syntax coloring, indentation, ability to do \cite completions from the bib files, and of course the project format, with powerful search capabilities. Now I also have speed and control, especially because of the biblatex/biber power.
Re. sync: no, i'm not able to do that between TeXShop and TestMate, but I structure text systematically, so in textmate almost always use command/shift/O to keep track of where I am. -- gildas