apk.cafe
Best apps for your Android

Hi, There you can download APK file "VerbTeX" for Android free, apk file version is 4.7.5 to download to your android device just click this button. It's easy and warranty. We provide only original apk files. If any of materials on this site violates your rights, report us

Description of VerbTeX LaTeX Editor
Screenshots of VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
  • VerbTeX LaTeX Editor
Description of VerbTeX LaTeX Editor (from google play)

VerbTeX is a free, collaborative LaTeX Editor for your Android device. It allows you to create and manage LaTeX projects directly on your Android 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:
* Use PdfTeX or XeTeX to generate a PDF
* Use BibTeX or Biber for bibliographies
* Offline compilation (Local Mode, enable in Settings)
* Automatic Dropbox synchronization (Local Mode)
* Automatic Box synchronization (Local Mode)
* Git integration (Local Mode)
* 2 Modes: Local Mode (stores .tex documents on your device) and Cloud Mode (synchronizes your projects with Verbosus)
* Full LaTeX distribution (TeXLive)
* Syntax highlighting
* Hotkeys (see below)
* Web-Interface (Cloud Mode)
* Collaboration (Cloud Mode)
* Two factor authentication (Cloud Mode, in combination with Copiosus)
* Autosave (Local Mode)
* Custom template for new .tex files (Local Mode)
* No ads

Additional features in VerbTeX Pro:
* Code completion (commands)
* Encrypted transmission (TLS) of your content
* Unlimited number of projects (Local Mode)
* Unlimited number of documents (Local Mode)
* Unlimited number of projects (Cloud Mode)
* Unlimited number of documents per project (Cloud Mode)

Limitations in free VerbTeX version:
* Max. number of projects (Local Mode): 4
* Max. number of documents per project (Local Mode): 2
* Max. number of files to upload per project (Local Mode): 4
* Max. number of projects (Cloud Mode): 4
* Max. number of documents per project (Cloud Mode): 4

Import existing projects in Local Mode:
* Link to Dropbox or Box (Settings -> Link to Dropbox / Link to Box) and let VerbTeX automatically synchronize your projects
OR
* Use Git integration: Clone or track an existing repository
OR
* Put all your files in the VerbTeX folder on your SD card: /Android/data/verbosus.verbtex/files/Local/[project]

Change the default template for new .tex files:
Add a file called 'template.tex' in your local root project folder (/Android/data/verbosus.verbtex/files/Local/template.tex). The next time you add a new document to a project the new .tex file will be filled with the text of your template.tex file.

Use any .ttf/.otf font:
Put your font file inside your project and reference it in your document:

\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}

If you experience any performance issues while using the editor please try
* to disable syntax highlighting and line numbers by choosing Menu -> Syntax Highlighting: ON and Line Numbers: ON
* to split up your project into multiple .tex files by using the \include{...} command of LaTeX

Hotkeys in editor:
ctrl+s: Save
ctrl+g: Generate PDF
ctrl+n: New document
ctrl+d: Delete document
ctrl+.: Next document
ctrl+,: Previous document

Version history VerbTeX LaTeX Editor
New in VerbTeX 4.7.5
* Side-by-side view of editor and PDF
* Restructure UI for better usability
New in VerbTeX 4.7.4
* Git: Improve messaging
* Offline compilation: \hat \bar and others
* Share project (Local Mode)
* Improve editor performance
New in VerbTeX 4.7.1
* Git: Display progress when cloning project
* Jump to previous edited document
New in VerbTeX 4.6.0
* Lock project list during synchronization
* Add dialog that explains synchronization
New in VerbTeX 4.5.8
* Bugfix: Rare crash when using math mode in offline compilation
New in VerbTeX 4.5.7
* Offline compilation: Several bugfixes
* Auto indent of lines
New in VerbTeX 4.5.6
* Offline compilation with Verbnox (enable in Settings)
* Verbnox: Improved \frac{}{} display
* Verbnox: Improved superscript and subscript
New in VerbTeX 4.5.5
* Offline compilation with Verbnox (enable in Settings)
* Bugfix: Syntax Highlighting (math mode)
New in VerbTeX 4.5.2
Hotfix: Do not jump to end of file when entering new line
New in VerbTeX 4.5.1
* Outline: Highlight unsaved files
* Update template for new Local Mode projects
New in VerbTeX 4.4.7
* Support automatic indentation for new lines
* Automatically end environments after \begin{...} when using auto completion (pro version)
New in VerbTeX 4.4.6
* Bugfix: Light theme works again
* Minor UI fixes
New in VerbTeX 4.4.5
* Cloud Mode: Support complex project structure like in Local Mode
* Bugfix: Crash due to Autofillmanager
New in VerbTeX 4.4.3
* Cloud Mode: Two factor authentication in combination with Copiosus
New in VerbTeX 4.4.2
* Changeable template for new projects
New in VerbTeX 4.4.1
* Biber support
* Settings update
New in VerbTeX 4.4.0
* Bugfix: Fill document when loading existing file
New in VerbTeX 4.3.8
* Add possibility to enable file log
* Bugfix: Rare crash when returning to editor
New in VerbTeX 4.3.6
* Bugfix: Performance issue in editor when editing very large documents
New in VerbTeX 4.3.1
* Bugfix: Rare crash when using old devices
New in VerbTeX 4.3.0
* Dropbox: Switch to short lived access tokens
* Box: Switch to short lived access tokens
New in VerbTeX 4.2.9
* Possibility to specify folder when adding files when using 'Manage Files'
* Bugfix: When opening .tex files from external apps
New in VerbTeX 4.2.8
* Bugfix: Rare Dropbox synchronization issue
New in VerbTeX 4.2.7
* Subfolders for root folder in Dropbox and Box
New in VerbTeX 4.2.6
* Manage files in project
* Update key toolbar
* Update link to terms
New in VerbTeX 4.2.4
* Bugfixes: Rare crash when generating result
New in VerbTeX 4.2.3
* Migrate to scoped storage introduced in Android Q
New in VerbTeX 4.2.2
* Add replace function in Editor
New in VerbTeX 4.2.1
* Support for editing .cls files
New in VerbTeX 4.2.0
* Bugfix: Handle project creation in Cloud Mode correctly
New in VerbTeX 4.1.9
* Bugfix: Rare crash when logging in to Cloud Mode
* Internal optimizations
New in VerbTeX 4.1.8
* Bugfix: Box synchronization issues
* Update libraries to AndroidX
New in VerbTeX 4.1.7
* Bugfix: Save .sty files when editing
New in VerbTeX 4.1.6
* Update libraries and frameworks
* Reduce app size
* Help update
New in VerbTeX 4.1.5
* Support .pdf_tex files
* Add option to convert non UTF-8 files to valid UTF-8 files
* Improved logging for easier bug analysis
New in VerbTeX 4.1.4
* Improved key toolbar and settings storage
* Support .txt files for usage in Local Mode
* Allow usage of Cloud Mode without permissions
New in VerbTeX 4.1.3
* Cloud Mode: Redirect to login in case of session timeout
* Bugfix: Rare crash when opening file from mail app
* Bugfix: Fix messages when generating large projects
New in VerbTeX 4.1.2
* Bugfix: Outline shows correct parts of document
* Bugfix: Rare crash when downloading PDF
New in VerbTeX 4.1.1
* Bugfix: Several rare crashes
New in VerbTeX 4.1.0
* Bugfix: Rare crash when app goes to background and comes to foreground* Bugfix: Support loading of large .tex files
New in VerbTeX 4.0.6
* Bugfix: Support huge files in editor* Bugfix: Rare crash when removing a file* A lot of internal optimizations
New in VerbTeX 4.0.4
* Bugfix: Support huge files in editor* Bugfix: Rare crash when removing a file* A lot of internal optimizations
New in VerbTeX 4.0.1
* Open files from file manager (content)* Minor UI changes when loading data* Bugfixes
New in VerbTeX 3.9.2
* Support fullscreen for accessories that support desktop-like features* Support for .otf files* Help update
New in VerbTeX 3.9.1
* Bugfix: Upload for Android O* Bugfix: Rare crash in editor* Update splash image
New in VerbTeX 3.9.0
* Show meta information in project list (Local Mode)* Improve logfile (selectable, highlight issues)* Several bugfixes
New in VerbTeX 3.8.3
* Add possibility to edit .sty files in editor (Preferences - Enable Special Files)* Help Update* Bugfix: Rare crash in Cloud Mode
New in VerbTeX 3.8.2
* Bugfix: Syntax highlighting for comments and commands* Bugfix: Rare crash when app is open too long
New in VerbTeX 3.8.0
* Code completion (pro version)* Split global settings (start screen) and editor settings* Bugfix: Rare crash due to undo/redo in editor
New in VerbTeX 3.7.0
* Add undo and redo for screen keyboard in editor (menu - Toolbar: OFF)* Update icons in app* Bugfix: Rare crash when registering for Cloud Mode
New in VerbTeX 3.6.5
* Dropbox: Update to current version due to potential bug.
New in VerbTeX 3.6.4
* Bugfix: Handle rare crash when in Cloud Mode
Please rate this app
More info
Other VerbTeX APK versions for Android
Similar apps
Best android apps by
Popular android apps