From 1b450b9e3d9dadb1ce25db5ce8c0ce99244e20ad Mon Sep 17 00:00:00 2001 From: Sebastian Pech Date: Sun, 25 Aug 2019 17:16:59 +0200 Subject: [PATCH] Fix docs \linewidth and fig_pos defaulting to !h --- doc/src/chunk_options.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/chunk_options.md b/doc/src/chunk_options.md index 11b13ef..184a1ce 100644 --- a/doc/src/chunk_options.md +++ b/doc/src/chunk_options.md @@ -25,13 +25,13 @@ Weave currently supports the following chunk options with the following defaults * `fig_width`. Figure width passed to plotting library e.g. `800` * `fig_height` Figure height passed to plotting library -* `out_width`. Width of saved figure in output markup e.g. "50%", "12cm", `\\0.5linewidth` +* `out_width`. Width of saved figure in output markup e.g. "50%", "12cm", `0.5\linewidth` * `out_height`. Height of saved figure in output markup * `dpi`=96. Resolution of saved figures. * `fig_cap`. Figure caption. * `label`. Chunk label, will be used for figure labels in Latex as fig:label * `fig_ext`. File extension (format) of saved figures. -* `fig_pos="htpb"`. Figure position in Latex. +* `fig_pos="!h"`. Figure position in Latex. * `fig_env="figure"`. Figure environment in Latex.