You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To have a more or less realistic example report, I conducted a series of experiments (objects rolling down an inclined plane)
and wrote an almost[1] complete lab report for it.
The overall idea is to have not only a somewhat realistic example but also building up this example.
Currently the final report is done and I'm going to split the final result into pieces,
that can be done as progressive exercises (essentially recreating the template piece by piece) with the final report as a comparison.
turning the folder into a git repo (doing git stuff, push to github ...)
move v16516 specific files into a folder, i.e. a subfolder in the git-repo
Step 7 (after topic: latex intro):
adding a first version of the document ⇒ sections and \input{content/...}
Step 8 (after topic: latex math):
adding all math to the respective sections
Step 9 (after topic: floats, refs and bib):
Adding the plots as figures
Adding the tables by typing them out (not via the python script)
Adding the sources to the bib files
Step 10 (after topic: latex + matplotlib ):
move v16516 specific files into a folder [→ Step 6]
adding header-matplotlib and matplotlibrc
Adding a Makefile:
use build/ for each outputfile
Step 11 (advanced improvements):
generating more output files:
no hardcoded numbers in the tex files
no handcrafted tables
[1] All sections do contain some 'real-world' examples for tables, images, equations
(single and multiline), and references to any of these. And the overall structure fits as well, but I did not find anything to write in the discussion section, that would make the example any better
(I just left a todo note).
The text was updated successfully, but these errors were encountered:
To have a more or less realistic example report, I conducted a series of experiments (objects rolling down an inclined plane)
and wrote an almost[1] complete lab report for it.
The overall idea is to have not only a somewhat realistic example but also building up this example.
Currently the final report is done and I'm going to split the final result into pieces,
that can be done as progressive exercises (essentially recreating the template piece by piece) with the final report as a comparison.
See PR #448 for the actual implementation.
Revised list of the steps (added more steps, so that they are quite specific and not to cramped):
move v16516 specific files into a folder[→ Step 6][1] All sections do contain some 'real-world' examples for tables, images, equations
(single and multiline), and references to any of these. And the overall structure fits as well, but I did not find anything to write in the discussion section, that would make the example any better
(I just left a todo note).
The text was updated successfully, but these errors were encountered: