LaTeX Code for Quality Control Checklist
\documentclass{article} \usepackage{enumitem} \usepackage{geometry}
\geometry{a4paper, margin=2cm}
\begin{document}
\begin{center} \Large \textbf{Check List for Quality Control} \end{center}
\begin{enumerate}[label=\arabic*.] \item Is the product free from defects and errors? \item Are the product specifications met? \item Does the product meet customer requirements? \item Is the packaging of the product in good condition? \item Is the labeling of the product accurate and clear? \item Are the product instructions clear and easy to understand? \item Is the product produced in a timely manner? \item Is the product cost-effective? \item Is the product environmentally friendly? \item Is the product safe for use? \end{enumerate}
\end{document}
This code creates a numbered list with 10 items, each starting with a checkbox. You can customize the list by changing the items or adding more items as needed.
原文地址: https://www.cveoy.top/t/topic/ny4d 著作权归作者所有。请勿转载和采集!