willsonlincake 发表于 2022-4-14 12:21:29

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}

willsonlincake 发表于 2022-4-14 12:21:39

来源:https://tex.stackexchange.com/questions/28325/how-to-generate-qr-code-for-icalendar-event
页: [1]
查看完整版本: LaTeX如何生成iCal日历事件二维码