{"id":35,"date":"2010-07-18T19:04:27","date_gmt":"2010-07-18T13:34:27","guid":{"rendered":"http:\/\/atuljha.com\/blog\/?p=35"},"modified":"2010-07-18T19:37:59","modified_gmt":"2010-07-18T14:07:59","slug":"auctex-mode-in-emacs-on-ubuntujaunty","status":"publish","type":"post","link":"https:\/\/atuljha.com\/blog\/2010\/07\/18\/auctex-mode-in-emacs-on-ubuntujaunty\/","title":{"rendered":"Auctex mode in Emacs on Ubuntu(Jaunty)"},"content":{"rendered":"<pre lang=\"bash\">\r\n\r\nsudo apt-get install auctex, preview-latex-style\r\n\r\n#Once installed add the below mentioned part in your \".emacs\" file.\r\n\r\n;; Math mode for LaTex (add-hook 'LaTeX-mode-hook 'LaTeX-math-mode)\r\n\r\n;;mouse scrolling (mouse-wheel-mode t)\r\n\r\n;; spellcheck in LaTex mode (add-hook `latex-mode-hook `flyspell-mode) (add-hook `tex-mode-hook `flyspell-mode) (add-hook `bibtex-mode-hook `flyspell-mode)\r\n\r\n;; Show line-number and column-number in the mode line (line-number-mode 1) (column-number-mode 1)\r\n\r\n;; highlight current line (global-hl-line-mode 1)\r\n\r\n<\/pre>\n<p>Restart Emacs and you have Auctex enabled. \ud83d\ude00<\/p>\n","protected":false},"excerpt":{"rendered":"<p>sudo apt-get install auctex, preview-latex-style #Once installed add the below mentioned part in your &#8220;.emacs&#8221; file. ;; Math mode for LaTex (add-hook &#8216;LaTeX-mode-hook &#8216;LaTeX-math-mode) ;;mouse scrolling (mouse-wheel-mode t) ;; spellcheck in LaTex mode (add-hook `latex-mode-hook `flyspell-mode) (add-hook `tex-mode-hook `flyspell-mode) (add-hook `bibtex-mode-hook `flyspell-mode) ;; Show line-number and column-number in the mode line (line-number-mode 1) (column-number-mode 1) &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/atuljha.com\/blog\/2010\/07\/18\/auctex-mode-in-emacs-on-ubuntujaunty\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Auctex mode in Emacs on Ubuntu(Jaunty)&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[206],"_links":{"self":[{"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/posts\/35"}],"collection":[{"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/comments?post=35"}],"version-history":[{"count":6,"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/posts\/35\/revisions"}],"predecessor-version":[{"id":48,"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/posts\/35\/revisions\/48"}],"wp:attachment":[{"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/media?parent=35"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/categories?post=35"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/atuljha.com\/blog\/wp-json\/wp\/v2\/tags?post=35"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}