LaTeX如何生成iCal日历事件二维码
\documentclass{article}\usepackage{pst-barcode}
\begin{document}
\begin{pspicture}(2in,2in)
\psbarcode{BEGIN:VEVENT^^J%
SUMMARY:event^^J%
DTSTART:20110913T130000Z^^J%
DTEND:20110913T140000Z^^J%
END:VEVENT}
{height=2 width=2}{qrcode}
\end{pspicture}
\end{document} 来源:https://tex.stackexchange.com/questions/28325/how-to-generate-qr-code-for-icalendar-event
页:
[1]