GeneralAndroid App that outputs Latex Formated Text or File

LaTeX specific issues not fitting into one of the other forums of this category.
Locked
AleFachini
Posts: 2
Joined: Sat Nov 17, 2018 8:00 pm

Android App that outputs Latex Formated Text or File

Post by AleFachini »

Hello I'm alejandro from Argentina.
I will create an app for android that ask for some data in Fields to complete, and after i finish the data load i want to output a file that is a text formated with LateX ready to open with any LatEx editor and print it.
Of course i want that some words have links to othres files and so on, but all will be predefined in directories.
Can you point me in the right direction to do this? Any info would be great.

TYVM.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10360
Joined: Mon Mar 10, 2008 9:44 pm

Android App that outputs Latex Formated Text or File

Post by Stefan Kottwitz »

Hi Alejandro,

welcome to the forum!

Sounds like a big task. You may have template snippets for various needed LaTeX environment, and fill in your field input. That's like a text generator. I understand that it will be LaTeX code output, and not PDF, right? Because you would like to open the output later in a LaTeX editor.

Stefan
LaTeX.org admin
AleFachini
Posts: 2
Joined: Sat Nov 17, 2018 8:00 pm

Android App that outputs Latex Formated Text or File

Post by AleFachini »

Exactly, I initially thought that i have to hardcode laTex inside the app for the out file. well thanks ill start the project and post hre the doubts that present to me. TY!
Locked