插入图片

\documentclass{article}
\usepackage{graphicx}
\usepackage{Ctex}
\title{插入图片}
\author{yif}
\begin{document}
\maketitle
\includegraphics[width=4.00in,height=3.00in]{figure1.jpg}
\end{document}

简单表格

\documentclass{article}
\begin{document}
\begin{tabular}{|c|c|}
aaa & b \\
c & ddddd\\
\end{tabular} \begin{tabular}{|l|r|}
\hline
aaaa & b \\
\hline
c & ddddd\\
\hline
\end{tabular} \begin{center}
\begin{tabular}{|c|c|}
\hline
a & b \\ \hline
c & d\\
\hline
\end{tabular}
\end{center}
\end{document}

注意观察有无\hline和有无\begin{center}的区别。注意观察\begin{tabular}后的lcr的区别,分别是left对齐,center对齐和right对齐。

制作参考文献

\documentclass{article}
\begin{document} @article{rivero2001resistance,
title={Resistance to cold and heat stress: accumulation of phenolic compounds in tomato and watermelon plants},
author={Rivero, Rosa M and Ruiz, Juan M and Garc{\i}a, Pablo C and L{\'o}pez-Lefebre, Luis R and S{\'a}nchez, Esteban and Romero, Luis},
journal={Plant Science},
volume={160},
number={2},
pages={315--321},
year={2001},
publisher={Elsevier}
} @article{gostout1992clinical,
title={The clinical and endoscopic spectrum of the watermelon stomach},
author={Gostout, Christopher J and Viggiano, Thomas R and Ahlquist, David A and Wang, Kenneth K and Larson, Mark V and Balm, Rita},
journal={Journal of clinical gastroenterology},
volume={15},
number={3},
pages={256--263},
year={1992},
publisher={LWW}
}
\end{document}

最新文章

  1. mysql gb2312与lanti1
  2. 进制转换器(十进制转n进制)
  3. SOA和Web Service介绍
  4. 查看centos中的用户和用户组
  5. 11个高级MySQL数据库面试问题和答案
  6. json数据相对于xml数据.
  7. python中的迭代
  8. 轻量级工具网站SimpleTools
  9. NancyFX 第九章 Responses(响应对象)
  10. 最简单易懂的Spring Security 身份认证流程讲解
  11. Spring发送邮件
  12. 疯狂Workflow讲义——基于Activiti的工作流应用开 PDF 下载
  13. Android学习之基础知识四-Activity活动3讲(Intent的使用)
  14. (canvas)两小球碰撞后的速度问题研究
  15. 02: CMDB设计思路
  16. Vue音乐项目笔记(五)
  17. 《FPGA设计技巧与案例开发详解-第二版》全套资料包
  18. Java编程的逻辑 (13) - 类
  19. Python爬虫框架Scrapy实例(四)下载中间件设置
  20. Ubuntu软件更新时出错问题解决

热门文章

  1. Hyperlynx仿真学习
  2. objective-c的观察者模式
  3. MongoDB学习——持续更新
  4. JAVA 双重检查锁定和延迟初始化
  5. Google glog error LNK2001: unresolved external symbol "__declspec(dllimport) int fLI::FLAGS_XXXX 错误的解决。
  6. Redis入门经典——The Little Redis Book (翻译)
  7. php之curl设置超时实例
  8. CI框架 简介
  9. Windows之建立C++开发环境
  10. iOS 。开发之指纹识别功能