Skip to content

Commit

Permalink
enumitem: inline option
Browse files Browse the repository at this point in the history
  • Loading branch information
leomao committed Oct 4, 2014
1 parent a407968 commit cd6849b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
\usepackage[unicode=true, pdfborder={0 0 0}, bookmarksdepth=-1]{hyperref}
% ref加強版
\usepackage[usenames, dvipsnames]{color} % 可以使用顏色
\usepackage[shortlabels]{enumitem} % 加強版enumerate
\usepackage[shortlabels, inline]{enumitem} % 加強版enumerate
\usepackage{xpatch}

% \usepackage{tabto} % tab
% \usepackage{soul} % highlight
% \usepackage{ulem} % 字加裝飾
% \usepackage{wrapfig} % 文繞圖
Expand Down Expand Up @@ -84,6 +85,7 @@
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
\setlength{\headheight}{15pt} %with titling
\setlength{\droptitle}{-1.5cm} %title 與上緣的間距
% \posttitle{\par\end{center}} % title 與內文的間距
\parindent=24pt %設定縮排的距離
% \parskip=1ex %設定行距
% \pagestyle{empty} % empty: 無頁碼
Expand Down
6 changes: 4 additions & 2 deletions template_en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@
\usepackage[unicode=true, pdfborder={0 0 0}, bookmarksdepth=-1]{hyperref}
% ref加強版
\usepackage[usenames, dvipsnames]{color} % 可以使用顏色
\usepackage[shortlabels]{enumitem} % 加強版enumerate
\usepackage[shortlabels, inline]{enumitem} % 加強版enumerate
\usepackage{xpatch}

% \usepackage{tabto} % tab
% \usepackage{soul} % highlight
% \usepackage{ulem} % 字加裝飾
% \usepackage{wrapfig} % 文繞圖
Expand Down Expand Up @@ -84,6 +85,7 @@
\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
\setlength{\headheight}{15pt} %with titling
\setlength{\droptitle}{-1.5cm} %title 與上緣的間距
% \posttitle{\par\end{center}} % title 與內文的間距
\parindent=24pt %設定縮排的距離
% \parskip=1ex %設定行距
% \pagestyle{empty} % empty: 無頁碼
Expand All @@ -106,7 +108,7 @@
% \renewcommand{\headrule}{\rule{\textwidth}{\headrulewidth}}
% }

%%%%%%%%%%%%%%%重定義一些command%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%重定義一些名稱%%%%%%%%%%%%%%%
% \renewcommand{\contentsname}{目錄} %設定目錄的標題名稱
% \renewcommand{\refname}{Reference} %設定參考資料的標題名稱
\renewcommand{\abstractname}{\LARGE Abstract} %設定摘要的標題名稱
Expand Down

0 comments on commit cd6849b

Please sign in to comment.