Rainer M Krug writes: > Hi > > I have a DESCRIPTION file, in which I store the version of the document, > which I extract with the following code: > > src_sh{sed -n '/^Version: /s///p' ./DESCRIPTION} > Have you looked at the latex package 'mversion'? I use it and have it working on my document, with it in the date place of my title it shows "Build - \version", and the "version.dat" shows '2.0;0000' meaning version 2.0 and it being increased in the '0000' field with every build. You can put it in your header or footer, whichever you want. Thanks Sharon. > > At the moment, I have one Header, which contains the version. > > * Version src_sh{sed -n '/^Version: /s///p' ./DESCRIPTION} :paper: > :PROPERTIES: > :header-args: :exports results > :header-args+: :tangle no > :END: > Version src_sh{sed -n '/^Version: /s///p' ./DESCRIPTION} > > Is there a way, that I can have this dynamically in the Title of the > document, or in a footer after LaTeX export (using fancyhdr)? > > Thanks, > > Rainer -- A taste of linux = http://www.sharons.org.uk TGmeds = http://www.tgmeds.org.uk Debian 8.4, fluxbox 1.3.7, emacs 25.0.93