gnumed-devel
[Top][All Lists]
Advanced

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

Re: [Gnumed-devel] Workaround for prescriptions


From: Karsten Hilbert
Subject: Re: [Gnumed-devel] Workaround for prescriptions
Date: Thu, 13 Sep 2012 22:15:36 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, Sep 09, 2012 at 11:55:19PM +0000, Jim Busser wrote:

> (3) recognizing that a prescription could require
> additional textual information than what exists stored in
> the GNUmed medication list, to make it possible --- before
> committing the output for a final printing ---  for the user
> to further modify or add to the preliminary text.

This already happens. After mogrifying a LaTeX template into
a LaTeX document ready for consumption by the pdflatex
processor GNUmed checks whether it can find an editor for
either of (in that order):

        mimetypes = [
                u'application/x-latex',
                u'application/x-tex',
                u'text/plain'
        ]

When it does it uses that to enable the user to edit the
final LaTeX code before submitting that for PDF generation.

Karsten
-- 
GPG key ID E4071346 @ gpg-keyserver.de
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346



reply via email to

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