LaTeXTutorials 3 : text and document formatting

本文介绍LaTeX中的文本格式设置方法,包括斜体、加粗、小型大写等字体样式调整,以及如何改变文本大小和对齐方式。同时,文中还列举了一些专业术语,如二次方程、斜率截距式等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

LaTeXTutorials 3 : text and document formatting

Notice

  • 斜体:\textit{}

  • 加粗:\textbf{}

  • 小型大写:\textsc{}

  • 打字机字体(常用来显示链接):\texttt{URL}

  • 加大字号:

    • \begin{large}...\end{large}
    • \begin{Large}...\end{Large}
    • \begin{huge}...\end{huge}
    • \begin{Huge}...\end{Huge}
  • 缩小字号:

    • \begin{small}...\end{small}
    • \begin{tiny}...\end{tiny}
  • 居中对齐:\begin{center}...\end{center}

  • 左对齐:\begin{flushleft}...\end{flushleft}

  • 右对齐:\begin{flushright}...\end{flushright}

Professional term

  • quadratic::二次的
  • slope intercept form :截距式
  • point slope form:点斜式
  • vertex:顶点
  • factored form:分式形式

Source code

\documentclass[12pt]{article}
\title{\LaTeX{}\quad text \& document formatting}
\author{Yunlong Wang}
\date{\today}
\begin{document}
	\maketitle
	\newpage
	\tableofcontents
	\newpage
	This will produce \textit{italicized} text.
	
	This will produce \textbf{bold-faced} text.
	
	This will produce \textsc{small caps} text.
	
	This will produce \texttt{typewriter} font.
	
	Please visit Mrs.Krummel's website at \texttt{http://mrskrummel.com}.
	
	Please excuse my dear aunt Sally.
	
	Please excuse my \begin{large} dear aunt Sally \end{large}.
	
	Please excuse my \begin{Large} dear aunt Sally \end{Large}.
	
	Please excuse my \begin{huge} dear aunt Sally \end{huge}.
	
	Please excuse my \begin{Huge} dear aunt Sally \end{Huge}.
	
	Please excuse my \begin{small} dear aunt Sally \end{small}.
	
	Please excuse my \begin{tiny} dear aunt Sally \end{tiny}.
	
	\begin{center}
		This is centered.
	\end{center}
	
	\begin{flushleft}
		This is left-justified.
	\end{flushleft}

	\begin{flushright}
		This is right-justified.
	\end{flushright}

	\section{Linear Functions}
		\subsection{Slope-Intercept Form}
		\subsection{Standard Form}
		\subsection{Point-Slope Form}
	\section{Quadratic Functions}
		\subsection{Vertex Form}
		\subsection{Standard Form}
		\subsection{Factored Form}
\end{document}

PDF

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值