博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Homework template (latex)
阅读量:5160 次
发布时间:2019-06-13

本文共 2898 字,大约阅读时间需要 9 分钟。

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LaTeX Example: Project Report%% Source: http://www.howtotex.com%% Feel free to distribute this example, but please keep the referral% to howtotex.com% Date: March 2011%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% How to use writeLaTeX:%% You edit the source code here on the left, and the preview on the% right shows you the result within a few seconds.%% Bookmark this page and share the URL with your co-authors. They can% edit at the same time!%% You can upload figures, bibliographies, custom classes and% styles using the files menu.%% If you're new to LaTeX, the wikibook is a great place to start:% http://en.wikibooks.org/wiki/LaTeX%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Edit the title below to update the display in My Documents%\title{Project Report}%%%% Preamble\documentclass[paper=a4, fontsize=11pt]{scrartcl}\usepackage[T1]{fontenc}\usepackage{fourier}\usepackage{setspace}\usepackage[english]{babel}															% English language/hyphenation\usepackage[protrusion=true,expansion=true]{microtype}	\usepackage{amsmath,amsfonts,amsthm} % Math packages\usepackage[pdftex]{graphicx}	\usepackage{url}%%% Custom sectioning\usepackage{sectsty}\allsectionsfont{\centering \normalfont\scshape}%%% Custom headers/footers (fancyhdr package)\usepackage{fancyhdr}\pagestyle{fancyplain}\fancyhead{}											% No page header\fancyfoot[L]{}											% Empty\fancyfoot[C]{}											% Empty\fancyfoot[R]{\thepage}									% Pagenumbering\renewcommand{\headrulewidth}{0pt}			% Remove header underlines\renewcommand{\footrulewidth}{0pt}				% Remove footer underlines\setlength{\headheight}{13.6pt}%%% Equation and float numbering\numberwithin{equation}{section}		% Equationnumbering: section.eq#\numberwithin{figure}{section}			% Figurenumbering: section.fig#\numberwithin{table}{section}				% Tablenumbering: section.tab#%%% Maketitle metadata\newcommand{\horrule}[1]{\rule{\linewidth}{#1}} 	% Horizontal rule\title{		%\vspace{-1in} 			\usefont{OT1}{bch}{b}{n}		\normalfont \normalsize \textsc{University of Chinese Academy of Sciences, Math Department, Autumn 2017} \\        %Grade (entered by Greg Lau): pts/40 pts} \\ [25pt]		\horrule{0.5pt} \\[0.4cm]		\huge Operating System Weekly Homework 03 \\        %and 53;(Ch. 4)2,6,14,15 \\		\horrule{2pt} \\[0.5cm]}\author{		\normalfont 								\normalsize        Xinze Li, Student ID 2015K8009906024\\[-3pt]		\normalsize        %February 19, 2014}\date{}%%% Begin document\begin{document}\maketitle%\begin{section}\section{Problem 1}\subsection{description}\subsection{solution}\iffalse\begin{equation}\left\{\begin{array}{l}X\ 3\ 5\ 6\ 9\ (X\leq 3)\\3\ X\ 5\ 6\ 9\ (3 < X\leq 5) \\3\ 5\ X\ 6\ 9\ (5< X\leq 6)\\3\ 5\ 6\ X\ 9\ (6
View Code

Use pdflatex to edit it.

转载于:https://www.cnblogs.com/LiXinze/p/7635828.html

你可能感兴趣的文章
曾经踩过的坑--浏览器兼容-history
查看>>
centos7 Apache 2.4.6 多域名多网站配置
查看>>
MySQL性能优化
查看>>
建造者模式(Builder Pattern)
查看>>
程序开发的艺术
查看>>
对 Unity 碰撞器的相关调研
查看>>
linux 快速清空文件内容
查看>>
centos7安装配置jdk
查看>>
新年新气象
查看>>
webpack入门
查看>>
查看容器的挂载目录
查看>>
分布式系统(Distributed System)资料
查看>>
Android中LocalSocket使用
查看>>
【C++】各种成员变量
查看>>
【NOIP2009】靶形数独
查看>>
设计模式目录
查看>>
BZOJ4013: [HNOI2015]实验比较
查看>>
bzoj1030 [JSOI2007]文本生成器
查看>>
配置<welcome-file>直接访问请求
查看>>
redis基础命令
查看>>