Document ClassesUndefined control sequence

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Han
Posts: 1
Joined: Wed Sep 08, 2021 9:48 pm

Undefined control sequence

Post by Han »

hallo friends
I suddenly have a urgent problem on latex. I use texmaker and miktex. When I wrote

Code: Select all

\ my opinion is ....
, there is a mistake said "Undefined control sequence. \my". And in pdf file, all the words "my" cannot be displayed. However, previously, the program worked well with all things.

I am looking forward for reply. thank you in advanced.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
Sumalatha
Posts: 7
Joined: Tue Sep 28, 2021 6:34 am

Undefined control sequence

Post by Sumalatha »

An undefined control sequence is an error thrown when the software can not identify the command! Please check if you have positioned the backslash properly!

You can refer to this page for more info: https://www.overleaf.com/learn/latex/Er ... l_sequence

Hope it helps!
Post Reply