Skip to content

Tags: daqana/tikzDevice

Tags

Verified

This tag was signed with the committer’s verified signature.
rstub Ralf Stubner

Verified

This tag was signed with the committer’s verified signature.
rstub Ralf Stubner

v0.12.4

Toggle v0.12.4's commit message

Verified

This tag was signed with the committer’s verified signature.
rstub Ralf Stubner
Version 0.12.4

v0.12

Toggle v0.12's commit message
Tagging v0.12

v0.11

Toggle v0.11's commit message
Bug fixes

---------

- Fix potential protection issues (#161).
- Zero-length strings are not treated as multibyte character strings anymore.
- Registering native methods to fix `R CMD check` warnings.
- Updating the filehash package no longer causes the tikzDevice package to fail (#168).
- Remove probably harmless extra space from text being measured.
- Don't overwrite string's encoding in `anyMultibyteUTF8Characters()` (#158, @jszhao).
- Enforce the encoding of temporary TeX file to UTF-8 (#159, @jszhao).
- Don't call `library(grid)` from package code anymore.
- Code from manual now contains simple apostrophes to allow copy-paste (#139).

Features
--------

- The new `tikzTest()` function (via `getLatexStrWidth(diagnose = TRUE)`) now writes a complete LaTeX document, which allows e.g. MikTeX to install missing LaTeX packages (#142, #149).
- If measurement fails, the `.tex` and `.log` files are not printed anymore,
  instead the location of these files is shown.
- Support LuaLaTeX > 0.85 by loading the luatex85 package if it exists and avoiding loading xunicode (#150).
- Temporary .tex and .log files are created in a separate directory for each run.

Internal
--------

- Consistent code style with the help of the styler package.
- `load_all()` works now.

v0.10-6

Toggle v0.10-6's commit message
- Fix environment variable detection when not set (#170, @tkonolige).

- `tikzTest()` now uses correct path to engine when reporting compiler info.
- `tikzTest()` now shows complete output of LaTeX run.
- Revert to writing incomplete document again, regression in 0.10-2.

v0.10-5

Toggle v0.10-5's commit message
- Fix `R CMD check`.

v0.10-4

Toggle v0.10-4's commit message
- Registering native methods to fix `R CMD check` warnings.

- Updating the filehash package no longer causes the tikzDevice package to fail (#168).

v0.10-3

Toggle v0.10-3's commit message
- Fix syntax of generated LaTeX for bold/italic characters, regressio…

…n in 0.10-2.