提问于:
浏览数:
1845
## 编译环境
操作系统
* [x ] Windows 7/8/10
* [ ] macOS
* [ ] Linux
`若需勾选,请把[ ]改成[x]`
Tex发行版
* [x ] TexLive `年份`
* [ ] MikTeX `版本号`
* [ ] CTeX
`若需勾选,请把[ ]改成[x]`
## 我的问题
最小工作示例:
```
\documentclass{article}
\usepackage{fontspec}
\usepackage[colorlinks,linkcolor=black]{hyperref}
\usepackage{graphics}
\usepackage{indentfirst}
\setmainfont{Times New Roman}
\begin{document}
\centering
\huge
\textbf{Nueral Collaborative Filtering Group Project Proposal}
\vspace*{0.5cm}
\LARGE
Miao Liang, Xiangzhe Kong\\
\bigskip
\bigskip
\large{Department of Computer Science and Engineering,\\Southern University of Science and Technology}
\vspace*{\fill}
\begin{minipage}[b]{0.9\textwidth}
\footnotesize\raggedright
\setlength{\parskip}{0.5\baselineskip}
Copyright \copyright 2019--\the\year\ Miao Liang. All Rights Reserved.
\end{minipage}
\newpage
\newpage
\begin{flushleft}
\end{flushleft}
\end{document}
```
问题:我想让正文在换行的时候自动截断用连字符-断开, 我看别人的模板都能够自动断字 ,参考了网上使用hyphenat相关设置 但是没有任何效果 我应该怎么做?