auctex does not seem to be loaded Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Cannot load preview-latex despite AUCTEX already installedDoes AucTeX Autocomplete?auctex does not parse own sty fileBeamer.el not loadedInstalling the latest AUCTeX from within EmacsWhat is the best side-by-side preview method for Emacs24 AUCTeX?Auctex not finding packageWhy does emacs (or auctex?) turns — into "=?Can not generate Preview by AUCTeXCannot load preview-latex despite AUCTEX already installedC-c C-c does not start a viewer

Why are there no cargo aircraft with "flying wing" design?

Should I use a zero-interest credit card for a large one-time purchase?

Is it fair for a professor to grade us on the possession of past papers?

If u is orthogonal to both v and w, and u not equal to 0, argue that u is not in the span of v and w. (

Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?

Is grep documentation wrong?

Chinese Seal on silk painting - what does it mean?

What's the meaning of "fortified infraction restraint"?

Why do we bend a book to keep it straight?

How to Make a Beautiful Stacked 3D Plot

What does this Jacques Hadamard quote mean?

Does classifying an integer as a discrete log require it be part of a multiplicative group?

why is Nikon 1.4g better when Nikon 1.8g is sharper?

Is safe to use va_start macro with this as parameter?

How to react to hostile behavior from a senior developer?

Can a new player join a group only when a new campaign starts?

How could we fake a moon landing now?

How can I use the Python library networkx from Mathematica?

Using audio cues to encourage good posture

Why are the trig functions versine, haversine, exsecant, etc, rarely used in modern mathematics?

If a contract sometimes uses the wrong name, is it still valid?

How does the math work when buying airline miles?

Finds a Character based on distance and health

Why aren't air breathing engines used as small first stages?



auctex does not seem to be loaded



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Cannot load preview-latex despite AUCTEX already installedDoes AucTeX Autocomplete?auctex does not parse own sty fileBeamer.el not loadedInstalling the latest AUCTeX from within EmacsWhat is the best side-by-side preview method for Emacs24 AUCTeX?Auctex not finding packageWhy does emacs (or auctex?) turns — into "=?Can not generate Preview by AUCTeXCannot load preview-latex despite AUCTEX already installedC-c C-c does not start a viewer










0















I have basically the same issues as described in:
Cannot load preview-latex despite AUCTEX already installed
and in this post nougako did not seem to solve its problem.



I have emacs 26 (to which I just upgrade from 24) on ubuntu 16.04 and I (re)installed auctex using elpa.



I googled around and found that in that case the initialization is automatic.
Beside some small user configuration, my .emacs basically starts with



;; MELPA
(require 'package)
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/") t)
(add-to-list 'package-archives
'("gnu" . "http://elpa.gnu.org/packages/" ) t)

(package-initialize) ;; You might already have this line
(setq TeX-auto-save t)
(setq TeX-parse-self t)
(setq TeX-electric-sub-and-superscript 1)
(setq preview-scale-function 1.33)
(setq-default TeX-master nil)


But apparently AUCtex is not loaded. No menu, no specific commands, etc...
No error in initialization. I tried removing parts of my .emacs to simplify it as much as possible, no luck.



What am I missing? Any help appreciated









share







New contributor




gib j is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
























    0















    I have basically the same issues as described in:
    Cannot load preview-latex despite AUCTEX already installed
    and in this post nougako did not seem to solve its problem.



    I have emacs 26 (to which I just upgrade from 24) on ubuntu 16.04 and I (re)installed auctex using elpa.



    I googled around and found that in that case the initialization is automatic.
    Beside some small user configuration, my .emacs basically starts with



    ;; MELPA
    (require 'package)
    (add-to-list 'package-archives
    '("melpa-stable" . "https://stable.melpa.org/packages/") t)
    (add-to-list 'package-archives
    '("gnu" . "http://elpa.gnu.org/packages/" ) t)

    (package-initialize) ;; You might already have this line
    (setq TeX-auto-save t)
    (setq TeX-parse-self t)
    (setq TeX-electric-sub-and-superscript 1)
    (setq preview-scale-function 1.33)
    (setq-default TeX-master nil)


    But apparently AUCtex is not loaded. No menu, no specific commands, etc...
    No error in initialization. I tried removing parts of my .emacs to simplify it as much as possible, no luck.



    What am I missing? Any help appreciated









    share







    New contributor




    gib j is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.






















      0












      0








      0








      I have basically the same issues as described in:
      Cannot load preview-latex despite AUCTEX already installed
      and in this post nougako did not seem to solve its problem.



      I have emacs 26 (to which I just upgrade from 24) on ubuntu 16.04 and I (re)installed auctex using elpa.



      I googled around and found that in that case the initialization is automatic.
      Beside some small user configuration, my .emacs basically starts with



      ;; MELPA
      (require 'package)
      (add-to-list 'package-archives
      '("melpa-stable" . "https://stable.melpa.org/packages/") t)
      (add-to-list 'package-archives
      '("gnu" . "http://elpa.gnu.org/packages/" ) t)

      (package-initialize) ;; You might already have this line
      (setq TeX-auto-save t)
      (setq TeX-parse-self t)
      (setq TeX-electric-sub-and-superscript 1)
      (setq preview-scale-function 1.33)
      (setq-default TeX-master nil)


      But apparently AUCtex is not loaded. No menu, no specific commands, etc...
      No error in initialization. I tried removing parts of my .emacs to simplify it as much as possible, no luck.



      What am I missing? Any help appreciated









      share







      New contributor




      gib j is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.












      I have basically the same issues as described in:
      Cannot load preview-latex despite AUCTEX already installed
      and in this post nougako did not seem to solve its problem.



      I have emacs 26 (to which I just upgrade from 24) on ubuntu 16.04 and I (re)installed auctex using elpa.



      I googled around and found that in that case the initialization is automatic.
      Beside some small user configuration, my .emacs basically starts with



      ;; MELPA
      (require 'package)
      (add-to-list 'package-archives
      '("melpa-stable" . "https://stable.melpa.org/packages/") t)
      (add-to-list 'package-archives
      '("gnu" . "http://elpa.gnu.org/packages/" ) t)

      (package-initialize) ;; You might already have this line
      (setq TeX-auto-save t)
      (setq TeX-parse-self t)
      (setq TeX-electric-sub-and-superscript 1)
      (setq preview-scale-function 1.33)
      (setq-default TeX-master nil)


      But apparently AUCtex is not loaded. No menu, no specific commands, etc...
      No error in initialization. I tried removing parts of my .emacs to simplify it as much as possible, no luck.



      What am I missing? Any help appreciated







      auctex





      share







      New contributor




      gib j is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share







      New contributor




      gib j is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share



      share






      New contributor




      gib j is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked 5 mins ago









      gib jgib j

      1




      1




      New contributor




      gib j is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      gib j is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      gib j is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




















          0






          active

          oldest

          votes












          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "85"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          gib j is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485413%2fauctex-does-not-seem-to-be-loaded%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          gib j is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          gib j is a new contributor. Be nice, and check out our Code of Conduct.












          gib j is a new contributor. Be nice, and check out our Code of Conduct.











          gib j is a new contributor. Be nice, and check out our Code of Conduct.














          Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f485413%2fauctex-does-not-seem-to-be-loaded%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Isabella Eugénie Boyer Biographie | Références | Menu de navigationmodifiermodifier le codeComparator to Compute the Relative Value of a U.S. Dollar Amount – 1774 to Present.

          Lioubotyn Sommaire Géographie | Histoire | Population | Notes et références | Liens externes | Menu de navigationlubotin.kharkov.uamodifier« Recensements et estimations de la population depuis 1897 »« Office des statistiques d'Ukraine : population au 1er janvier 2010, 2011 et 2012 »« Office des statistiques d'Ukraine : population au 1er janvier 2011, 2012 et 2013 »Informations officiellesCartes topographiquesCarte routièrem

          Mpande kaSenzangakhona Biographie | Références | Menu de navigationmodifierMpande kaSenzangakhonavoir la liste des auteursm