View latex_substitutions.plist
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<array> | |
<dict> | |
<key>phrase</key> | |
<string>⅛</string> | |
<key>shortcut</key> | |
<string>\1/8</string> | |
</dict> |
View Project.toml
[deps] | |
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf" | |
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b" | |
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9" | |
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" | |
Distances = "b4f34e82-e78d-54a5-968a-f98e89d6e8f7" | |
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" | |
ElasticPDMats = "2904ab23-551e-5aed-883f-487f97af5226" | |
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c" | |
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" |