Yu-Gi-Oh! Deck Building and Card Inventory Management web interface written in Common Lisp, utilizing HTMX.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

60 satır
1.6KB

  1. \documentclass{article}
  2. %\usepackage[default]{comicneue}
  3. %\usepackage[sfdefault]{noto}
  4. \usepackage[scaled]{helvet}
  5. \usepackage[T1]{fontenc}
  6. \usepackage[T1]{fontenc}
  7. \usepackage[paper=letterpaper,layoutwidth=11in,layoutheight=8.5in,portrait]{geometry}
  8. \usepackage[newdimens]{labels}% let the package do the work...
  9. \usepackage{graphicx}
  10. \usepackage{ragged2e}
  11. \usepackage{microtype}
  12. \graphicspath{ {.} {/tmp/labels/} }
  13. \renewcommand\familydefault{\sfdefault}
  14. %
  15. \LabelGridtrue
  16. \LabelInfotrue
  17. %
  18. %\LabelGridfalse
  19. %\LabelInfofalse
  20. %
  21. \LabelCols=3
  22. \LabelRows=10
  23. %
  24. \LeftPageMargin=0.21975in
  25. \RightPageMargin=0.21975in
  26. \TopPageMargin=0.5in
  27. \BottomPageMargin=0.5in
  28. %
  29. \InterLabelColumn=0.14in % adjust as required
  30. \InterLabelRow=0mm
  31. %
  32. \RightLabelBorder=1mm% adjust to taste
  33. \LeftLabelBorder=1mm
  34. \TopLabelBorder=0.3in
  35. \BottomLabelBorder=1mm
  36. %
  37. \numberoflabels=30% set to 1 when you fill in the individual labels - this will just repeat 1 instance 20 times to show the layout.
  38. %
  39. \tolerance=9999
  40. \emergencystretch=10pt
  41. \hyphenpenalty=100000
  42. \exhyphenpenalty=100
  43. \setlength{\parskip}{0pt}
  44. \setlength{\lineskip}{0pt}
  45. \setlength{\baselineskip}{0pt}
  46. \fontdimen2\font=0pt
  47. %
  48. \begin{document}
  49. \genericlabel{%
  50. \begin{minipage}{2in}% adjust as desired
  51. %{\scriptsize \textls[-60]{REALLY VERY LONG, REALLY, REALLY, REALLY, LONG, REALLY VERY LONG, REALLY, REALLY, REALLY, LONG, LONG LONG, PRODUCT NAME}} \vspace*{1pt} \\
  52. {\scriptsize \textls[-60]{{Hello World}}} \vspace*{1pt} \\
  53. \begin{tabular}{p{0.59\linewidth} p{0.41\linewidth}}
  54. {\Huge PRICE} & {\includegraphics[trim={0 0.5in 0 0.5in},clip,width=1in]{1}} \\
  55. \end{tabular}
  56. \end{minipage}}
  57. \end{document}