commit 6fbbfd984e1088fe763789a9839f1661e1393c64 Author: Mark Claypool <claypool@cs.wpi.edu> Date: Mon Jan 23 07:36:50 2023 -0500 Updates diff --git a/assembly.md b/assembly.md index 5185d95..3589695 100644 --- a/assembly.md +++ b/assembly.md @@ -1,6 +1,6 @@ --- pagetitle: Assembling the Final Report -version: 1.3 +version: 1.4 --- # Assembling the Final Report @@ -36,6 +36,8 @@ The "preamble" pages are traditionally numbered in roman numerals (the title page is technically "I", but doesn't show the page number), up until the Introduction chapter. The Introduction starts as page 1. +Usually, each chapter should begin on a separate page. + Once the full report is created, check it carefully for any problems created in assembly. Check and fix: commit ff007fe552d6690958ec484aaf744a1059970a7d Author: Mark Claypool <claypool@cs.wpi.edu> Date: Tue Jan 10 11:11:16 2023 -0500 Updates diff --git a/assembly.md b/assembly.md index 37ddeed..5185d95 100644 --- a/assembly.md +++ b/assembly.md @@ -1,6 +1,6 @@ --- pagetitle: Assembling the Final Report -version: 1.2 +version: 1.3 --- # Assembling the Final Report @@ -35,3 +35,12 @@ numbers inside match the table. The "preamble" pages are traditionally numbered in roman numerals (the title page is technically "I", but doesn't show the page number), up until the Introduction chapter. The Introduction starts as page 1. + +Once the full report is created, check it carefully for any problems +created in assembly. Check and fix: + ++ orphaned figures/tables from their captions ++ duplicate figure/table numbers ++ page numbers that align to the table of contents ++ unnecessary blank pages ++ text that flows outside the margins commit 42ff25554345944f97287e28eb5c0389b3a8bdaa Author: Mark Claypool <claypool@cs.wpi.edu> Date: Fri Oct 14 10:41:01 2022 -0400 Updates diff --git a/assembly.md b/assembly.md index 00b2e7e..37ddeed 100644 --- a/assembly.md +++ b/assembly.md @@ -1,6 +1,6 @@ --- pagetitle: Assembling the Final Report -version: 1.1 +version: 1.2 --- # Assembling the Final Report @@ -30,7 +30,7 @@ good reason for another order. Most software can automatically construct the table of contents and table of figures. However, once done, double check that the page -numbers inside. +numbers inside match the table. The "preamble" pages are traditionally numbered in roman numerals (the title page is technically "I", but doesn't show the page number), up commit 0a3a035cc794a63af63c86c0c68decfdb2d808f2 Author: Mark Claypool <claypool@cs.wpi.edu> Date: Mon Aug 8 13:58:58 2022 -0400 Updates diff --git a/assembly.md b/assembly.md index 4db2101..00b2e7e 100644 --- a/assembly.md +++ b/assembly.md @@ -1,6 +1,9 @@ -# Assembling the Final Report +--- +pagetitle: Assembling the Final Report +version: 1.1 +--- -v1.0 +# Assembling the Final Report Below is the typical order for report components: commit fcff0affb3fe8742bbd0706781dbc26e54dfc9e8 Author: Mark Claypool <claypool@cs.wpi.edu> Date: Thu Mar 3 09:30:26 2022 -0500 Updates diff --git a/assembly.md b/assembly.md new file mode 100644 index 0000000..4db2101 --- /dev/null +++ b/assembly.md @@ -0,0 +1,34 @@ +# Assembling the Final Report + +v1.0 + +Below is the typical order for report components: + ++ Title Page ++ Abstract ++ Acknowledgments (optional) ++ Table of Contents (with page numbers) ++ List of Tables, List of Figures (with page numbers) ++ Chapters ++ References ++ Appendices (if applicable) + +Make sure to number all pages. + +For the title page: + ++ There is no required format, but create something that looks +"official". There are a lot of samples available via a Google search. + ++ For author order, use alphabetical by last name unless there is a +good reason for another order. + ++ The title doesn't show a page number. + +Most software can automatically construct the table of contents and +table of figures. However, once done, double check that the page +numbers inside. + +The "preamble" pages are traditionally numbered in roman numerals (the +title page is technically "I", but doesn't show the page number), up +until the Introduction chapter. The Introduction starts as page 1.