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

Use fixed width text for compound variable names #1305

Merged
merged 7 commits into from
Oct 20, 2024

Commits on Oct 12, 2024

  1. Use fixed width text for compound variable names

    `capacitor` makes sense as code but does not make as much sense inside of latex output. When you look at it, it italics each of the letters which makes it look like its c times a times ..., which isn't quite right.
    
    Instead, this uses `\texttt{name}` in order to more clearly delineate a value which is a compound name. Using the fixed width text also looks quite "computer-y" so it has a nice connection to `verbose` and is clearly a "computer variable" in the expression.
    ChrisRackauckas committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    915cfc9 View commit details
    Browse the repository at this point in the history
  2. re-sym

    ChrisRackauckas committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    185f3e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Update integral1.txt

    ChrisRackauckas authored Oct 20, 2024
    Configuration menu
    Copy the full SHA
    bff9903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1a3179 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae7aab9 View commit details
    Browse the repository at this point in the history
  4. update integral1

    ChrisRackauckas committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    244dd14 View commit details
    Browse the repository at this point in the history
  5. update refs

    ChrisRackauckas committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    a565638 View commit details
    Browse the repository at this point in the history