biji/wenti.tex

40 lines
736 B
TeX
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

\documentclass[a4paper,12pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[UTF8]{ctex}
\usepackage{xcolor}
%\setmainfont{Noto Serif CJK SC}
%\setmainfont{FangSong}
\setmainfont{SimSun}
%\fontsize{16pt}
% Title Page
\title{需要解决的问题}
\author{行走的芦苇}
\begin{document}
\maketitle
\begin{abstract}
我打算通过这本文档记录通过问题驱动的方式学习的历程。
\end{abstract}
\section{技术}
\subsection{如何下载cuda 12.4}
https://developer.nvidia.com/cuda-toolkit-archive 该网址是所有官方下载网址的入口
\subsection{qt5.15.14在linux环境编译}
问题的出处在于编译后SimpleView测试代码无法运行显示缺少xcb插件。
\section{}
\end{document}