change ls to find, pass mainfile name to latex
All checks were successful
/ Build Container (push) Successful in 57m39s
All checks were successful
/ Build Container (push) Successful in 57m39s
This commit is contained in:
@@ -34,7 +34,8 @@ replace `<mainTEXfile>` with the primary tex file to compile, `<projectFolderP
|
||||
This will compile your project whenever a change is observed in the `mainTEXfile` file.
|
||||
|
||||
## Observables:
|
||||
|
||||
- The container will create a new folder `pdf` which contains all the build files.
|
||||
- Once the project compiles, the result is put into the `<projectFolderPath>`, called `output.pdf`. Keep it open so any changes to the main tex file, triggers a pdf update. Other files include `compile.sh`: the main compilation script, `latexmkrc`: used by the `latexmk` compiler, edit cautiously, and `.autoltx`: used for versioning the container scripts.
|
||||
- These files are added to gitignore if present to avoid tracking unnecessary files by git.
|
||||
- Compilation starts as soon as you start the container, and if the required files are present in the project folder.
|
||||
- The container will create a new folder `pdf` to store all the build files.
|
||||
- You can follow the compilation logs in the terminal for any errors or warnings.
|
||||
- Once the project compiles, the resulting PDF ends up in the `<projectFolderPath>`, called `output.pdf`. Keep it open so any changes to the main tex file triggers a refresh by your PDF viewer. Other files include `compile.sh`: the main compilation script, `latexmkrc`: used by the `latexmk` compiler, edit cautiously, and `.autoltx`: used for versioning the container scripts.
|
||||
- These files are added to gitignore to avoid tracking by git.
|
||||
|
||||
Reference in New Issue
Block a user