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

Feature request: Add colon-separated path list in search-path #1108

Open
Neved4 opened this issue Oct 27, 2023 · 0 comments
Open

Feature request: Add colon-separated path list in search-path #1108

Neved4 opened this issue Oct 27, 2023 · 0 comments
Labels
bundles and files Bundle issues, finding fonts, etc.

Comments

@Neved4
Copy link

Neved4 commented Oct 27, 2023

This feels a concise solution for setups that call search-path several times to other git submodules or repos. This would greatly allow repetition, concatenating paths like the PATH variable:

Currently

tectonic test.tex           \
    -Z search-path="$foo"   \
    -Z search-path="$bar"   \
    -Z search-path="$baz"   \
    -Z search-path="$qux"   \
    -Z search-path="$plugh" \
    -Z search-path="$thud"  \

After

tectonic test.tex -Z search-path "$foo:$bar:$baz:$qux:$plugh:$thud"
@rm-dr rm-dr added the bundles and files Bundle issues, finding fonts, etc. label Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bundles and files Bundle issues, finding fonts, etc.
Projects
None yet
Development

No branches or pull requests

2 participants