[OS X TeX] TeXShop 4.59 - Experiment not working with complex document
Murray Eisenberg
murrayeisenberg at gmail.com
Sat Feb 27 23:28:52 CET 2021
On 27 Feb2021, at 5:22 PM, Herbert Schulz <herbs at wideopenwest.com> wrote:
>
>
>> On Feb 27, 2021, at 4:19 PM, Murray Eisenberg <murrayeisenberg at gmail.com> wrote:
>>
>> One further (remotely related?) matter: I’m using zsh as default shell.
>>
>> Here’s ~/Library/TeXShop/Engines/pdflatexmk.engine, in attached file and text below.
>>
>> #!/bin/bash
>> export TSBIN="$HOME/Library/TeXShop/bin/tslatexmk"
>> export LTMKBIN="$HOME/Library/TeXShop/bin/tslatexmk"
>> export LTMKEDIT="$HOME/Library/TeXShop/bin"
>> # make sure latexmkrcedit exists in bin
>> if [ ! -e "${LTMKEDIT}/latexmkrcedit" ] ; then
>> cp "${TSBIN}/latexmkrcDONTedit" "${LTMKEDIT}/latexmkrcedit"
>> fi
>> # Use local rc file platexmkrc if it exists. p = project
>> export localrc=""
>> if [ -e ./platexmkrc ] ; then
>> export localrc="-r ./platexmkrc"
>> fi
>> # Add the requested options to $pdflatex if there
>> if [ -n "${2}" ] ; then
>> "${LTMKBIN}"/latexmk -pdf -r "${LTMKEDIT}/latexmkrcedit" -e "\$TSUserCompileOptions='${2}'" -r "${TSBIN}/pdflatexmkrc" ${localrc} "$1"
>> else
>> "${LTMKBIN}"/latexmk -pdf -r "${LTMKEDIT}/latexmkrcedit" -r "${TSBIN}/pdflatexmkrc" ${localrc} "$1"
>> fi
>>
>
> Howdy,
>
> But your file has
>
> % !TEX TS-program = topology2
>
> so you need to have a topology2 engine.
>
Solved - thank you!
I had been trying to set up a custom .fmt file (topology2.fmt) for the project, to speed loading the preamble, and I forgot about the change I had made to the TS-program setting. When I abandoned that .fmt, I neglected to change the setting in the root file.
---
Murray Eisenberg murrayeisenberg at gmail.com
503 King Farm Blvd #101
Rockville, MD 20850-6667 Mobile (413)-427-5334
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://tug.org/pipermail/macostex-archives/attachments/20210227/a54e798c/attachment.html>
-------------- next part --------------
----------- Please Consult the Following Before Posting -----------
TeX FAQ: http://www.tex.ac.uk/faq
List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/tex/
List Archives: http://dir.gmane.org/gmane.comp.tex.macosx
https://email.esm.psu.edu/pipermail/macosx-tex/
TeX on Mac OS X Website: http://mactex-wiki.tug.org/
List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex
More information about the macostex-archives
mailing list.