By downloading this code you agree to the
Source Code Use License (PDF). |
{ version = 1.06; (* of todobfcite.p 2014 Jan 29}
(* begin module describe.todobfcite *)
(*
name
todobfcite: find cite inside todobf of a LaTeX document
synopsis
todobfcite(input: in, todobfcitep: in, todobfcitelist: out, output: out)
files
input: a LaTeX document containing \todobf{} and \cite{} inside
the todobfs.
todobfcitelist: not used.
todobfcitep: parameters to control the program. The file must contain the
following parameters, one per line:
parameterversion: The version number of the program. This allows the
user to be warned if an old parameter file is used.
not used. (yet?)
output: messages to the user
description
The 'reading' script looks for todobf commands that surround cite
commands:
\todobf{ ... \cite{...} ...}
and identifies the keys for those papers. Then it copies the PDFs
of those papers into the dropbox so that they can be read on my
iPad.
Although the reading script does this, it is slow. This Pascal
program ought to be much faster.
examples
documentation
see also
reading
author
Thomas Dana Schneider
bugs
technical notes
*)
(* end module describe.todobfcite *)
{This manual page was created by makman 1.45}
{created by htmlink 1.62}