Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
terasakisatoshi committed Jan 17, 2022
1 parent 26a3cd3 commit 76cd2e7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions examples/unicodefun/app.jl
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
using Replay

instructions = raw"""
using UnicodeFun
using LaTeXStrings
str = L"\alpha + \beta + A\hat";
replace(str, "\$" => "") |> to_latex
"""
instructions = [
"using UnicodeFun",
"\"\\\\pi\" |> to_latex"
]

replay(instructions, julia_project="@.", use_ghostwriter=true)
replay(instructions, julia_project = @__DIR__)

2 comments on commit 76cd2e7

@terasakisatoshi
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/52612

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.0 -m "<description of version>" 76cd2e706d67dbfae51e0055d9a0bc7e396bdafa
git push origin v0.4.0

Please sign in to comment.