VerbTeX
APK 다운로드VerbTeX 앱 스크린샷




VerbTeX AI 편집자의 리뷰
VerbTeX is a free Android LaTeX editor enabling collaborative document creation. Compile LaTeX documents directly on your device, offering a convenient solution for writing and editing LaTeX on the go. Great for students, researchers, and anyone needing LaTeX support.
종합 분석
VerbTeX is a valuable tool for anyone needing to work with LaTeX on an Android device. It offers a free and collaborative environment for creating and editing LaTeX documents. The ability to compile documents directly on your phone or tablet is incredibly convenient. While the editing experience may not be as robust as a desktop application, VerbTeX provides a functional and accessible solution for LaTeX editing on the go, making it suitable for quick edits, reviews, and collaborative projects.
주요 장점
- Free to use LaTeX editor for Android
- Supports collaborative editing of LaTeX documents
- Allows direct compilation on Android devices
개선 영역
- May require a stable internet connection for collaborative features
- Editing experience may be limited compared to desktop LaTeX editors
설명 VerbTeX
Site Editorial Commentary:The collaborative LaTeX Editor for your Android device
VerbTeX is a free and collaborative LaTeX editor designed specifically for your Android device. It empowers you to create, edit, and manage LaTeX projects directly on your tablet or smartphone. Generate professional-quality PDFs either Offline using Verbnox or online via Verbosus, providing flexibility to suit your needs.This software is provided "as is" without warranties or conditions of any kind, either expressed or implied.
Key Features:
* Generate PDFs using PdfLaTeX, XeLaTeX, or LuaLaTeX compilers.
* Manage bibliographies effectively with BibTeX or Biber.
* Enjoy offline compilation capabilities (Local mode, enable this feature in Settings).
* Benefit from automatic Dropbox synchronization (Local Mode).
* Utilize automatic Box synchronization (Local Mode).
* Integrate seamlessly with Git for version control (Local Mode).
* Choose between two modes: Local Mode (stores .tex documents locally on your device) and Cloud Mode (synchronizes your projects with Verbosus for online collaboration).
* Includes a full LaTeX distribution (TeXLive).
* No account required for Local Mode, ensuring immediate access.
* Features syntax highlighting for improved readability and error detection.
* Offers convenient hotkeys for efficient editing (see below).
* Provides a Web-Interface for accessing and managing projects (Cloud Mode).
* Facilitates real-time collaboration with other users (Cloud Mode).
* Supports two-factor authentication for enhanced security (Cloud Mode, in combination with Copiosus).
* Automatically saves your work in Local Mode.
* No advertisements, providing an uninterrupted writing experience.
Additional features available in VerbTeX Pro:
* Code completion (commands) for faster and more accurate writing.
* Encrypted transmission (TLS) of your content for enhanced security.
* Create an unlimited number of projects (Local Mode).
* Create an unlimited number of documents (Local Mode).
* Create an unlimited number of projects (Cloud Mode).
* Create an unlimited number of documents (Cloud Mode).
Limitations in the free VerbTeX version:
* Maximum number of projects (Local Mode): 2
* Maximum number of documents per project (Local Mode): 2
* Maximum number of files to upload per project (Local Mode): 2
* Maximum number of projects (Cloud Mode): 2
* Maximum number of documents per project (Cloud Mode): 2
Importing and exporting existing projects in Local Mode:
* Link to Dropbox or Box (Settings -> Link to Dropbox / Link to Box) and allow VerbTeX to automatically synchronize your projects.
OR
* Use Git integration: Clone or track an existing repository for seamless project management.
Using custom .ttf/.otf fonts:
Incorporate your desired font file within your project and reference it in your document:
\documentclass{article}
\usepackage{fontspec}
\setmainfont{fontname.otf}
\begin{document}
\section{Main Heading}
Это тест
\end{document}
Writing Chinese in PdfTeX using the CJKutf8 package:
\documentclass{article}
\usepackage{CJKutf8}
\begin{document}
\begin{CJK}{UTF8}{gbsn}
这是一个测试
\end{CJK}
\end{document}
Writing Chinese in XeTeX using the xeCJK package:
\documentclass{article}
\usepackage{xeCJK}
\begin{document}
这是一个测试
\end{document}
Performance optimization tips:
If you encounter performance issues, try:
* Disabling syntax highlighting and line numbers via Menu -> Syntax Highlighting: ON and Line Numbers: ON.
* Splitting your project into multiple .tex files using the \include{...} command of LaTeX.
Editor Hotkeys:
ctrl+s: Save
ctrl+g: Generate PDF
ctrl+n: New document
ctrl+d: Delete document
ctrl+.: Next document
ctrl+ ,: Previous document