emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Result from evaluation of code in Title or footer (fancyhdr)?


From: Rainer M Krug
Subject: Re: [O] Result from evaluation of code in Title or footer (fancyhdr)?
Date: Tue, 03 May 2016 12:00:00 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.93 (darwin)

Sharon Kimble <address@hidden> writes:

> Rainer M Krug <address@hidden> 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.

Brilliant - mVersion works nicely. Exactly what I was looking for.

I only had to adjust latexmk as it ran into an endless loop by adding

--8<---------------cut here---------------start------------->8---
$hash_calc_ignore_pattern{'dat'} = '^[0-9]';
--8<---------------cut here---------------end--------------->8---

to my latexmk config file.


Thanks,

Rainer

>
> 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

-- 
Rainer M. Krug
email: Rainer<at>krugs<dot>de
PGP: 0x0F52F982

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]