Xavier Maillard <[EMAIL PROTECTED]> writes: > I love the idea though I'd rather have it as an inside-emacs > stuff. > Is there a way to see what does it looks like when formatted ? (I > do not have python installed here).
For those who have asked about the output from this script, I'm attaching a sample of LaTeX output (1.5K) and a sample of PDF output (17K). Hope that isn't too big for the list. I'll post an updated copy of the script a bit later. The new version does a bit better escaping of characters that might be a problem in the produced LaTeX, and should also work with older versions of python that lack the subprocess module.
\documentclass[twoside, american]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{pslatex}
\usepackage{geometry}
\geometry{verbose,paperwidth=5.5in,paperheight=8in,tmargin=0.25in,bmargin=0.25in,lmargin=0.5in,rmargin=0.25in}
\pagestyle{empty}
\setlength{\parskip}{\medskipamount}
\setlength{\parindent}{0pt}
\usepackage{calc}
\makeatletter
\newcommand{\myline}[1]{
{#1 \hrule width \columnwidth }
}
\usepackage{babel}
\makeatother
\begin{document}
\part*{\textsf{Actions}\hfill{}%
\framebox{\begin{minipage}[t][1em][t]{0.25\paperwidth}%
[EMAIL PROTECTED] \hfill{}%
\end{minipage}}%
\protect \\
}
\myline{\normalsize}
%
\framebox{\begin{minipage}[c][0.5em][c]{0.5em}%
\hfill{}%
\end{minipage}}%
%
\begin{minipage}[c][1em]{1em}%
\hfill{}%
\end{minipage}%
\textsf{Post LaTeX output to list}\\
\myline{\normalsize}
%
\framebox{\begin{minipage}[c][0.5em][c]{0.5em}%
\hfill{}%
\end{minipage}}%
%
\begin{minipage}[c][1em]{1em}%
\hfill{}%
\end{minipage}%
\textsf{Post PDF output to list or website}\\
\myline{\normalsize}
%
\framebox{\begin{minipage}[c][0.5em][c]{0.5em}%
\hfill{}%
\end{minipage}}%
%
\begin{minipage}[c][1em]{1em}%
\hfill{}%
\end{minipage}%
\textsf{Post updated pyagenda script to list}\\
\myline{\normalsize}
%
\framebox{\begin{minipage}[c][0.5em][c]{0.5em}%
\hfill{}%
\end{minipage}}%
%
\begin{minipage}[c][1em]{1em}%
\hfill{}%
\end{minipage}%
\textsf{Fill out TPS reports}\\
\myline{\normalsize}
\end{document}
pdf2SKIRyLj3w.pdf
Description: Example PDF output
-- +-----------------------------------------------------------+ | Jason F. McBrayer [EMAIL PROTECTED] | | If someone conquers a thousand times a thousand others in | | battle, and someone else conquers himself, the latter one | | is the greatest of all conquerors. --- The Dhammapada |
_______________________________________________ Emacs-orgmode mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-orgmode
