LoginSignup
0
0

Memo on how to write a paper in latex

Last updated at Posted at 2023-12-08

LaTeX Rules

Update if necessary.

  • input space after comma.
  • input break line after a period.
  • input blank line by entering break line two or more times.
  • make space = [\ +,]
  • make hyperlink
  • write the official name for the first abbreviation that appears.
  • check the citation of papers
  • use centering instead of begin{center} in figure environment
  • use mathrm instead of rm
  • Table captions are above, figure captions are below.
  • Units and subscripts are in roman, physical quantities are in italic

package

\usepackage[dvipdfmx,colorlinks,linkcolor=black]{hyperref}
\usepackage{pxjahyper}  %link
\usepackage{amsmath,amssymb} %mathmatics
\usepackage{ascmac} %making frame
\usepackage{mathrsfs} %花文字
\usepackage{color}
\usepackage{here}
\usepackage{geometry} %margin setting
\usepackage{multicol,multirow} %multi column
\usepackage{caption}
\usepackage{subcaption}
\usepackage{bm} %boldsymbol
\usepackage{epigraph} %make epigraph
\usepackage{acronym} %make abbreviation
\usepackage[dvipdfmx]{graphicx} %insert images
\usepackage{comment} %comment
\usepackage{physics} %about physics
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0