Files
snippets/latex/general.tex
2022-03-18 14:23:35 +08:00

24 lines
679 B
TeX
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
\documentclass[12pt,a4paper]{article}
\usepackage[top=0.75in, bottom=0.75in, left=0.75in, right=0.75in]{geometry}
\usepackage{xurl}
\author{Your name}
\title{Title}
\begin{document}
\maketitle
\newpage
\section{單元名稱LED 特效燈}
\section{實習步驟}
\begin{itemize}
\item Icarus Verilog Wiki: Getting Started \url{https://iverilog.fandom.com/wiki/Getting_Started}
\item Icarus Verilog Wiki: GTKWave \url{https://iverilog.fandom.com/wiki/GTKWave}
\item Verilog HDL 教學講義 \url{https://hom-wang.gitbooks.io/verilog-hdl/content/index.html}
\item Wikipedia: Adder \url{https://en.wikipedia.org/wiki/Adder_(electronics)}
\end{itemize}
\end{document}