josephwright / beamer

A LaTeX class for producing presentations and slides
Other
1.35k stars 139 forks source link

[ doc ] Handouts workflow: delete first line -> delete the first two #870

Closed asr closed 7 months ago

asr commented 7 months ago

In the documentation for the handouts workflow it is necessary to delete the first two lines instead of the first line. This PR fixed this problem.

samcarter commented 7 months ago

Screenshot 2023-12-07 at 11 42 56

Given that this workflow starts with "...but they can simplify the creation of the article version", I understood it in the way that there is not yet an article version and one starts with the beamer version. The beamer version does not load the beamerarticle package, and thus one only needs the first line removed.

... but I see how one can also understand this differently. I'll try to clarify the wording

samcarter commented 7 months ago

Changed the sentence to:

In the main file |main.tex|, delete the first line, which sets the document class. In case the article version is used as a starting point, also remove |\usepackage{beamerarticle}|.