Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 865 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 865 Bytes

Utilities for Typesetting

  • The LaTeX package custom specifies:

    • macros for commonly used symbols in trajectory optimization literature.
    • page formatting in article class with math fonts from mathpazo package.
    • behavior of hyperlinks via \hypersetup.
  • The style file preview.css specifies Latin Modern Sans typeface for VS Code preview of markdown file. Add the following to the workspace settings file .vscode\settings.json to modify the markdown preview:

    {
        "markdown.styles": ["https://www.purnaelango.com/typeset-util/preview.css"]
    }

    See the example provide in .vscode directory of this repo. Opening this repository in VS Code will apply the style to this preview of this readme file. See the rendered HTML version here.