<div dir="ltr"><div dir="ltr"><div><br></div><div>Herb,</div><br><div>I think he is talking about this:</div><div><a href="https://ctan.org/pkg/vc">https://ctan.org/pkg/vc</a><br></div><div><br></div><div>Best,</div><div><br></div><div>Guillermo</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 9 Feb 2020 at 20:53, Herbert Schulz <<a href="mailto:herbs@wideopenwest.com">herbs@wideopenwest.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> On Feb 9, 2020, at 1:38 PM, Robert Love <<a href="mailto:rblove_lists@comcast.net" target="_blank">rblove_lists@comcast.net</a>> wrote:<br>
> <br>
> I found by trial and error the command I need to run is ‘vc -f file.tex’ before latex is run.  It’s how to introduce that command to latexmkrc is what I was asking.<br>
> <br>
> And the use of ‘howdy’ is always welcome in Texas.<br>
> <br>
>> On Feb 9, 2020, at 7:09 AM, Herbert Schulz <<a href="mailto:herbs@wideopenwest.com" target="_blank">herbs@wideopenwest.com</a>> wrote:<br>
>> <br>
>>> On Feb 8, 2020, at 9:09 PM, Robert Love <<a href="mailto:rblove_lists@comcast.net" target="_blank">rblove_lists@comcast.net</a>> wrote:<br>
>>> <br>
>>> The documentation for VC suggests using a make file to run commands but doesn’t give and example.   Is there an example of using some non-standard command on my source latex file before it gets processed by latex itself?<br>
>> <br>
>> Howdy,<br>
>> <br>
>> Taking a quick look at the documentation for VC (which seems to be included in TeX Live installed by MacTeX) I don't see what external commands need to be run. Just make sure your run latex rather than pdflatex since the package uses pstricks internally.<br>
>> <br>
>> If you are using TeXShop placing the line<br>
>> <br>
>> % !TEX program = latex<br>
>> <br>
>> at the top of the file and typesetting using Typeset->Typeset (Cmd-T) will guarantee that latex is run rather than pdflatex. If you wish to automate the complete typesetting process including runs of bibtex (or, automatically biber if needed) and/or makeindex use the line<br>
>> <br>
>> % !TEX program = latexmk<br>
>> <br>
>> instead.<br>
>> <br>
>> Good Luck,<br>
>> <br>
>> Herb Schulz<br>
>> (herbs at wideopenwest dot com)<br>
<br>
Howdy,<br>
<br>
I wonder if we are talking about the same thing! What does the program VC do? The package I've been looking at is for drawing automata and graphs and doesn't seem to need any pre-processing.<br>
<br>
Good Luck,<br>
<br>
Herb Schulz<br>
(herbs at wideopenwest dot com)<br></blockquote><div> </div></div></div>