My objective is to create a table or some form of environment as shown in the figure below.
The numbers should be randomly generated every time you compile and have the font shown below.

Is this possible?
|
My objective is to create a table or some form of environment as shown in the figure below.
The numbers should be randomly generated every time you compile and have the font shown below.
Is this possible? |
||||
|
You could use TikZ nodes and pgf made random numbers, for example:
The output, using
To get different numbers for each compilation, you could initialize the random number generator yourself by
By default, it's the value of You can get the |
|||||||||||||||
|
|
On the off-chance that you're unable to manage the fonts, you can download the OCR-A numeral SVG and convert it to PDF (say) using Inkscape. Then, include each numeral via the traditional
In the above example there is no need for an explicit loading of The following steps were following in Inkscape:
|
|||||||||
|
ocrfont package. Typetexdoc ocron a command line to get more information about this package. – Mico Jan 21 '12 at 19:52