Code Monkey home page Code Monkey logo

flat-tex's People

Contributors

jwaldmann avatar

Watchers

 avatar  avatar

Forkers

millergarym

flat-tex's Issues

ignored commands may lead to unwanted empty lines

normally, we replace \reminder{foo} by the empty string. This is fine in the case of

bar \reminder{foo} baz

(it will produce bar baz)
but problematic for

bar
\reminder{foo}
baz

it will produce

bar

baz

and we have an unwanted paragraph break.

We cannot just replace by % since that solves the second case but destroys the first.

We need to replace by something invisible that still does not break paragraphs.

incorrect parse for \verb|{|

the parser does not handle this correctly: \verb|{| - it thinks that's an opening brace,
so it looks for the closing one, which usually is not there, so we get an error at the end of the input,
which may be many files later.

unexpected _

Error at "source" (line 1112, column 12):
unexpected _
expecting \end{circuitikz}
    to [L,l_=$L$] (3,2) to [] (5,0);
           ^

% in verbatim is not comment-start

tex parsing is really simple, in particular, we assume '%' starts a comment always.
but inside verbatim, it does not - the '%' may be part of a program text (the mod operator).

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.