auctex-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: auctex-devel Digest, Vol 190, Issue 4


From: Uwe Brauer
Subject: Re: auctex-devel Digest, Vol 190, Issue 4
Date: Sun, 11 Apr 2021 22:44:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)


> Hi, Uwe,

> I have been using TeXLive + Emacs on macOS at least since 2007 or so,
> with very few problems. I myself prefer a totally standard
> (non-customized) Emacs, and after using Emacsforosx for many years I
> switched five years ago to Macport’s Emacs, with which I am very


well I started with fink, since I thought finks apt-get would be very
familiar, but it is not, fink ships emacs 26, but I stay for it for the
moment because of its mercurial version, that is relatively recent and
compiled with python 2.7 which I need for my extensions

However osxfuse does not work (and therefore not encfs, but neither in
macports, only in homebrew, but right now I don't feel like changing).



> happy. I don’t have too much experience with MacTeX, because I prefer
> to install the vanilla Unix TeXLive distro and then download directly
> the few Mac-centric programs I need (essentially Skim and Latexit).



> It is strange that things don’t work right out of the box with MacTeX,
> since the current distribution binaries are always symlinked inside
> the /Library/texbin/ folder, so if that’s in your $PATH (which it
> should if MacTeX was properly installed) you should always find them.
> Try “echo $PATH” in the Terminal, and if /Library/texbin is not in
> your path add it by hand (create a file called TeX inside
> /etc/paths.d/ with the single line “/Library/texbin” (without the
> quotes). Alternatively, if you install the Unix TeXLive distribution
> you just have to create this file with the single line
> “/usr/local/texlive/2021/bin/universal-darwin” (to be absolutely sure,
> just execute “ls /usr/local/texlive/2021/bin/“ in the Terminal to
> check where TeXLive put its binaries in your computer).

I did something similar, the problem however was, as pointed out to me
by Stefan Moser, that emacs (emacsforosx should start from the command
line, only then it finds the latex executables, don't ask me why.

However I have a different question now. How did you set up Skim?

Stefan recommended to use 

(setq TeX-view-program-list
      '(("PDF Viewer" 
"/Applications/Skim.app/Contents/SharedSupport/displayline -b -r %n %o %b")
        ("DVI Viewer" "xdvi -q -sourceposition \"%n %b\" -editor \"%cS\" 
-expertmode 0 -watchfile 1 -s 6 -geometry 843x1180+843+0 -bg white -xrm 
'XDvi.mainTranslations: #override <Key>BackSpace:up-or-previous()' %o")


However in my understanding I should better modify 
(here is my linux setting in my custom-init.


 '(TeX-view-program-selection
   '(((output-dvi style-pstricks)
      "dvips and gv")
     (output-dvi "xdvi")
     (output-html "xdg-open")
     (output-pdf "Okular")))


Any idea what to use for Skim?


Thanks and regards

Uwe 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]