https://github.com/canmod/productmodel
https://github.com/canmod/productmodel
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/canmod/productmodel
- Owner: canmod
- Created: 2024-07-12T21:01:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T15:57:05.000Z (almost 2 years ago)
- Last Synced: 2025-09-09T22:28:17.521Z (9 months ago)
- Language: TeX
- Size: 5.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The recommended way to work on this project without interacting with overleaf is to clone the _overleaf_ (not github) git repo: https://git.overleaf.com/64f0d175326cfbdad8ace76c
As a reminder, from [here](https://www.overleaf.com/learn/how-to/Git_integration_authentication_tokens):
> You can create and delete authentication tokens in your Overleaf Account Settings ...
> If prompted for a username, enter the username “git”. When prompted for a password, enter your authentication token
## BMB 2024 Apr 14 (Sun)
* **NOTE NEW git repo hash**: now pointing to new/non-archived version
* `JOMB_formatted.*` has moved to `ms_submit.*`; it turns out that BMB is not very fussy about submission format, and suggest a Springer Nature template, which is pretty much the same as what JOMB was using ...
* I would be happy to import JD's Makefile, but in the meantime I'm just using `pdflatex --shell-escape` to build.
## JD 2023 Jun 09 (Fri)
I was able to compile this in a cloned directory by:
* using `--shell-escape` as an argument to `pdflatex`
* installing inkscape (using `apt install`)
My Makefile for this project is available at https://github.com/dushoff/research/blob/master/mkfiles/productModel.make . If anybody wants to use it, we can discuss advantages and disadvantages of moving it to the repo (and thus to overleaf).
## DE 2023 Jul 10 (Mon)
I was able to compile following JD's notes above, but with the macOS equivalent:
* `brew install inkscape`
* `pdflatex --shell-escape JOMB_formatted`