ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Something usefull?
Date: Sun, 25 Jan 2009 10:04:48 +0100	[thread overview]
Message-ID: <B8DCEBF8-0A8D-4857-ADB3-DAC67FC6647A@gmail.com> (raw)
In-Reply-To: <bb8b59590901240446t5ff178balef2e17b5cef069cb@mail.gmail.com>

[-- Attachment #1: tableHoursToDo.tex --]
[-- Type: application/octet-stream, Size: 1466 bytes --]

\usemodule[defaults]
\setuppagenumbering[location={footer,right}]
\setupbodyfont[roman, 12pt]
\setuppapersize[A7][A4]
\setuplayout[
  backspace=5mm,      footer=1.5\bodyfontsize,                header=5mm,
  height=96.5mm,      margin=5mm,         width=63.5mm,       topspace=4mm,
]
\setuparranging[2*8,rotated]

\def\getTableHours#1%
  {\dorecurse{#1}
     {\setupTABLE[c][each][align=middle,height=\lineheight]
      \setupTABLE[r][1][background=color,backgroundcolor=darkyellow]
      \setupTABLE[c][each][width=0.20\textwidth]
      \setupTABLE[c][2,4][width=0.30\textwidth]
      \dontleavehmode\vskip-\dimexpr\lineheight+\topskip\relax\par
      \startalignment[middle]
      \bTABLE
        \bTR
        \dorecurse{2}{\bTH Type \eTH \bTH Tijd \eTH}
        \eTR
        \getnoflines{\dimexpr\pagegoal-\pagetotal-3\lineheight\relax}
        \dorecurse{\noflines}{\bTR\dorecurse{4}{\bTD \eTD}\eTR}
      \eTABLE
      \stopalignment
      \page}}

% \def\getTableToDo
%   {\dorecurse{\number\numexpr16-\realpageno+1\relax}
%      {\dontleavehmode\vskip-\dimexpr\lineheight+\topskip\relax\par
%       \vbox to \vsize{\leaders\vbox{\thinrule}\vfill}\page}}

\def\getTableToDo
  {\dorecurse{\number\numexpr16-\realpageno+1\relax}
     {\dontleavehmode\vskip-\dimexpr\lineheight+\topskip\relax\par
      \getroundednoflines\textheight
      \thinrules[n=\noflines]\page}}


\starttext

  \getTableHours{8}

  \setuppagenumber[number=1]

  \getTableToDo

\stoptext

[-- Attachment #2: Type: text/plain, Size: 706 bytes --]


Am 24.01.2009 um 13:46 schrieb Cecil Westerhof:

> I made something usefull and share it with you. Maybe it is usefull
> for other people also.

[...]

> I also have some questions. ;-}
> At the moment there are the same number of the timesheet and the lined
> paper printed. That is not always what you want I think. The one time
> you need more timesheets, the other time you need more lined paper. Is
> there a way to ask for the number of timesheets, print those, and let
> the rest be printed as lined? (I can offcourse also switch to two
> different documents.)
> At the moment the lined paper starts counting from 9. Is there a way
> to reset it to 1?

Take a look at the attached file.

Wolfgang


[-- Attachment #3: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  reply	other threads:[~2009-01-25  9:04 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-24 12:46 Cecil Westerhof
2009-01-25  9:04 ` Wolfgang Schuster [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-11-04 11:16 backgrounds: help needed Peter Münster
2009-01-20 22:51 ` Alan BRASLAU
2009-01-20 23:07   ` Wolfgang Schuster
2009-01-25 12:14     ` Something usefull? Alan BRASLAU
2009-01-25 18:13       ` Wolfgang Schuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B8DCEBF8-0A8D-4857-ADB3-DAC67FC6647A@gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).