Skip to content

Commit

Permalink
Update StyleSheet.md
Browse files Browse the repository at this point in the history
No math mode for tables of integers.
  • Loading branch information
AndrewVSutherland authored Dec 12, 2023
1 parent a05c6d2 commit eeb0ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StyleSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ contains other conventions and information for the development process.
- Search results table should use row striping (ntdata table), headings should all have knowls (or pseudo-knowls).
- Refine search page headings should have the form "Blah search results", where blah is singular.
- Refine search pages should have captions above input boxes, no example to right, gray example inside input box.
- Mathematical values listed in search results, including integers, should be in math mode.
- Mathematical values listed in search results, including integers, should be in math mode, with the exception of tables whose entries are integers.
- Search result values that are words (e.g. even/odd, not computed, trivial, etc...) should be lower case in the default html font (not \mathrm).
- Boolean values in search results that indicate the presence of a property (e.g. IsSolvable) should generally use a checkmark ✓ for yes, blank for no, with the checkmark centered.
- Labels and lists (e.g. Weierstrass coefficients) in search results should be left-aligned.
Expand All @@ -50,7 +50,7 @@ contains other conventions and information for the development process.
- Content captions should be knowls (or contain a knowl) and be followed by colons.
- Any invariant listed in the properties box should also appear in the body (or header) of the page -- all information should be visible even with the property box closed.
- Values that are words (e.g yes/no, even/odd, Trivial) should be in lower case using the default (sans serif) font
- Mathematical values including integers should be displayed in math mode.
- Mathematical values including integers should be displayed in math mode, with the exception of tables whose entries are integers.
- Factorizations of negative numbers should include only the sign, not -1 (use web_latex_factored_integer in utilities.py).
- Mathematical values, including integers, should be in math mode.
- Values that are words (e.g. yes/no, even/odd, not computed, trivial, etc...) should be lower case in the default html font (not \mathrm).
Expand Down

0 comments on commit eeb0ecb

Please sign in to comment.