加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
environment.tex 1.99 KB
一键复制 编辑 原始数据 按行查看 历史
Leon 提交于 2023-07-03 10:06 . 7.3 homework
%!Tex Program = xelatex
\documentclass[a4paper]{article}
%\documentclass[a4paper]{ctexart}
\usepackage{xltxtra}
%\setmainfont[Mapping=tex-text]{AR PL UMing CN:style=Light}
%\setmainfont[Mapping=tex-text]{AR PL UKai CN:style=Book}
%\setmainfont[Mapping=tex-text]{WenQuanYi Zen Hei:style=Regular}
%\setmainfont[Mapping=tex-text]{WenQuanYi Zen Hei Sharp:style=Regular}
%\setmainfont[Mapping=tex-text]{AR PL KaitiM GB:style=Regular}
%\setmainfont[Mapping=tex-text]{AR PL SungtiL GB:style=Regular}
\usepackage{graphicx}
\usepackage{fontspec}
\usepackage{cite}
\usepackage{geometry}
% 设置中文字体
\setmainfont{AR PL UMing CN}
\geometry{left=20mm,right=20mm,top=20mm,bottom=20mm}
\begin{document}
\title{Work Environment}
\author{Leon}
\date{\today}
\maketitle
\section{Computer Model}
item Computer model: Dell XPS 15
CPU model: Intel Core i7-9750H
Memory size: 16GB
Hard disk size: 50GB
Graphics card model: NVIDIA GeForce GTX 1650
\section{The Imlementation Of Linux}
Virtual machine: VMware Workstation 17.0.2 Player
Memory size: 5GB
Hard disk size: 20GB
\section{Linux Version}
Linux version: Ubuntu 20.04 LTS
Additional software: None
\section{Complier and Gcc Complied Version}
Text editor: Visual Studio Code
GCC compiler version: GCC 9.3.0
\section{The Possibility and Working Scenarios of Working in a Linux Environment}
Using the Linux environment provides more customization and flexibility, making it suitable for tasks such as development, programming, and scientific computing. It can be used in academic research, software development, data analysis, and other fields. Through the Linux environment, you can explore open-source tools and libraries, participate in open-source projects, and share experiences and resources with other Linux users. The Linux environment is also useful for setting up servers, performing large-scale data processing, and high-performance computing tasks such as deep learning.
% 使用 BibTeX 管理文献引用
\bibliographystyle{plain}
\bibliography{references}
\end{document}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化