Skip to content

Instantly share code, notes, and snippets.

@pandanote-info
Created September 18, 2018 13:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandanote-info/ff22efa12ed9400b9b48b9634fb28d0a to your computer and use it in GitHub Desktop.
Save pandanote-info/ff22efa12ed9400b9b48b9634fb28d0a to your computer and use it in GitHub Desktop.
MathJax使用時にLaTeXの数式が画面からはみ出さないようにするための小細工用CSS片。
/* MathJax */
div.tex-equations {
overflow-x: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment