Code Monkey home page Code Monkey logo

Comments (3)

fmoralesc avatar fmoralesc commented on June 7, 2024

Probably, but in vim's latex syntax. We don't handle those.

from vim-pandoc.

pengyu avatar pengyu commented on June 7, 2024

I'm not sure what handles latex syntax in vim. Do you know where the bug should be filed to? Is there a way to demonstrate the bug without using vim-pandoc? If there is a way, it would be easier to report the bug.

from vim-pandoc.

fmoralesc avatar fmoralesc commented on June 7, 2024

Try opening a new file, writing

\begin{equation}
x_{ij}
\end{equation}

set the filetype to tex (:set ft=tex) and conceallevel to 2 (set
conceallevel=2), and you can reproduce it. It seems to be a bug in vim's
runtime syntax/tex.vim, which under linux is located at
/usr/share/vim/vim74/. The issue seems to be the declaration of
texSubscript, in line 1045. The maintainer of that is Charles Campbell,
whose email is [email protected].

Hope that helps.

On Tue, Jun 24, 2014 at 10:28 PM, pengyu [email protected] wrote:

I'm not sure what handles latex syntax in vim. Do you know where the bug
should be filed to? Is there a way to demonstrate the bug without using
vim-pandoc? If there is a way, it would be easier to report the bug.


Reply to this email directly or view it on GitHub
#47 (comment)
.

from vim-pandoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.