LaTeX document generator for academic papers and technical reports. Use when user needs to create professional academic papers, theses, or technical documents with math formulas, tables, and citations. Generates publication-ready .tex files compatible with Overleaf and all LaTeX compilers.
专业LaTeX文档生成器,适用于学术论文和技术报告。
LaTeX主要用于学术论文写作。本技能专注于英语语言支持,以实现最大兼容性和专业质量。
| 类型 | 用途 |
|---|---|
| 研究论文 | 学术发表 |
| 技术报告 |
latex
\documentclass[12pt, a4paper]{article}
% 宏包
\usepackage[margin=2.5cm, headheight=14pt]{geometry}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{colortbl}
\usepackage{enumitem}
\usepackage{fancyhdr}
% 颜色
\definecolor{primary}{RGB}{30, 60, 114}
\definecolor{secondary}{RGB}{100, 100, 100}
% 页眉/页脚
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\small\color{secondary}文档标题}
\fancyfoot[C]{\thepage}
% 标题
\title{\color{primary}\textbf{论文标题}}
\author{作者姓名}
\date{\today}
\begin{document}
\maketitle
\begin{abstract}
摘要内容在此处填写。
\end{abstract}
\tableofcontents
\newpage
\section{引言}
引言内容...
\section{方法}
方法内容...
\begin{table}[h]
\centering
\renewcommand{\arraystretch}{1.3}
\begin{tabular}{|l|c|c|c|}
\hline
\rowcolor{primary}
\textcolor{white}{\textbf{表头1}} & \textcolor{white}{\textbf{表头2}} & \textcolor{white}{\textbf{表头3}} \\
\hline
行1 & 数据1 & 数据2 \\
\hline
\end{tabular}
\caption{表格标题}
\label{tab:example}
\end{table}
\section{结果}
结果内容...
\section{结论}
结论内容...
\end{document}
用户:写一篇关于人工智能的研究论文
助手:生成格式规范的LaTeX文档
用户:创建一份技术报告
助手:生成专业报告模板
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 latex-studio-1776014881 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 latex-studio-1776014881 技能
skillhub install latex-studio-1776014881
文件大小: 2.63 KB | 发布时间: 2026-4-13 10:48