[Docs] Fix error in organization, compile

This commit is contained in:
2025-09-26 12:11:20 +02:00
parent 565b600ef0
commit 4b4d5b0a32
4 changed files with 6 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ It has some configuration options already, but more are to come soon. If you hav
\begin{Large}
\shade{red}{Breaking Changes}: The timecomplexity commands have been updated to require math environment. You can use the following regex to fix them
\verb|:%s/\\text{\\tc\([olt]\){\(.*\)}}/\\tc\1{\2}/g| (execute first) and \verb|:%s/ \\tc\([olt]\){\(.*)}\([, .\n]\)/ \$\\tc\1{\2}\$\3/g|
\verb|:%s/ \\tc\([olt]\){\(.*)}\([, .\n]\)/ \$\\tc\1{\2}\$\3/g| (execute first) and \verb|:%s/\\text{\\tc\([olt]\){\(.*\)}}/\\tc\1{\2}/g|
\end{Large}