latex 加粗_LaTeX论文模板
生活随笔
收集整理的這篇文章主要介紹了
latex 加粗_LaTeX论文模板
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
以下是生成論文模板的Latex代碼,復制粘貼到任意Tex編輯器即可,效果圖在代碼下方
documentclass[hyperref]{ctexart} usepackage[left=2.50cm, right=2.50cm, top=2.50cm, bottom=2.50cm]{geometry} %頁邊距 usepackage{helvet} usepackage{amsmath, amsfonts, amssymb} % 數學公式、符號 usepackage[english]{babel} usepackage{graphicx} % 圖片 usepackage{url} % 超鏈接 usepackage{bm} % 加粗方程字體 usepackage{multirow} usepackage{booktabs} usepackage{algorithm} usepackage{algorithmic} renewcommand{algorithmicrequire}{ textbf{Input:}} renewcommand{algorithmicensure}{ textbf{Initialize:}} renewcommand{algorithmicreturn}{ textbf{Output:}} %算法格式 usepackage{fancyhdr} %設置頁眉、頁腳 pagestyle{fancy} lhead{} chead{} lfoot{} cfoot{} rfoot{} usepackage{hyperref} %bookmarks hypersetup{colorlinks, bookmarks, unicode} %unicode usepackage{multicol} title{textbf{Title}} author{sffamily author1$^1$, sffamily author2$^2$, sffamily author3$^3$} date{(Dated: today)} begin{document}maketitlenoindent{bf Abstract: }This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.This is abstract.noindent{bf Keywords: }Keyword1; Keyword2; Keyword3;...begin{multicols}{2}section{Introduction}This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.subsection{title}This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.subsubsection{title}This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.This is introduction.section{title}noindent Equations: begin{equation}E=mc^2end{equation}begin{equation}Hpsi=Epsiend{equation}$partialpartial=0$, and$$iint_S vec{F}cdot vec{n}dsigma=iiint nablatimesvec{F}dV$$section{Conclusion}This is conclusion. This is conclusion. This is conclusion. This is conclusion. This is conclusion. This is conclusion. This is conclusion. This is conclusion. This is conclusion.This is conclusion.section*{Acknowledgments}These are acknowledgments. These are acknowledgments. These are acknowledgments. These are acknowledgments. These are acknowledgments. These are acknowledgments.begin{thebibliography}{100}%此處數字為最多可添加的參考文獻數量bibitem{article1}This is reference.%title author journal data pagesbibitem{book1}This is reference.%title author publish dateend{thebibliography}end{multicols} end{document}生成PDF后的效果圖
Unryu:LaTeX符號備忘--希臘字母?zhuanlan.zhihu.comUnryu:LaTeX符號備忘--箭頭和括號?zhuanlan.zhihu.comUnryu:LaTeX符號備忘--二元關系符運算符?zhuanlan.zhihu.comUnryu:LaTeX符號備忘--巨算符?zhuanlan.zhihu.comUnryu:LaTeX符號備忘--其他符號?zhuanlan.zhihu.com總結
以上是生活随笔為你收集整理的latex 加粗_LaTeX论文模板的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java string转number_J
- 下一篇: 一个springboot能支持多少并发_