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

Compiling from multiple files / including custom declarations #43

Open
Ivansstyle opened this issue Oct 24, 2022 · 0 comments
Open

Compiling from multiple files / including custom declarations #43

Ivansstyle opened this issue Oct 24, 2022 · 0 comments

Comments

@Ivansstyle
Copy link

Ivansstyle commented Oct 24, 2022

Hi, I am trying to compile medium-complex tex file with other .cls with functions macros etc. I see you specified LATEX_GRAPHICSPATH but there is nothing to use for other files.
For my case I need to include:

  • .cls file with fuctions, colors, macros
  • fonts folder
  • images
    And of coarse I would need them to be accessible without constructing an absolute path in the .tex file, as when moving from dev to deploy these path will change.

My only suggestion would be that at setup time a function like tex_declare_graphics(filename, alias), tex_declare_fonts(filename, alias), tex_declare_cls(filename, alias) to later use while loading in tex files as \graphics{{{ alias }}} , etc... But I honestly dont know how one can do that.

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

1 participant