← 返回
未分类 中文

Latex Studio

LaTeX document generator for academic papers and technical reports. Use when user needs to create professional academic papers, theses, or technical document...
{ "description": "学术论文与技术报告 LaTeX 文档生成器。当用户需撰写专业学术论文、学位论文或技术文档时使用。"}
tobewin tobewin 来源
未分类 clawhub v1.0.5 1 版本 99872.9 Key: 无需
★ 0
Stars
📥 786
下载
💾 52
安装
1
版本
#latest

概述

LaTeX Studio

Professional LaTeX document generator for academic papers and technical reports.

Features

  • 📄 Academic Papers: Standard paper formatting
  • 📐 Math Formulas: Full LaTeX math support
  • 📑 Tables: Professional table layouts
  • 📝 Citations: Reference management
  • 📊 Charts: Integration with data
  • Compatible: Works with Overleaf, TeX Live, MiKTeX

Main Use Case

LaTeX is primarily used for academic paper writing. This skill focuses on English language support for maximum compatibility and professional quality.

Supported Document Types

TypeUse Case
----------------
Research PaperAcademic publication
Technical ReportDocumentation
ThesisGraduate work
White PaperBusiness/technical
Conference PaperIEEE/ACM format

Trigger Conditions

  • "Write a paper" / "Create a LaTeX document"
  • "Generate academic paper"
  • "LaTeX report" / "Research paper"
  • "latex-studio"

LaTeX Template

\documentclass[12pt, a4paper]{article}

% Packages
\usepackage[margin=2.5cm, headheight=14pt]{geometry}
\usepackage{amsmath, amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{booktabs}
\usepackage{xcolor}
\usepackage{colortbl}
\usepackage{enumitem}
\usepackage{fancyhdr}

% Colors
\definecolor{primary}{RGB}{30, 60, 114}
\definecolor{secondary}{RGB}{100, 100, 100}

% Header/Footer
\pagestyle{fancy}
\fancyhf{}
\fancyhead[L]{\small\color{secondary}Document Title}
\fancyfoot[C]{\thepage}

% Title
\title{\color{primary}\textbf{Paper Title}}
\author{Author Name}
\date{\today}

\begin{document}

\maketitle

\begin{abstract}
Abstract text goes here.
\end{abstract}

\tableofcontents
\newpage

\section{Introduction}

Introduction content...

\section{Methodology}

Method content...

\begin{table}[h]
\centering
\renewcommand{\arraystretch}{1.3}
\begin{tabular}{|l|c|c|c|}
\hline
\rowcolor{primary}
\textcolor{white}{\textbf{Header1}} & \textcolor{white}{\textbf{Header2}} & \textcolor{white}{\textbf{Header3}} \\
\hline
Row1 & Data1 & Data2 \\
\hline
\end{tabular}
\caption{Table Title}
\label{tab:example}
\end{table}

\section{Results}

Results content...

\section{Conclusion}

Conclusion content...

\end{document}

Usage Examples

User: "Write a research paper about AI"
Agent: Generate LaTeX document with proper formatting

User: "Create a technical report"
Agent: Generate professional report template

Notes

  • Generates .tex files
  • Compatible with Overleaf and all LaTeX compilers
  • Requires LaTeX environment to compile to PDF
  • Focuses on English language support

版本历史

共 1 个版本

  • v1.0.5 当前
    2026-03-31 07:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

office-efficiency

Pptx Generator

tobewin
专业PPT生成器。Use when user wants to create editable PowerPoint presentations with professional layouts, multiple styles, and
★ 14 📥 14,570
content-creation

Marketing Skills

jchopard69
{"answer":"获取23个营销模块,包含CRO、SEO、文案、分析、发布、广告及社媒的清单、框架与现成交付物。"}
★ 143 📥 30,710
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 901 📥 205,665