/install latex-studio
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
| Type | Use Case |
|---|---|
| Research Paper | Academic publication |
| Technical Report | Documentation |
| Thesis | Graduate work |
| White Paper | Business/technical |
| Conference Paper | IEEE/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]{ hepage}
% Title
itle{\color{primary} extbf{Paper Title}}
\author{Author Name}
\date{ oday}
\begin{document}
\maketitle
\begin{abstract}
Abstract text goes here.
\end{abstract}
ableofcontents
\
ewpage
\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}
extcolor{white}{ extbf{Header1}} & extcolor{white}{ extbf{Header2}} & extcolor{white}{ extbf{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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install latex-studio - After installation, invoke the skill by name or use
/latex-studio - Provide required inputs per the skill's parameter spec and get structured output
What is Latex Studio?
LaTeX document generator for academic papers and technical reports. Use when user needs to create professional academic papers, theses, or technical document... It is an AI Agent Skill for Claude Code / OpenClaw, with 411 downloads so far.
How do I install Latex Studio?
Run "/install latex-studio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Latex Studio free?
Yes, Latex Studio is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Latex Studio support?
Latex Studio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Latex Studio?
It is built and maintained by ToBeWin (@tobewin); the current version is v1.0.5.