https://github.com/baggepinnen/configs
https://github.com/baggepinnen/configs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/baggepinnen/configs
- Owner: baggepinnen
- Created: 2016-04-14T14:20:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-21T06:04:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-22T04:13:25.475Z (11 months ago)
- Language: Julia
- Size: 78.1 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# configs
## Fix tex memory
In TeX Live, you can modify `/some/path/to/texlive/some/subpath/web2c/texmf.cnf`, which can be found by typing on the terminal:
`kpsewhich -a texmf.cnf`
Then modify the memory size by including, e.g. :
`main_memory = 8000000`
(See comments in texmf.cnf file for more details.)
Then run the following command (maybe as root, not always needed) to recreate the format files:
`fmtutil-sys --all`
## Okular
Editor command:
`/usr/bin/atom "%f:%l"`
`code -g %f:%l`
## Tikzexternalize
```latex
\usepgfplotslibrary{external}
\tikzexternalize[prefix=build/] % then manually create the folder build/build
```
## Make changes to PR branch
The simplest approach is to follow [this guide](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/committing-changes-to-a-pull-request-branch-created-from-a-fork) and use the SSH protocol to push.