When does a topic get released? This course is offered as self-paced. Hence, the entire course material (videos, slides, code, extra reading material, activities, and graded assignments) have been released.
When does the course end? It ends on 15 November 2020.
On what basis will I be evaluated? What is the weightage scheme for them? There are 6 Graded Quizzes, 1 Final Exam, and 1 Final Evaluation
How do I monitor my progress? You can check your progress by clicking on the 'Progress' tab in the top panel.
When will I be eligible for a certificate and where do I get it from? Your certificate will be generated if you score more than 40% in this course. It will be available on your dashboard for you to download it as a .pdf file.
LaTeX
Where can I find more LaTeX packages? Comprehensive TeX Archive Network is a site on which you will find a lot of material and packages contributed by people. https://www.ctan.org/
How to update MiKTeX (Windows)?
Open MiKTeX: Click 'Start' button, type MiKTeX in the search and click 'MiKTeX' icon when it appears in the list of programs.
Click 'Updates' > 'Check for updates' > 'Update now'
How to install a package (Windows)?
Method 1: When you install MikTeX, all the necessary packages get installed. When one builds the .tex file, TeXstudio gives us the option to Install. We just need to click on the 'Install' button.
Method 2: Download .sty file
Google the style file you want. E.g. setspace sty. It will usually be the first link in the result and it would look like 'https://ctan.org/tex-archive/macros/latex/contrib/.....'
Go to that link and download that .sty file in the same folder as that of your .tex file. A good way would be to create a folder called mystyles in your 'home' directory or 'C drive' or 'D drive'. You can use this folder to store all the sty files. E.g. /home/firuza/mystyles/
While including the package in your .tex file, mention the entire path \usepackage{/home/firuza/mystyles/setspace}
Method 3: Install using MikTeX
Open MiKTeX: Click 'Start' button, type MiKTeX in the search and click 'MiKTeX' icon when it appears in the list of programs
Click 'Packages'. A list of packages will be displayed as shown below
Type the package that you are interested in installing. For example: type setspace. and click enter. Select the package and click '+' sign to install the package.
I want to share my work. or I have some issues in my LaTeX code and I am unable to understand what's going wrong. How do I share it with everyone?
Once you have completed it, click 'Share' as shown in the figure given below
Note the link mentioned in the textbox 'Anyone with this link can view this project'. Copy the entire link and paste it in the discussion forum while asking a question.