Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide how to handle begin/end pairs #40

Open
Infernio opened this issue Feb 7, 2023 · 0 comments
Open

Decide how to handle begin/end pairs #40

Infernio opened this issue Feb 7, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Infernio
Copy link
Member

Infernio commented Feb 7, 2023

Right now the mockup uses

\begin_work_summary
This is the \em[summary] of the \st[entire work].
\end_work_summary

Nevermind the \em and \st, which is not how that works anymore since #2.

I think a better idea would be to have \begin and \end as generic commands, which take a 'context' argument:

\begin[work_summary]
This is the *summary* of the **entire work**.
\end[work_summary]

Have to think about where that would be defined and what such 'contexts' should even be able to do.

@Infernio Infernio added the enhancement New feature or request label Feb 7, 2023
@Infernio Infernio added this to the v0.2.0 milestone Feb 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant