Closed
Description
Workflow
The underlying build process has been reworked. It might be useful to take a look at the PR description of #20.
- Choose a figure from the list below you like
- Add your name to the item (for example,
(ct)
)- If the figure cannot be automated, strike it through
- Open the depending tex file and insert the following snipped before the
\figure
definition:
\begin{ExecuteSmalltalkScript}
SBESqueakPicture writeTo: './figures/*FILENAME*.png' frame: #morphs using: [:helper |
self shouldBeImplemented
]
\end{ExecuteSmalltalkScript}
- Fill in the template
- Test your script by doing
SBEFigureBuilder buildAllTexFigures
(maybe you need to set#resourceDirectory
before) orSBEFigureBuilder buildFiguresWith: FSPath * 'your' / 'path'
- Remove all generated PNGs - once a figure is automated, we do not want to leave the generated PNG in the repo
- Commit! 🚀
- If the Travis build passes and the generated PDF looks well, check the item off
Activity