From cb8f8ce53b21ffbf1d36964419323350d18ac970 Mon Sep 17 00:00:00 2001 From: Spencer Bryngelson Date: Thu, 21 Dec 2023 04:02:43 +0000 Subject: [PATCH] Update formatting.md --- group-syllabus/formatting.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/group-syllabus/formatting.md b/group-syllabus/formatting.md index c5f80bc..3383a7c 100644 --- a/group-syllabus/formatting.md +++ b/group-syllabus/formatting.md @@ -15,12 +15,13 @@ You might be forgiven for esoteric style choices if they are employed consistent From [here](https://www.annaclemens.com/blog/figure-graph-data-vizualisation-plot-scientific-paper): > A clear and consistent design in the figures in your scientific paper will make it easy for your reader to gather the presented information. For this, I suggest to use the same colour and symbols for each variable throughout all your scientific figures. Sample 1 is displayed as red triangles in Figure 1? Make sure it is in Figure 5 too. -### Compiling +### Compiling and other boilerplate * Use LaTeX for all of your documents. -* Make sure your documents do not compile with errors, especially if you are using Overleaf! +* Make sure your documents _do not_ compile with errors, especially if you are using Overleaf! * If you have warnings, understand where they warnings come from. They may be signaling something important! * On my local computer, I like using `latexmk` for compilation. +* __Put each sentence on one line of source `.tex` code__ ### Preamble and packages