Skip to content
Snippets Groups Projects
Select Git revision
  • ddda8ac3dc1f618ffc2f8ed4887c6f751e69c303
  • master default protected
  • exec_auto_adjust_trace
  • let_variables
  • v1.4.1
  • v1.4.0
  • v1.3.0
  • v1.2.0
  • v1.1.0
  • v1.0.0
10 results

notebooks

  • Open with
  • Download source code
  • Download directory
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • user avatar
    dgelessus authored
    \newcommand doesn't allow overwriting an existing definition. It worked
    fine in Jupyter Notebook, which uses MathJax, which apparently doesn't
    actually check this. However, it causes errors in VS Code, which uses
    KaTeX. It probably also caused errors when converting a notebook to
    LaTeX and typesetting it with a proper LaTeX implementation.
    
    \def overwrites any existing definition and so should work in all cases.
    ddda8ac3
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    Name Last commit Last update
    ..