https://github.com/jmuozan/arspostfaber-thesis
https://github.com/jmuozan/arspostfaber-thesis
documentation grasshopper-plugin grasshopper3d rhino3d
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmuozan/arspostfaber-thesis
- Owner: jmuozan
- License: other
- Created: 2025-06-12T08:09:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-09-09T18:23:39.000Z (9 months ago)
- Last Synced: 2025-09-09T22:03:27.295Z (9 months ago)
- Topics: documentation, grasshopper-plugin, grasshopper3d, rhino3d
- Language: TeX
- Homepage: https://jmuozan.github.io/ArsPostFaber-docs/
- Size: 246 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ars Post Faber
## Clone Repo
```
git clone https://github.com/jmuozan/ArsPostFaber-Thesis.git
```
## Run Compilation
```
latexmk -pvc main.tex
```
## Delete extra stuff when done
```
# Clean auxiliary files but keep the PDF
latexmk -c
# Clean everything including the PDF
latexmk -C
```
## If svg not working on latex convert to pdf
```
# Logo directory
cd figures/logo/
# Convert IAAC logo
inkscape iaac_logo.svg --export-pdf=iaac_logo.pdf
# Convert Fab Lab BCN logo
inkscape fablabbcn-logo.svg --export-pdf=fablabbcn-logo.pdf
```