Skip to content
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

Open
burrowss opened this issue Feb 7, 2019 · 5 comments
Open

Creating Content for the LaTeX assignment starter #1

burrowss opened this issue Feb 7, 2019 · 5 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@burrowss
Copy link
Collaborator

burrowss commented Feb 7, 2019

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.

@gkapfham
Copy link

gkapfham commented Feb 8, 2019

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.

@burrowss
Copy link
Collaborator Author

burrowss commented Feb 13, 2019

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

@lussierc
Copy link
Contributor

lussierc commented Feb 13, 2019

@burrowss This is a very good insight! I think we could also look for \verbatim, \begin{enumerate} and \end{enumerate} and/or \begin{itemize} and \end{itemize}, along with \item, for lists. We could also consider doing things like \footnote.

@Michionlion
Copy link
Contributor

An eye should be kept on gatorgrader#102, but you should probably design the first version of the sample lab without regular expression support.

@burrowss
Copy link
Collaborator Author

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.

@lussierc lussierc added enhancement New feature or request help wanted Extra attention is needed labels Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

7 participants