>>>>> "Tassilo" == Tassilo Horn <[email protected]> writes:

> Tassilo Horn <[email protected]> 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}
_______________________________________________
auctex-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex-devel

Reply via email to