1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
\documentclass[a4paper,12pt]{article}
\pagestyle{empty}
\usepackage[utf8]{luainputenc}
\usepackage{pdfcomment}
\usepackage{hyperref}
% pdfcomment, datetime2, marginnote, bezos (soulpos.sty), soul
\begin{document}
\pdfmargincomment[subject={Test}, author={Random Guy}]{Comment}
\pdfmarkupcomment[markup=Highlight]{Highlight}{}
\pdfmarkupcomment[markup=Underline]{Underline}{}
\pdfmarkupcomment[markup=Squiggly]{Squiggly}{}
\pdfmarkupcomment[markup=StrikeOut]{StrikeOut}{}
\vspace*{2\baselineskip}
\pdffreetextcomment[type=freetext,height=1cm,width=4cm,hoffset=0cm]{Free text}
\pdffreetextcomment[type=callout,height=1cm,width=4cm,hoffset=5cm]{Free text}
\pdffreetextcomment[type=typewriter,height=1cm,width=4cm,hoffset=10cm]{Free text}
\pdfsquarecomment[width=1cm, height=1cm, hoffset=0cm]{}
\pdfcirclecomment[width=1cm, height=1cm, hoffset=2cm]{}
\pdflinecomment[type=line,line={0 750 50 800}]{}
%\pdfannot width 10ex height 10ex {
%/Subtype /Line
%/L [0 0 100 100]
%}
\section{A}
\url{https://tug.org/texworks/}
sec.~\ref{sec:a}
\clearpage
\subsection{a䮀}
\label{sec:a}
\section{\LaTeX}
\end{document}
|