You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having trouble including multiple files. Whenever I have multiple includes it gets into a loop of including the same file over and over, and complaining about redefinition. Each include works independently but not together. I have made the included files super simple to avoid error.
@title My title
@s Theory
@include theory.lit
@s Code
@include code.lit
The text was updated successfully, but these errors were encountered:
@soratobukuroneko partially due to this problem (and others with making books), I made an inspired project https://github.com/justinmeiners/srcweave, which supports a very similar file format, but handles multiple files in a much simpler way.
I am having trouble including multiple files. Whenever I have multiple includes it gets into a loop of including the same file over and over, and complaining about redefinition. Each include works independently but not together. I have made the included files super simple to avoid error.
The text was updated successfully, but these errors were encountered: