Skip to content

Codify figures for Part 2 #21

Closed
Closed
@LinqLover

Description

@LinqLover

Workflow

The underlying build process has been reworked. It might be useful to take a look at the PR description of #20.

  1. Choose a figure from the list below you like
  2. Add your name to the item (for example, (ct))
    • If the figure cannot be automated, strike it through
  3. 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}
  1. Fill in the template
  2. Test your script by doing SBEFigureBuilder buildAllTexFigures (maybe you need to set #resourceDirectory before) or SBEFigureBuilder buildFiguresWith: FSPath * 'your' / 'path'
  3. Remove all generated PNGs - once a figure is automated, we do not want to leave the generated PNG in the repo
  4. Commit! 🚀
  5. If the Travis build passes and the generated PDF looks well, check the item off

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions