Wishlist of a math user

Aditya Mahajan (presented by Taco Hoekwater)

A bit of a history

Current state of affairs

Lets start from the internals

Current weirdness is display math

The idea

The idea

Pros and Cons

Advantage

Drawback

User interface suggestions

User interface suggestions

\placeformula[label] \startformula ... \stopformula

vs

\startequation[label]  ... \stopequation

and

\startformula ... \stopformula

vs

\startequation[-] ... \stopequation
\startequation[number=no] ... \stopequation

User interface suggestions

\startformula[12pt] ... \stopformula
\startformula[boldmath] ... \stopformula

vs

\startequation[style=big] ... \stopequation
\startequation[style=bold] ... \stopequation

User interface suggestions

\placeformula[ref] \startformula[12pt] ... \stopformula

vs

\startequation[ref][style=big] ... \stopequation

User interface suggestions

\startformula \startalign[n=2, align={...}] ... \stopalign \stopformula

Why have two declarations?

\startequation[n=2,align={...}] ... \stopequation

User interface suggestions

Predefined alternatives:

\definemathalignment[gather][n=1,align=middle]
\startformula \startgather ... \stopgather \stopformula

vs

\definemathalignment[gather][n=1,align=middle]
\startequation[alternative=gather] ... \stopequation

or perhaps easier(?)

\startequation[parent=gather] ... \stopequation

User interface suggestions

Sub formulas need more thought

Sorry, I have run out of time to coherently express my thoughts on sub formulas.

\placesubformula \startformula ... \stopformula

vs

\startequation[alternative=sub] ... \stopequation

or perhaps(?)

\startsubequation ... \stopsubeuqation

Named tags:

Current solution:

\defineconversion[main][Main Result]
\defineformlaalternative]main][conversion=main]

\startmainformula ... \stopmainformula

vs:

\startequation[tag={Main Result}] ... \stopequation

I am not convinced that this is necessary

Feature Requests

Feature Requests

Feature Requests

Another feature request

Some food for thought

Some half baked ideas

Some unbaked ideas (warning)

Some unbaked ideas (warning)

Thats all folks

Thanks for listening to my ramblings.

Thanks to Taco for presenting this.