auctex-devel
[Top][All Lists]
Advanced

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

[AUCTeX-devel] [yes and no] (was: (add-hook 'LaTeX-mode-hook 'turn-on-pr


From: Uwe Brauer
Subject: [AUCTeX-devel] [yes and no] (was: (add-hook 'LaTeX-mode-hook 'turn-on-prettify-symbols-mode))
Date: Wed, 02 Sep 2015 13:14:20 +0000
User-agent: Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux)

>>>>> "Tassilo" == Tassilo Horn <address@hidden> writes:

> Tassilo Horn <address@hidden> writes:
> I've implemented fix 2 now.  We'll see if that causes misery but I don't
> think so.


I will attach two files. File ne2.tex contains an integral and there
indeed the integral is presented as a symbol, the second one new.tex
however contains an integral as well however the integral and all the
other symbols are still not presented by its symbols.

Uwe Brauer 

\documentclass[12pt]{article}
\usepackage{a4wide}
\setlength{\parindent}{0pt}
\sloppy
\parskip=5pt plus 5pt
\oddsidemargin-10pt
\usepackage{amssymb,amsfonts,amsmath,amsthm}
\usepackage{latexsym}
\usepackage[spanish]{babel}
\usepackage[latin1]{inputenc}
\usepackage{stmaryrd}
\let\mathmicro\mu
\usepackage{listings}
\lstloadlanguages{Matlab}
\lstset{language=Matlab,keywordstyle=\bfseries,breaklines=true,texcl=true,numbers=left,morecomment=[l]\%\%,frameround=fttt}
\usepackage{color}
\usepackage{graphics,graphicx}
\newcommand{\mymargyellow}[1]{
\footnotemark\marginpar{\fbox{\fcolorbox{black}{yellow}{
    \begin{minipage}{2cm}
\thefootnote\ #1
    \end{minipage}}}}}
\usepackage[side]{footmisc}
\usepackage{framed}
\usepackage{comment}
\newtheorem{sol}{Solucion de la}
\excludecomment{sol}
\usepackage{framed}
\definecolor{shadecolor}{rgb}{1.,1.,0.5}
\begin{document}
$\int_{\beta}$       
\begin{equation}
\label{eq:new:1} 
\int f(x)dx = \sum_{j=1}^{\infty}+ \frac{\partial}{} + \sum \alpha \beta 
\sum\limits_{i=1}^{\infty}
\end{equation} 
\bibliographystyle{plain}
\bibliography{bibgraf}
\end{document}

%%% Local Variables: 
%%% mode: LaTeX
%%% TeX-master: t
%%% End: 
\documentclass{article}

\begin{document}
\begin{equation}
\label{eq:ne2:1}
\int
\end{equation}
\end{document}

reply via email to

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