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

          Do these spellcasting foci from Xanathar's Guide to Everything have to be held in a hand?How do foci and somatic+material components interact when it comes to occupying a hand?Can you cast spells with a Somatic component if you're holding a two-handed weapon?Crafting an Improvised Spellcasting Focus?Can a multiclass Cleric/Warlock hold a Holy Shield and an Arcane Staff and still cast spells?Where should I report printing errors in Xanathar's Guide to Everything?Where can I purchase a legal Xanathar's Guide to Everything PDF?Can I use a hand holding a focus from one class to cover somatic components for a spell from another class?Do you need a “gameplay-wise” free hand to handle material components?Portent, as it relates to the Gambling downtime rules from Xanathar's Guide to EverythingWhat is the correct interpretation of the Gambling Results table in Xanathar's Guide to Everything?

          Can I stretch or expand an entire standalone document to fit the page? The Next CEO of Stack Overflow

          Why do some congregations only make noise at certain occasions of Haman?Purim and Shushan PurimParashat TzavSource to make noise when Haman's name is mentioned?Does anyone say not to make noise for Haman?Why is Megillat Esther the only one to receive a bracha after reading it?Why did Haman change his mind and decide to immediately hang Mordechai?Chazal empty barrels make the most noiseWhy is Megillat Esther the only Megillah that is still read from parchment?Why is v'acharei added in some siddurim?is there some significance in their relationship between Haman and Daniel?Why is only Purim to be celebrated “forever”?Why didn't Haman just kill Mordechai?