Latex学习(一)

\documentclass{article}

\usepackage{amsmath}

\begin{document}

\begin{equation*}
  1 + 2 = 3 
\end{equation*}

\begin{equation*}
  1 = 3 - 2
\end{equation*}

\begin{align*}
  1 + 2 &= 3 \\
  1 &= 3 - 2
\end{align*}

\end{document}


\documentclass{article}

\usepackage{amsmath}

\begin{document}

\begin{align*}
  f(x) &= x^2\\
  g(x) &= \frac{1}{x}\\
  F(x) &= \int^a_b \frac{1}{3}x^3
\end{align*}

\end{document}

\documentclass{article}

\usepackage{graphicx}

\begin{document}

\begin{figure}[h!] # 设置图片的位置 t (top) - top of page b (bottom) - bottom of page
  \includegraphics[width=\linewidth]{featuremaps.png}
  \caption{A featuremaps1.} #图片下面的附属文字
  \label{fig:featuremaps2}  # 相当于一个图片的引用,用于在文字阶段使用
\end{figure}

\begin{figure}
	\includegraphics[width=\linewidth]{1.jpg}
	\caption{B featuremaps1.}
	\label{fig:featuremaps1}
\end{figure}

Figure \ref{fig:featuremaps1} shows a featuremaps1.

\end{document}

\documentclass{article}

\begin{document}
# 引用文献 DUMMY:1表示Bib数据库中的索引
Random citation \cite{DUMMY:1} embeddeed in text.

# 脚本说明 \footnote 脚本 \label{myfootnote}代表脚本的引用
This is some example text\footnote{\label{myfootnote}Hello footnote}.

\newpage
#在其他地方引用脚本myfootnote
I'm referring to footnote \ref{myfootnote}.

\bibliography{a} # bib数据库的名称
\bibliographystyle{ieeetr}

\end{document}


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值