<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thanks for these suggestions.<div class=""><br class=""></div><div class="">Unfortunately, under no circumstances can I imagine abandoning TeXShop at this point for another front-end to LaTeX. In particular, because of (i) the configuration I’ve already done for a custom pdfltexmk; (ii) useful built-in or easily added 3rd party macros; and (iii) the ease of setting up “command completion” strings that allow me to hit a couple of keys, ESC, and cause a long string, including placeholders, to appear in the source.</div><div class=""><br class=""></div><div class="">I am completely accustomed to typing raw LaTeX commands for everything, including math expressions, and have no need whatsoever for the extra scaffolding of LyX. Moreover, LyX won’t even allow such a simple thing as opening an existing .tex file. LyX is not TeX!</div><div class=""><br class=""></div><div class="">I know about R Studio, but I have no need for statistics, or the R language, in what I’m doing.<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 8 Oct2020, at 12:59 PM, Marshall Feldman <<a href="mailto:marsh@uri.edu" class="">marsh@uri.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">
  
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" class="">
  
  <div class=""><p class="">My use of Git is similar to what you describe for yourself.<br class="">
    </p><p class="">Take a look at the post "<a moz-do-not-send="true" href="https://tex.stackexchange.com/questions/378712/lyx-math-git-and-maths-mode" class="">Lyx
        math. git and maths mode</a>" over at tex.stackexchange. It
      doesn't directly address TeXShop, but LyX has similar
      functionality (and much better user-friendliness than raw LaTeX).
      You'd have to look up the referenced entry in LyX help to see what
      its built-in interface with Git does. But as the poster says, "to
      take fill advantage of Git, you should learn command-line
      approach."</p><p class="">While I can't disagree, a helpful compromise, especially for a
      novice, would be using a Git app. I personally use <a moz-do-not-send="true" href="https://www.gitkraken.com/" class="">GitKracken</a>,
      which makes things much easier (once you RTFM, AKA follow the
      tutorials).</p><p class="">Three additional thoughts:</p>
    <ul class="">
      <li class="">Depending on what you're writing, you might prefer to use LyX
        anyway.</li>
      <li class="">If you're doing lots of statistical or similar stuff, consider
        <a moz-do-not-send="true" href="https://www.r-project.org/" class="">R</a>
        with the <a moz-do-not-send="true" href="https://rstudio.com/" class="">R
          Studio</a> interface. R Studio has a Git interface and a
        notebook-style authoring system (also good for reports, books,
        articles, etc.). The latter uses Markdown fed into pandoc, but
        if you need to, you can access much of the LaTeX engine hidden
        under the hood. (I've seen references to this but never had to
        fiddle with it myself. YMMV)</li>
      <ul class="">
        <li class="">R is ridiculously powerful but has a substantial learning
          curve. If you're doing much numerical work, climbing the curve
          is worthwhile. Even if you're not, you can still use R
          Studio's writing interface with minimal knowledge of R.<br class="">
        </li>
      </ul>
      <li class="">The biggest headache I have using Git is remembering to sync
        things up when I start writing or finish writing for the day.
        I'm looking for some way to automate reminders, if not the
        syncing itself.<br class="">
      </li>
    </ul>
    <br class="">
    <blockquote type="cite" cite="mid:mailman.19.1602171316.7671.macosx-tex@email.esm.psu.edu" class="">
      <pre class="moz-quote-pre" wrap="">Date: Wed, 7 Oct 2020 17:54:49 -0400
From: Murray Eisenberg <a class="moz-txt-link-rfc2396E" href="mailto:murrayeisenberg@gmail.com"><murrayeisenberg@gmail.com></a>
To: TeX on Mac OS X Mailing List <a class="moz-txt-link-rfc2396E" href="mailto:macosx-tex@email.esm.psu.edu"><macosx-tex@email.esm.psu.edu></a>
Subject: [OS X TeX] How use git with TeXShop projects?
Message-ID: <a class="moz-txt-link-rfc2396E" href="mailto:6BB0A685-1FC6-4DBA-B4BC-C8C99ABFAFC9@gmail.com"><6BB0A685-1FC6-4DBA-B4BC-C8C99ABFAFC9@gmail.com></a>
Content-Type: text/plain; charset="utf-8"

I?d like direct advice and pointers to documentation on using a revision control system with both a local repository and a repository in the cloud for projects done in TeXShop.

Considerations:

        - Except for having downloaded many archives from github, I?ve never used a revision control system before
        
        - I?m agnostic with respect to the particular revison control system. I suppose Subversion and GIT are the chief contenders today.  Or RCS?

        - I?m aware of <a class="moz-txt-link-freetext" href="https://urldefense.com/v3/__http://www.tug.org/pracjourn/2007-3/scharrer/scharrer.pdf__;!!Jh1S!1Wj1D5m3DHbTAMIOdUkp7XdYGAblUOit7w8pXkXTwk7_TyEzrnguW-92-4sM$">https://urldefense.com/v3/__http://www.tug.org/pracjourn/2007-3/scharrer/scharrer.pdf__;!!Jh1S!1Wj1D5m3DHbTAMIOdUkp7XdYGAblUOit7w8pXkXTwk7_TyEzrnguW-92-4sM$</a>  <a class="moz-txt-link-rfc2396E" href="https://urldefense.com/v3/__http://www.tug.org/pracjourn/2007-3/scharrer/scharrer.pdf__;!!Jh1S!1Wj1D5m3DHbTAMIOdUkp7XdYGAblUOit7w8pXkXTwk7_TyEzrnguW-92-4sM$"><https://urldefense.com/v3/__http://www.tug.org/pracjourn/2007-3/scharrer/scharrer.pdf__;!!Jh1S!1Wj1D5m3DHbTAMIOdUkp7XdYGAblUOit7w8pXkXTwk7_TyEzrnguW-92-4sM$ ></a>, but that?s a bit old (and Windows oriented)

        - Are there any hooks in TeXShop for facilitating use of a revision control system directly within it?

Although I?m engaged in a single-author project, my understanding is that using a revision control system would be a lot safer than my current, ?manual? system of (i) having the Mac utility app Forever Save 2 automatically save each TeX file each time it?s saved within TeXShop; (ii) daily backing up the current files in the project into a .tar via a little shell script; and (ii) of course the usual local backup to TimeMachine and remote backup to a cloud-based system such as AWS S3/Glacier.

---
Murray Eisenberg                        <a class="moz-txt-link-abbreviated" href="mailto:murrayeisenberg@gmail.com">murrayeisenberg@gmail.com</a>
503 King Farm Blvd #101 Home (240)-246-7240
Rockville, MD 20850-6667        Mobile (413)-427-5334


</pre>
    </blockquote>
    <pre class="moz-signature" cols="72"></pre>
  </div>

----------- Please Consult the Following Before Posting -----------<br class="">TeX FAQ: <a href="http://www.tex.ac.uk/faq" class="">http://www.tex.ac.uk/faq</a><br class="">List Reminders and Etiquette: <a href="https://sites.esm.psu.edu/~gray/tex/" class="">https://sites.esm.psu.edu/~gray/tex/</a><br class="">List Archives: <a href="http://dir.gmane.org/gmane.comp.tex.macosx" class="">http://dir.gmane.org/gmane.comp.tex.macosx</a><br class="">                <a href="https://email.esm.psu.edu/pipermail/macosx-tex/" class="">https://email.esm.psu.edu/pipermail/macosx-tex/</a><br class="">TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/" class="">http://mactex-wiki.tug.org/</a><br class="">List Info: <a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex" class="">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br class=""></div></blockquote></div><br class=""><div class="">
---<br class="">Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">                       </span><a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a><br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">     </span>Home (240)-246-7240<br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">  </span>Mobile (413)-427-5334<br class=""><br class="">

</div>
<br class=""></div></body></html>