introduction.tex 717 B

1234567891011121314151617181920
  1. \subsection{Online and offline recognition}
  2. \begin{frame}{What is my Bachelor's thesis about?}
  3. \begin{itemize}
  4. \item Recognition of handwritten mathematical symbols
  5. \item On-line recognition, not OCR!
  6. \item Given a series of points $(x(t), y(t), b(t))$\\
  7. I want to get the \LaTeX{} command.
  8. \end{itemize}
  9. \end{frame}
  10. \begin{frame}{Why did I work on this topic?}
  11. \begin{itemize}
  12. \item \LaTeX{} is easy as soon as you know the \textbackslash{}commands.
  13. \item It's hard to find the \LaTeX{} command of single symbols.
  14. \item It's much harder to find complete formulas.
  15. \end{itemize}
  16. For now: recognition of isolated symbols.
  17. \end{frame}