VerbTeX LaTeX Editor

3.4.4 for iPhone, iPad
Free
0

0 Ratings

Update Date

2024-03-11

Size

34.0 MB

Screenshots for iPhone

iPhone
VerbTeX LaTeX Editor Description
VerbTeX is a free LaTeX Editor for your iOS device. It allows you to create and manage LaTeX projects directly on your iOS device and generate a PDF offline (Verbnox) or online (Verbosus).

This software is provided "as is" without warranties or conditions of any kind, either expressed or implied.

Features:
* Offline compilation (Local Mode, enable in Settings)
* Automatic Dropbox synchronization (Local Mode)
* Automatic Box synchronization (Local Mode)
* Git integration (Local Mode)
* iCloud integration (Local Mode)
* Use PdfTeX or XeTeX to generate a PDF
* Use BibTeX or Biber for bibliographies
* 2 Modes: Local (stores .tex documents on your device) and Cloud (synchronizes your projects with Verbosus)
* Syntax highlighting
* Line numbers
* Autosave
* Hotkeys (see below)
* File upload incl. subfolders (Local Mode)
* Web-Interface (Cloud Mode)
* Two factor authentication (Cloud Mode, in combination with Copiosus)
* Export the generated PDF to other Apps that support PDF handling
* Export projects from Local Mode
* Import projects to Local Mode
* No ads

Additional features in VerbTeX Pro:
* Code completion (commands)
* Unlimited number of projects (Local Mode)
* Unlimited number of documents per project (Local Mode)
* Unlimited number of file uploads per project (Local Mode)

Limitations in free VerbTeX version:
* Max. number of projects (Local Mode): 2
* Max. number of documents per project (Local Mode): 2
* Max. number of file uploads per project (Local Mode): 4

If you experience any performance issues when loading a project or while using the editor please try
* to disable syntax highlighting and line numbers by choosing Preferences -> Syntax Highlighting
* to split up your project into multiple .tex files by using the include{...} command of LaTeX

Import or export existing projects (Local Mode):
If you want to import or export existing projects you have two options: Automatic Dropbox or Box synchronization (Preferences -> Link to Dropbox or Box) or copy the font file to your root Documents path by using Finder -> Device -> VerbTeX -> Files -> Drag and drop your files. Please refresh the project list.

Use any .ttf/.otf font (Local Mode):
If you want to use a custom font or a font that is not installed you have two options: Automatic Dropbox or Box synchronization (Preferences -> Link to Dropbox or Box) or copy the font file to your root Documents path by using Finder -> Device -> VerbTeX -> Files -> Drag and drop your files. In your project you can use the font like this:

\documentclass{article}
\usepackage{fontspec}
\setmainfont{fontname.otf}
\begin{document}
\section{Main Heading}
Это тест
\end{document}

You can write chinese in PdfTeX using the CJKutf8 package as shown in the following example:

\documentclass{article}
\usepackage{CJKutf8}
\begin{document}
\begin{CJK}{UTF8}{gbsn}
这是一个测试
\end{CJK}
\end{document}

You can write chinese in XeTeX using the xeCJK package as shown in the following example:

\documentclass{article}
\usepackage{xeCJK}
\begin{document}
这是一个测试
\end{document}

Hotkeys in editor:
ctrl+s: save
ctrl+g: generate PDF
ctrl+n: new document
ctrl+d: delete document
ctrl+b: switch bib and tex
ctrl+.: next document
VerbTeX LaTeX Editor 3.4.4 Update
2024-03-11
* Git integration (Local Mode)
More Information
Price:
Free
Version:
3.4.4
Size:
34.0 MB
Update Date:
2024-03-11
Developer:
Verbosus.com
Language:
English

Safe to Download

AppPure.com and the download link of this app are 100% safe. The download link of this app will be redirected to the official App Store site, thus the app is original and has not been modified in any way.

Got it
X
Share

Share this page with your friends if you find it useful

Facebook Linkedin Pinterest Tumblr Twitter Whatsapp Line
3.4.4 2024-03-11
* Git integration (Local Mode)
3.4.3 2024-02-16
* Make available to Files and Finder
* Bugfix: Support .jpeg extension
3.3.6 2023-10-30
Offline compilation: Several bugfixes (parindent, geometry)
3.3.5 2023-10-17
* Offline compilation with Verbnox (enable in Settings)
* Dropbox: Fix login issue
3.3.4 2023-06-02
* Replace Saving Project dialog with titlebar information for seamless experience
* Update Dropbox and Box
3.3.2 2023-01-05
* Remove dialog if save was successful
* Outline: Highlight unsaved files
* Bugfix: Outline UI for MacOS version
3.2.8 2022-06-28
* Cloud Mode: Two factor authentication in combination with Copiosus
3.2.7 2022-02-03
* Biber support
3.2.6 2021-12-19
* Bugfix: Adding same file in subfolder
3.2.3 2021-08-22
* Bugfix: Crash when linking to Box
3.1.0 2020-06-21
* Bugfix: Dropbox synchronization issue
3.0.6 2020-05-26
Bugfix: Box synchronization
3.0.5 2020-05-20
* Manage files (Local Mode)
* iCloud integration (Local Mode)
* Update link to terms
3.0.4 2020-05-10
Bugfix: Rare crash
3.0.3 2019-12-07
* Bugfix: Dark mode
2.9.8 2019-10-04
* Bugfix: Editor colors for dark mode
2.9.6 2019-10-02
* Security improvements for Cloud Mode
2.9.4 2012-09-19
* Bugfix: Box synchronization issue * Update Swift version