分享並記錄一些latex document的一些代碼片斷,方便了本身也方便了別人。。。代碼的環境是與LaTeX beamer 一些經常使用的指令 中是同樣的。macos
\documentclass{article} \usepackage{ctex} \title{周總結-\today} \author{做者\thanks{關於做者的腳註}} \usepackage{tikz} \usepackage{url} \usepackage{cite} \usepackage{xcolor} \usepackage[unicode]{hyperref} \usetikzlibrary{shapes,arrows,chains} % \title{} % \thanks{} % \footnotetext{} % \author{} % \date{} % \maketitle % \tableofcontents \renewcommand{\refname}{參考文獻} \begin{document} \maketitle \tableofcontents \section{大標題} % \subsection{小標題} %被註釋掉的小標題 %註釋 %被註釋掉的參考文獻 %\bibliographystyle{unsrt} %\bibliography{20170217} \end{document}
\begin{table} \caption{問題解決對比實驗} \begin{center} \begin{tabular}{||c|c||} \hline \emph{模型來源} & \emph{導入結果} \\ \hline WareHouse分享的模型 & 正常 \\ \hline 直接使用Sketch Up建模的模型並渲染 & 正常 \\ \hline 將Match Photo後的模型分享到Warehouse上後下載 & 異常 \\ \hline 將Match Photo創建的模型的一部分 & Sketch Up渲染的顯示正常, \\ Faces使用SketchUp的紋理進行渲染 & 直接從Photo 渲染的顯示異常 \\ \hline \end{tabular} \end{center} \end{table}
效果以下圖:app
#在引言部分加入須要的宏包 float \usepackage{float} #在插入圖片的位置處的\begin{figure}後面加[H],以下: \begin{figure}[H] \centering \includegraphics[width=1\linewidth]{img_name} \caption{caption} \label{fig:img_name}# label of the image,this is useful when you want to cite the image \end{figure}
\usepackage[pagebackref,colorlinks]{hyperref} %其中pagebackref實現從參考文獻列表反鏈接到文中引用該文獻的位置 %colorlinks實現的是將引用連接用相應的顏色進行標記而不是矩形框進行標記
%在導言部分引入subfig package \usepackage{subfig} %在正文部分 \begin{figure}[thb] \centering \subfloat[subtitle]{ \includegraphics[width=6cm,height=4cm]{figure_path} } \subfloat[subtitle]{ \includegraphics[width=6cm,height=4cm]{figure_path} } \subfloat[subtitle]{ \includegraphics[width=6cm,height=4cm]{figure_path} } \caption{title of the figure } \label{fig:label} \end{figure}
不使用標號的狀況能夠直接 加 \notag this
本身須要從新標號 直接 \tag{編號}url
之後會逐漸更新其餘的一些代碼片斷....net
存在問題解決:code
/System/Library/Assets/com_apple_MobileAsset_Font5而後進行按照參考連接後就正常了。
tlmgr conf texmf OSFONTDIR /System/Library/Assets/com_apple_MobileAsset_Font5/