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

Better integration with vscode extension and presentation template. #7

Closed
wants to merge 3 commits into from

Conversation

Duumbo
Copy link
Contributor

@Duumbo Duumbo commented Aug 7, 2023

Changelog

  • Added Makefile from Classic.
  • Added commands.sty from Classic (some custom commands than are maybe not needed).
  • Added preamble.sty from BCarnaval.
  • Added sections directory.
  • Added figs directory from Classic.
  • Added \Language command from Classic.
  • Migrated from subfiles to standalone because beamer does not like subfiles, something to do with how document environnement is handled idk.
    • This means you include with \input, not \subfile.
    • This means you declare a subfile \documentclass[beamer]{standalone}.
    • You may have to run multiple times for the outline to work correctly.

This feature is usefull to quickly modify templates without root access.
@Duumbo
Copy link
Contributor Author

Duumbo commented Aug 24, 2023

Changelog

  • Added TEMPLATE_DIR variable to set the Template directory. Placing the templates in the /usr/local/share/UniTeX isn't a good idea for everyone, for example many people have / and /home on 2 different partitions, root being much smaller. Also, hot-swapping the template without root access is now doable.

This was achieved by placing a symlink in $DESTINATION/$PROG to $TEMPLATE_DIR/$PROJ.

`TitlePage`

There was a little typo in the subfile declaration. This made the vscode
extension generate garbage when saving `TitlePage.tex`
@Duumbo Duumbo changed the title feat: init the presentation template. WIP Better integration with vscode extension and presentation template. Sep 9, 2023
@Duumbo
Copy link
Contributor Author

Duumbo commented Sep 9, 2023

Changelog

Fixed a typo that made the LaTeX workshop extension generate garbage files on save.

Copy link
Owner

@BCarnaval BCarnaval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes for presentation template are outdated because of my late response to your commit... Nice for install.sh!

@BCarnaval BCarnaval closed this Oct 23, 2024
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.

2 participants