Releases: e0328eric/vesti
Releases · e0328eric/vesti
v0.0.8-alpha
Change
- parsing O_1 by O$_1$ etc.
v0.0.7-alpha
Fixed
- Small bugs were fixed
v0.0.6-alpha
Changed
- floating point parsing changed only allow the type
3.2
not1.
or.3
.
v0.0.5-alpha
Fixed
- Fixed typos in error messages
- Fixed an issue that math mode does not ended although
equation*
like environments is finished
v0.0.4-alpha
Added
- Add
--all
flag forvests run
subcommand that enables to compile all vesti files in the given directory.
Fixed
- Fix the bug that the location was incorrect when an illegal character was found.
- Fix the bug that the location was incorrect for unicode characters.
- Error message is now indented as 1 space.
v0.0.3-alpha
Change
- Language changed from golang into rust.
- Change the role of the token
]#
into]
.
v0.0.2-alpha
Added
Now vesti can compile multiple files simultaneously.
v0.0.1-alpha
Added
-
Some tokens added
#[
]#
$!
#!
(Use this to print standalone#
token)
check the manual for detail explanation
-
Use Latex comment (not the vesti's one) with
\%
-
equation and align environment now considered as math mode
Changed
-
Some tokens changed
\?
→#!
#!
→#-
!#
→-#
-
optional latex function argument delimiters changed :
[
and]
→#[
and]#
-
import syntax now can be used with one line argument without using comma
Removed
- Two tokens are removed :
##+
and+##