auctex does not seem to be loaded Announcing the arrival of Valued Associate #679: Cesar...

Do wooden building fires get hotter than 600°C?

When a candle burns, why does the top of wick glow if bottom of flame is hottest?

Trademark violation for app?

Around usage results

AppleTVs create a chatty alternate WiFi network

Circuit to "zoom in" on mV fluctuations of a DC signal?

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. (

How does the math work when buying airline miles?

Do I really need to have a message in a novel to appeal to readers?

Is "Reachable Object" really an NP-complete problem?

Fantasy story; one type of magic grows in power with use, but the more powerful they are, they more they are drawn to travel to their source

Is this homebrew Lady of Pain warlock patron balanced?

If my PI received research grants from a company to be able to pay my postdoc salary, did I have a potential conflict interest too?

Is it a good idea to use CNN to classify 1D signal?

Wu formula for manifolds with boundary

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

How could we fake a moon landing now?

Old style "caution" boxes

What is implied by the word 'Desika'

Is there such thing as an Availability Group failover trigger?

How do I find out the mythology and history of my Fortress?

Using et al. for a last / senior author rather than for a first author

Would "destroying" Wurmcoil Engine prevent its tokens from being created?

Fundamental Solution of the Pell Equation



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 2 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

          Why does my Macbook overheat and use so much CPU and energy when on YouTube?Why do so many insist on using...

          How to prevent page numbers from appearing on glossaries?How to remove a dot and a page number in the...

          Puerta de Hutt Referencias Enlaces externos Menú de navegación15°58′00″S 5°42′00″O /...