From: Philippe Chauvat Date: Fri, 4 Jan 2013 09:45:13 +0000 (+0100) Subject: Add README file to the manuals directory. X-Git-Tag: Release-5.2.13~10 X-Git-Url: https://git.sur5r.net/?p=bacula%2Fdocs;a=commitdiff_plain;h=f2e23e2a8540d70e60a138e3cecbb5f25e4d998a Add README file to the manuals directory. --- diff --git a/docs/manuals/README b/docs/manuals/README new file mode 100644 index 00000000..61b3a284 --- /dev/null +++ b/docs/manuals/README @@ -0,0 +1,12 @@ +Philippe Chauvat - Bacula Systems S.A. +04-dec-2013 + +Q1 - How to include images? + The bacula.sty.in (and therefore the bacula.sty) file defines three + new LaTeX definitions: \bsysimageN, \bsysimageV and \bsysimageH + - N: stand for Normal, i.e. without any information regarding + the width or height or the image. It will be included "as is" + - V: stand for Vertical, i.e. the height of the image will be + constraint to 95% of the \linewidth LaTeX value + - H: stand for Horizontal, i.e. the widht of the image will be + constraint to 95% of the \linewidth LaTeX value \ No newline at end of file