add \usepackage{txfonts} to the defaults for latex in scribble

related to racket/gui#128
This commit is contained in:
Robby Findler 2020-06-26 16:22:16 -05:00
parent 1f5419d10c
commit c62d008cfb
4 changed files with 7 additions and 1 deletions

View File

@ -23,4 +23,4 @@
(define pkg-authors '(mflatt eli))
(define version "1.35")
(define version "1.36")

View File

@ -1317,6 +1317,10 @@
[(#\⋱) "$\\ddots$"]
[(#\⋯) "$\\cdots$"]
[(#\⋯) "\\hdots"]
[(#\⊸) "$\\multimap$"]
[(#\⟜) "$\\multimapinv$"]
[(#\⅋) "$\\invamp$"]
[(#\□) "$\\square$"]
[else
(cond
[(char<=? #\uAC00 c #\uD7AF) ; Korean Hangul

View File

@ -8,6 +8,7 @@
\newcommand{\packageWasysym}{
\let\leftmoon\relax \let\rightmoon\relax \let\fullmoon\relax \let\newmoon\relax \let\diameter\relax
\usepackage{wasysym}}
\newcommand{\packageTxfonts}{\usepackage{txfonts}}
\newcommand{\packageTextcomp}{\usepackage{textcomp}}
\newcommand{\packageFramed}{\usepackage{framed}}
\newcommand{\packageHyphenat}{\usepackage[htt]{hyphenat}}

View File

@ -6,6 +6,7 @@
\packageRelsize
\packageMathabx
\packageWasysym
\packageTxfonts
\packageTextcomp
\packageFramed
\packageHyphenat