when i try to run a template from overelaf
\documentclass[12pt,a4paper,violet]{bbe}
\usepackage{blindtext}
\begin{document}
\chapter{Title}
\section{Title}
\begin{definition}
Hello world
\end{definition}
\begin{remark}
This is remark
\end{remark}
\blinddocument
\end{document}
it is not working on my PC, since i get the error "! LaTeX Error: File `bbe.cls' not found. Type X to quit or to proceed, or enter new name. (Default extension: cls) Enter file name: ! Emergency stop."
But its working fine, when i run it on overleaf.
Thank you in advance
bbedocument class can not be found. Meaning, that you not have installed in your LaTeX distro. Unfortunately this is proprietary style not available on CTAN, – Zarko Dec 02 '23 at 07:20bbe.cls, copy its code to your editor and than store to your working directory (where you have your document) or if you use in some other directory/map to some other place, where LaTeX can find it. In later case you also need to refresh file name database. – Zarko Dec 02 '23 at 07:42