Latex学习--30minutes入门

在overleaf上看了那个30minutes的教程,自己使用TexStudio软件测了一遍

% 文章类型,article/book/report 不同的类型有细微差异
% 存在部分标签不能跨类型使用
\documentclass[12pt, a4paper]{article}
% 页面布局,采用A4纸,a4paper/letterpaper/...
\usepackage[a4paper, total={6in, 8in}]{geometry}
% 编码,默认utf-8
\usepackage[utf8]{inputenc}
% 导入外部包,部分函数要导入相应包才能使用
\usepackage{graphicx}
% 标题
\title{My First Document Demo}
% 作者
\author{Tao \thanks{funded by the Overleaf team}}
% 日期
\date{Oct 2019}
%以上的信息统称为preamble,序言
\begin{document}
    % 设置了title,才能使用maketitle,表示将标题信息打印
    \maketitle
    % 摘要
    \begin{abstract}
        This is a simple paragraph at the beginning of the 
        document. A brief introduction about the main subject.
    \end{abstract}

    % 正文
     First document. This is a simple example, with no extra parameters or packages included.
%\chapter{First Chapter},要文章类型是book,才能使用的标签
% 章节
    \section{section one}
    % 换行要留一个空格,或者在最后加上\\ ,否则不会换行
    % 加粗、斜体、下划线标签
        Some of the \textbf{greatest}
        discoveries in \textit{science}
        were made by \underline{accidents}
    \section{section two}
        Some of the greatest \emph{discoveries} in science were made by accidents
     
        \textit{Some of the greatest \emph{discoveries} in science were made by accidents}
        % 子章节标签
    \subsection{First Subsection}
        \textbf{Some of the greatest \emph{discoveries} in science were made by accident.}
     
        There is a photo demo, as you can see in the figure \ref{fig:wlop-},also you can see in the page \pageref{fig:wlop-}.
    
    Now, there are some order demo:
    % 无序list标签
    \begin{itemize}
        \item The individual entries are indicated with a black dot, a so-called bullet.
        \item The text in the entries may be of any length.
    \end{itemize}
    % 有序list标签
    \begin{enumerate}
        \item This is the first entry in our list
        \item The list numbers increase with each entry we add
    \end{enumerate}
    % 数学符号使用$$
 In physics, the mass-energy equivalence is stated 
 by the equation $E=mc^2$, discovered in 1905 by Albert Einstein.
 The mass-energy equivalence is described by the famous equation
    % 占用一行
 \[ E=mc^2 \]
 
 discovered in 1905 by Albert Einstein. 
 In natural units ($c = 1$), the formula expresses the identity
 % 占用1行并显示等式序号
 \begin{equation}
 E=m
 \end{equation}
 \begin{equation}
 E=mc^2
 \end{equation}
 % 下标和上标
Subscripts in math mode are written as $a_b$ and superscripts are written as $a^b$. These can be combined an nested to write expressions such as

\[ T^{i_1 i_2 \dots i_p}_{j_1 j_2 \dots j_q} = T(x^{i_1},\dots,x^{i_p},e_{j_1},\dots,e_{j_q}) \]
We write integrals using $\int$ and fractions using $\frac{a}{b}$. Limits are placed on integrals using superscripts and subscripts:

\[ \int_0^1 \frac{1}{e^x} =  \frac{e-1}{e} \]
% 插入图片,以及给图片加上说明信息,标签
    \begin{figure}
    \centering
    \includegraphics[width=0.7\linewidth]{C:/Users/Penger/Pictures/WLOP-赛丽亚}
    \caption{this is a \textbf{caption} demo}
    \label{fig:wlop-}
    \end{figure}
% 希腊字母大小写表示
Lower case Greek letters are written as $\omega$ $\delta$ etc. while upper case Greek letters are written as $\Omega$ $\Delta$.

Mathematical operators are prefixed with a backslash as $\sin(\beta)$, $\cos(\alpha)$, $\log(x)$ etc.
% 表格表示1
\begin{center}
    \begin{tabular}{ c r l }
        cell1 & cell2 & cell3 \\ 
        cell4 & cell5 & cell6 \\  
        cell7 & cell8 & cell9    
    \end{tabular}
\end{center}
%表格表示2
\begin{center}
    \begin{tabular}{ |c| r| l| }
        \hline
        cell1 & cell2 & cell3 \\ 
        cell4 & cell5 & cell6 \\  
        \hline
        cell7 & cell8 & cell9\\
        
        \hline    
    \end{tabular}
\end{center}
%表格表示3
\begin{center}
    \begin{tabular}{||c c c c||} 
        \hline
        Col1 & Col2 & Col2 & Col3 \\ [0.5ex] 
        \hline\hline
        1 & 6 & 87837 & 787 \\ 
        \hline
        2 & 7 & 78 & 5415 \\
        \hline
        3 & 545 & 778 & 7507 \\
        \hline
        4 & 545 & 18744 & 7560 \\
        \hline
        5 & 88 & 788 & 6344 \\ [1ex] 
        \hline
    \end{tabular}
\end{center}
Table \ref{table:data} is an example of referenced \LaTeX{} elements.
% 表格表示4
\begin{table}[h!]
    \centering
    \begin{tabular}{||c c c c||} 
        \hline
        Col1 & Col2 & Col2 & Col3 \\ [0.5ex] 
        \hline\hline
        1 & 6 & 87837 & 787 \\ 
        2 & 7 & 78 & 5415 \\
        3 & 545 & 778 & 7507 \\
        4 & 545 & 18744 & 7560 \\
        5 & 88 & 788 & 6344 \\ [1ex] 
        \hline
    \end{tabular}
    \caption{Table to test captions and labels}
    \label{table:data}
\end{table}
\end{document}
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 212,185评论 6 493
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 90,445评论 3 385
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 157,684评论 0 348
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 56,564评论 1 284
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 65,681评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 49,874评论 1 290
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,025评论 3 408
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 37,761评论 0 268
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,217评论 1 303
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 36,545评论 2 327
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 38,694评论 1 341
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,351评论 4 332
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 39,988评论 3 315
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 30,778评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,007评论 1 266
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 46,427评论 2 360
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 43,580评论 2 349

推荐阅读更多精彩内容

  • 本文适给日常使用过pdf文件,在哪里听说过LaTeX但又对它没有什么概念的孩子看。 大概能传递一点 “入门” 的信...
    Nero_Tako阅读 3,545评论 0 38
  • 不知道从什么时候开始,在什么东西上面都有个日期,秋刀鱼会过期,肉罐头会过 期,连保鲜纸都会过期,我开始怀疑,在这个...
    丑桔的丑阅读 1,369评论 1 1
  • 一、是什么原因让一个孩子变成了没有问题的人? 昨晚上课,学生的妈妈回顾起孩子上小学时,有次她指着道路上的水迹印,对...
    Serena_Pang阅读 331评论 0 2
  • 马永忠,一心耕耘在核雕事业,其作品多为孤品,专心创作。 马永忠大师的核雕,形神兼备
    班墨空间阅读 301评论 0 0
  • 原谅我不曾沧桑~即使经历了最难忘的日子~我还是从前的模样……没有人会陪我~我也只是背着自己的行囊
    自己走过的路阅读 205评论 0 1