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

LaTeX PDF export #8

Open
quantumish opened this issue Jan 7, 2022 · 1 comment
Open

LaTeX PDF export #8

quantumish opened this issue Jan 7, 2022 · 1 comment
Assignees

Comments

@quantumish
Copy link
Collaborator

Allow for exporting notes to PDFs via the latex crate

@quantumish
Copy link
Collaborator Author

quantumish commented Jan 10, 2022

This is a tad trickier than HTML export because orgize sends over parts of the AST as Start and End events, but thelatex crate pushes content all at once. So content will send a Title Event, we'll read the text from that and write it, content will then send a Text Event with the title content (again), so we end up writing it twice.

Basically, this might be annoying to implement.

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

No branches or pull requests

2 participants