Difference between revisions of "EGR 103/Spring 2021/Beginning of Lab"
Jump to navigation
Jump to search
(Created page with "In the example commands below, anywhere you see '''''NN''''' you should replace that with the two-digit version of the lab number, adding a leading zero if the lab number is l...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | This is old :) | ||
+ | <!-- | ||
In the example commands below, anywhere you see '''''NN''''' you should replace that with the two-digit version of the lab number, adding a leading zero if the lab number is less than ten. | In the example commands below, anywhere you see '''''NN''''' you should replace that with the two-digit version of the lab number, adding a leading zero if the lab number is less than ten. | ||
Line 6: | Line 8: | ||
== Setting Up Files for Spyder == | == Setting Up Files for Spyder == | ||
* Find your Box Drive Folder using File Explorer or Finder, then click into your <code>EGR103S21</code> folder. | * Find your Box Drive Folder using File Explorer or Finder, then click into your <code>EGR103S21</code> folder. | ||
− | * Open a browser to [https://duke.box.com/ | + | * Open a browser to [https://duke.box.com/s/sqougnstliwe9o6euw3o27n6x9oqyiew Dr. G's Public Box Folder] and then click the <code>...</code> icon to the far right of the appropriate lab number and download the entire folder in a zip file. |
* Open the zip file that you just downloaded, then drag the contents of the zip file (a single folder) into your <code>Box/EGR103S21</code> folder. Click in the <code>Box/EGR103S21/Lab'''''NN'''''files</code> folder to see the files. | * Open the zip file that you just downloaded, then drag the contents of the zip file (a single folder) into your <code>Box/EGR103S21</code> folder. Click in the <code>Box/EGR103S21/Lab'''''NN'''''files</code> folder to see the files. | ||
Line 18: | Line 20: | ||
* Upload the starter files from your <code>Box/EGR103S21/Lab'''''NN'''''files</code> folder to the project by clicking on the New File icon (top left) in Overleaf, clicking <code>Upload</code> in the <code>Add files</code> window, then dragging the files from your <code>Box/EGR103S21/Lab'''''NN'''''files</code> folder onto the <code>Drag here</code> rectangle. | * Upload the starter files from your <code>Box/EGR103S21/Lab'''''NN'''''files</code> folder to the project by clicking on the New File icon (top left) in Overleaf, clicking <code>Upload</code> in the <code>Add files</code> window, then dragging the files from your <code>Box/EGR103S21/Lab'''''NN'''''files</code> folder onto the <code>Drag here</code> rectangle. | ||
* After the files are on Overleaf, click on the <code>Lab'''''NN'''''Sample_S21.tex</code> file in your Overleaf project and rename it to <code>lab'''''NN'''''.tex</code>. Hit <code>Recompile</code>. Overleaf should recognize <code>lab'''''NN'''''.tex</code> as the main document since it is the only one with a <code>\begin{document}</code> in it, but if not, you can go to the menu for the project by clicking the <code>Menu</code> button at top left of Overleaf and then from that menu changing the "Main document" to <code>lab'''''NN'''''.tex</code> | * After the files are on Overleaf, click on the <code>Lab'''''NN'''''Sample_S21.tex</code> file in your Overleaf project and rename it to <code>lab'''''NN'''''.tex</code>. Hit <code>Recompile</code>. Overleaf should recognize <code>lab'''''NN'''''.tex</code> as the main document since it is the only one with a <code>\begin{document}</code> in it, but if not, you can go to the menu for the project by clicking the <code>Menu</code> button at top left of Overleaf and then from that menu changing the "Main document" to <code>lab'''''NN'''''.tex</code> | ||
+ | --> |
Latest revision as of 16:12, 2 September 2021
This is old :)