We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
\em
\st
I think a better idea would be to have \begin and \end as generic commands, which take a 'context' argument:
\begin
\end
\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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now the mockup uses
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:Have to think about where that would be defined and what such 'contexts' should even be able to do.
The text was updated successfully, but these errors were encountered: