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

PreTeXt conversion support #98

Merged
merged 11 commits into from
Aug 20, 2024
Merged

PreTeXt conversion support #98

merged 11 commits into from
Aug 20, 2024

Conversation

siefkenj
Copy link
Owner

@siefkenj siefkenj commented May 14, 2024

Initial support for LaTeX to PreTeXt

@siefkenj siefkenj marked this pull request as draft May 14, 2024 20:00
renee-k and others added 6 commits June 12, 2024 16:46
Report unsupported macros by katex and expand user-define commands
Break up a latex source by divisions (`\section` , `\subsection`, etc.) and turn those divisions into environments. E.g., `\section{foo}XXX\section{bar}YYY` becomes 

```
\begin{_section}[foo]XXX\end{_section}
\begin{_section}[bar]YYY\end{_section}
```

This is an intermediate step in the PreTeXt conversion.
Add function to extract information from the `\author{...}` tag that appears before `\begin{document}...`
Necessary macro subs and environment subs to create valid PreTeXt from LaTeX.
@siefkenj siefkenj changed the title [WIP] PreTeXt conversion support PreTeXt conversion support Aug 15, 2024
@siefkenj siefkenj marked this pull request as ready for review August 20, 2024 16:29
@siefkenj siefkenj merged commit d29363b into main Aug 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants