public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] so many TeX packages ...
@ 2015-06-09 16:10 hw
  2015-06-10  9:14 ` [gentoo-user] " Martin Vaeth
  0 siblings, 1 reply; 4+ messages in thread
From: hw @ 2015-06-09 16:10 UTC (permalink / raw
  To: gentoo-user


Hi,

there are quite a few TeX/LaTeX packages available.  Which ones should I 
use?

What I need to do is invent some way to automatically print labels on 
label printers with data from a mysql database.

What would you suggest?


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Re: so many TeX packages ...
  2015-06-09 16:10 [gentoo-user] so many TeX packages hw
@ 2015-06-10  9:14 ` Martin Vaeth
  2015-06-11 13:53   ` hw
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Vaeth @ 2015-06-10  9:14 UTC (permalink / raw
  To: gentoo-user

hw <hw@gartencenter-vaehning.de> wrote:
>
> there are quite a few TeX/LaTeX packages available.

emerge texlive with USE=latexextra

> print labels on label printers

texdoc labels



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] Re: so many TeX packages ...
  2015-06-10  9:14 ` [gentoo-user] " Martin Vaeth
@ 2015-06-11 13:53   ` hw
  2015-06-11 14:25     ` Martin Vaeth
  0 siblings, 1 reply; 4+ messages in thread
From: hw @ 2015-06-11 13:53 UTC (permalink / raw
  To: gentoo-user



Am 10.06.2015 um 11:14 schrieb Martin Vaeth:
> hw <hw@gartencenter-vaehning.de> wrote:
>>
>> there are quite a few TeX/LaTeX packages available.
>
> emerge texlive with USE=latexextra

Thanks, that got me started.

>> print labels on label printers
>
> texdoc labels

This seems to be for pre-defined labels like you get them in A4 size?  I 
need to print them on special label printers, labels coming from a roll 
that is put into the printer.  Since they are incompatible, I probably 
will need to create a dvi file and print that from windoze.

The geometry package is very helpful:


\documentclass[10pt, twocolumn]{article}
\usepackage[utf8]{inputenc}

\usepackage[paperwidth=110mm, paperheight=32mm, top=1mm, bottom=1mm, 
left=1mm, right=1mm]{geometry}
\setlength{\columnsep}{3mm}

\begin{document}

Put some text here.

\end{document}


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-user] Re: so many TeX packages ...
  2015-06-11 13:53   ` hw
@ 2015-06-11 14:25     ` Martin Vaeth
  0 siblings, 0 replies; 4+ messages in thread
From: Martin Vaeth @ 2015-06-11 14:25 UTC (permalink / raw
  To: gentoo-user

hw <hw@gartencenter-vaehning.de> wrote:
>> texdoc labels
>
> This seems to be for pre-defined labels like you get them in A4 size?

I have no experience with it; for my purposes a simple manual setting
was always enough. There are of course more (La)TeX packages for labels,
probably most already installed with USE=latexextra.
Here seems to be a useful overview:

http://blog.worldlabel.com/2010/label-card-printing-resources-with-tex-and-latex.html



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-06-11 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 16:10 [gentoo-user] so many TeX packages hw
2015-06-10  9:14 ` [gentoo-user] " Martin Vaeth
2015-06-11 13:53   ` hw
2015-06-11 14:25     ` Martin Vaeth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox