-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating Content for the LaTeX assignment starter #1
Comments
Hello @burrowss, thanks for raising this issue. Could you start to include examples in fenced code blocks of the kind of LaTeX source code that you think should exist in the sample? Also, you can start to open up pull requests for the key parts of your repository. Remember, several parts of your sample repository are going to be similar to what you would see in, for instance, HTML, CSS, JavaScript, Java, or Python. |
May need to look for $ $ for math, \cite, \begin{document}, \end{document}, \title, \author, % for single line comments, \begin{commnet}, \end{comment} for multiline comments, \section, \ref |
@burrowss This is a very good insight! I think we could also look for |
An eye should be kept on gatorgrader#102, but you should probably design the first version of the sample lab without regular expression support. |
The version of this lab works without regular expressions right now. We are going to be working on getting regular expressions working now, and then implement the whole thing into the system. |
While we currently have several sample repositories available, those probably need to be updated to illustrate the wide variety of checks that are now available. Also, we need to create a new sample repository that includes checks for LaTeX source code. For instance, we should consider having checks for algorithms, equations, technical writing references, and bibliographies. In some cases, this might require us to add new types of checks to GatorGrader. In other cases, it should be possible to use the existing checks but with very different fragments.
The text was updated successfully, but these errors were encountered: