We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107b78a commit 930a030Copy full SHA for 930a030
README.md
@@ -42,7 +42,7 @@ If you want to perform [string
42
interpolation](https://docs.julialang.org/en/v1/manual/strings/#string-interpolation)
43
(inserting the values of other variables into your string), use `%$` instead of
44
the plain `$` that you would use for interpolation in ordinary Julia strings.
45
-For example, if `x=3` is a Julia variable, then `L"y = %$x" will produce `L"y = 3"`.
+For example, if `x=3` is a Julia variable, then `L"y = %$x"` will produce `L"y = 3"`.
46
47
You can also use the lower-level constructor `latexstring(args...)`,
48
which works much like `string(args...)` except that it produces a
0 commit comments