GithubHelp home page GithubHelp logo

jtexcore's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

jtexcore's Issues

Bug

-- 1_(=>);

Matrix types are unintuitive

--m{
		--mat.store(abc).hide(){1, 2, 3;4, 5, 6} {}
		--mat{--plmat.recall(abc), ...;..., --mat.recall(abc)}
}

The types are not fixed when a matrix is initialized.

Escaping in a matrix

Escaping commands in a matrix is not possible, or leads to formatting problems.

--m{
	--mat.store(abc).hide(){1, 2, 3;4, 5, 6} {}
	--mat{--plmat.recall(abc), ----*;--*, --mat.recall(abc)}
}

argument system for operators advance 1 char too much

Wir zeigen zunächst, dass -- f^; wohldefiniert ist. Seien also
-- v, w \in V; mit -- v^
= w^_;. Nach Definition 5.19 existiert also
ein -- u \in U;, so dass -- v - w = u; gilt. Es folgt

--m{
(f(u))^_ \in U <=> (f(v-w))^_ \in U \
\overset{\text{f linear}}&{<=>} (f(v) - f(w))^_ \in U \
<=> (f(v))^_ - (f(w))^_ \in U \
<=> (f(v))^_ = (f(w))^_ \
<=> f^(v^) = f^(w^)
}

Da -- v, w; beliebig gewählt wurden, ist -- f^_; eindeutig und somit wohldefiniert.

Es bleibt zu zeigen, dass -- \chi_(f \backslash U) * \chi_(f^_); gilt.

Matrix syntax

--mat{
1, 2, 3, (4 + 5)
2, 3, 4, 5
}

--blockmat{
(
(1, 2, 3)
(4, 5, 6)
)
}

Align does not accept empty lines

The LaTeX align environment does not accept empty lines. Maybe we should delete the empty lines or replace them by something, which LaTeX compiles to a real empty line instead of throwing an error.

Example:

--m{
    1+1

    2+2
}

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.