interrupt-handling with mulle.tex
来自「renesas M16C62 单片机调试通过的中断源码」· TEX 代码 · 共 35 行
TEX
35 行
\documentclass[a4paper,11pt]{report}%%-------------------- start of the 'preamble'%\usepackage{graphicx,amssymb,amstext} %% ... with default font%\usepackage{graphicx,amssymb,amstext,mathptmx} %%% times roman font%\usepackage{graphicx,amssymb,amstext,mathpazo} %%% another font%\usepackage{graphicx,amssymb,amstext,newcent} %%% another font%\usepackage{graphicx,amssymb,amstext,cmbright} %% yet another%%%%%%%%% more fonts in Chap 7 of the 'Companion'%\newcommand\etc{\textsl{etc}}\newcommand\eg{\textsl{eg.}\ }\newcommand\etal{{\em et al.}}\newcommand\Quote[1]{\lq\textsl{#1}\rq}\newcommand\fr[2]{{\textstyle\frac{#1}{#2}}}%%--------------------- end of the 'preamble'%\begin{document}%-----------------------------------------------------------\title{INTERRUPT HANDLING ON THE MULLE PLATFORM}\author{Hassan Raza Bhatti | Ruchika Singh}\maketitle%-----------------------------------------------------------\begin{abstract}\centeringThis document describes the code written in C for interrupt handing on MULLE. \\Created with \LaTeX.\end{abstract}%-----------------------------------------------------------\include{chap_1}%-----------------------------------------------------------\end{document}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?