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

Commits on May 14, 2024

  1. Initial commit

    siefkenj committed May 14, 2024
    Configuration menu
    Copy the full SHA
    bb22b31 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. report unsupported macros by katex and expand user-define commands (#99)

    Report unsupported macros by katex and expand user-define commands
    renee-k authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    d5cbad9 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Break Up LaTeX Source on Section Macros (#101)

    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.
    renee-k authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    2e30cf1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from siefkenj/main

    Merge main
    siefkenj authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b557e23 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request #109 from siefkenj/main

    Rebase
    siefkenj authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    dc71b65 View commit details
    Browse the repository at this point in the history
  2. [WIP] author-info (#100)

    Add function to extract information from the `\author{...}` tag that appears before `\begin{document}...`
    Bo-Y-G authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    419b8df View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Fix the skipped test cases in the PreTeXt package (#103)

    Necessary macro subs and environment subs to create valid PreTeXt from LaTeX.
    renee-k authored Aug 15, 2024
    Configuration menu
    Copy the full SHA
    27e9fbf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Added LaTeX to PreTeXt Plugin to the CLI package (#113)

    * started adding pretext package to cli
    renee-k authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3581267 View commit details
    Browse the repository at this point in the history
  2. Upgrade deps

    siefkenj committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f5c61ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f516a2 View commit details
    Browse the repository at this point in the history
  4. Rebuild documentation

    siefkenj committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0aabe43 View commit details
    Browse the repository at this point in the history