https://github.com/psygo/tsumego_workbooks
BIBA Tsumegos
https://github.com/psygo/tsumego_workbooks
Last synced: 10 months ago
JSON representation
BIBA Tsumegos
- Host: GitHub
- URL: https://github.com/psygo/tsumego_workbooks
- Owner: psygo
- License: bsd-4-clause
- Created: 2025-06-28T00:47:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-24T10:05:58.000Z (11 months ago)
- Last Synced: 2025-08-24T12:10:17.844Z (11 months ago)
- Language: TeX
- Homepage:
- Size: 46.8 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tsumego Workbooks
A template for creating tsumego workbooks.
Largely based on this other project: [@psygo/tecnicas_de_go](https://github.com/psygo/tecnicas_de_go).
## Development Setup
File paths are very annoying in TeX. And, for this project, we need to set up a global file path because each folder uses its own level as its reference. It's a bit repetitive, the other way around would be to define an environment variable on the terminal. For now, this is what I've been doing at the top of each file:
```tex
\def\repoPath{pathToTheRepo}
\usepackage{\repoPath/config}
```
## References
- [@psygo/tecnicas_de_go](https://github.com/psygo/tecnicas_de_go)
- [@101books/101books.github.io](https://github.com/101books/101books.github.io)
- [101books.github.io](https://101books.github.io/)