当前位置:网站首页>Latex learning insertion number - list of filled dots, bars, numbers
Latex learning insertion number - list of filled dots, bars, numbers
2022-07-04 10:13:00 【Wildcraner】
List of filled dots , cross bar
Code
\begin{
itemize}
\item one
\item two
\item three
\end{
itemize}
effect 
Code
\begin{
itemize}
\item[-] one
\item[-] two
\item[-] three
\end{
itemize}
effect 
Numbers
Code
\begin{
enumerate}
\item one
\item two
\item three
\end{
enumerate}
effect 
Code
\begin{
enumerate}[(1)]
\item one
\item two
\item three
\end{
enumerate}
effect 
Code
\begin{
enumerate}[1]
\item one
\item two
\item three
\end{
enumerate}
effect 
边栏推荐
- Uniapp--- initial use of websocket (long link implementation)
- 2021-08-10 character pointer
- MongoDB数据日期显示相差8小时 原因和解决方案
- Pcl:: fromrosmsg alarm failed to find match for field 'intensity'
- Normal vector point cloud rotation
- QTreeView+自定义Model实现示例
- Exercise 9-5 address book sorting (20 points)
- The time difference between the past time and the present time of uniapp processing, such as just, a few minutes ago, a few hours ago, a few months ago
- Dynamic memory management
- mmclassification 标注文件生成
猜你喜欢

Baidu R & D suffered Waterloo on three sides: I was stunned by the interviewer's set of combination punches on the spot

If the uniapp is less than 1000, it will be displayed according to the original number. If the number exceeds 1000, it will be converted into 10w+ 1.3k+ display
Summary of reasons for web side automation test failure

The time difference between the past time and the present time of uniapp processing, such as just, a few minutes ago, a few hours ago, a few months ago

Hands on deep learning (41) -- Deep recurrent neural network (deep RNN)

Hands on deep learning (43) -- machine translation and its data construction

Matlab tips (25) competitive neural network and SOM neural network

C # use gdi+ to add text with center rotation (arbitrary angle)

PHP is used to add, modify and delete movie information, which is divided into foreground management and background management. Foreground users can browse information and post messages, and backgroun

Reprint: summation formula of proportional series and its derivation process
随机推荐
PHP personal album management system source code, realizes album classification and album grouping, as well as album image management. The database adopts Mysql to realize the login and registration f
QTreeView+自定义Model实现示例
Qtreeview+ custom model implementation example
用数据告诉你高考最难的省份是哪里!
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
uniapp---初步使用websocket(长链接实现)
Reasons and solutions for the 8-hour difference in mongodb data date display
Ruby time format conversion strftime MS matching format
【Day2】 convolutional-neural-networks
Lavel document reading notes -how to use @auth and @guest directives in lavel
System. Currenttimemillis() and system Nanotime (), which is faster? Don't use it wrong!
Work order management system OTRs
mmclassification 标注文件生成
Go context basic introduction
PHP book borrowing management system, with complete functions, supports user foreground management and background management, and supports the latest version of PHP 7 x. Database mysql
Kotlin: collection use
查看CSDN个人资源下载明细
Hands on deep learning (33) -- style transfer
Hands on deep learning (41) -- Deep recurrent neural network (deep RNN)
C # use gdi+ to add text to the picture and make the text adaptive to the rectangular area