v0.0.25
0.0.25
Changed
Fix some bugs
0.0.24
Changed
- Better error message for tectonic backend
Fixed
- a bug not to print notes when backend compilation error occurs
importfile
does not ignore the end of line
0.0.23
Added
- Add tectonic backend to compile vesti. In this version, it can be installed
with enablingtectonic-backed
feature. Here is the command line argument to
install this feature$ cargo install vesti --features=tectonic-backed
- The new keyword
importfile*
copies the file intovesti-cache
folder. For instance, if one writethen vesti copiesimportfile* (./foo/bar.txt)
bar.txt
inside in the./foo
directory intovesti-cache
.
Especially, one can writeThe special directoryimportfile* (@/foo/bar.txt)
@
refers to the OS specific config directory. For more information about config directory location, see here.