vdrhtc / InLaTeXbot

Customizable LaTeX bot for Telegram messenger
http://t.me/InLaTeXbot
GNU General Public License v3.0
213 stars 11 forks source link

Unsupported format character #1

Closed ajsb85 closed 7 years ago

ajsb85 commented 7 years ago

screenshot_20170422-212952

vdrhtc commented 7 years ago

Hello, Alexander!

Thanks for the feedback. You should fix your preamble, it seems to be broken (don't know how this happened as long as the bot checks preambles for compilation errors before registering them). Try changing it back to the default one (below) with /setcustompreamble command.

\documentclass{article}
\usepackage[a6paper]{geometry}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage{textcomp}
\usepackage{lastpage}
\usepackage{amsmath}
\usepackage{physics}
\usepackage{lipsum}
\pagenumbering{gobble}
ajsb85 commented 7 years ago

It's works! Thank you @vdrhtc