Im using texstudio and have this problem that whenever i use the \cline command and try to compile, it starts compiling and never finishes here is what im trying to compile. Im using this source https://github.com/Kyslik/FEIStyle
\newpage
\begin{tabular}{|c|c|c|c|c|c|}
\hline
Typ algoritmu & Kryptosystém & Level bezpe\v cnosti (bit) \\
& & 80 & 128 & 192 & 256 \\
Faktorizácia celých \v císel & RSA & 1024 & 3072 & 7680 & 15360 \\
Diskrétny logaritmus & DH, DSA, Elgamal & 1024 & 3072 & 7680 & 15360 \\ \cline{1-2}
Eliptické krivky & ECDH, ECDSA & 160 & 256 & 384 & 512 \\
Symetrický & AES, 3DES & 80 & 128 & 192 & 256 \\
\hline
\end{tabular}


\documentclass{...}and ending with\end{document}. image of code is not usable. – Zarko Mar 17 '18 at 14:14\documentclassand ending with\end{document}. – Bobyandbob Mar 17 '18 at 14:28\documentclass{article}, there is no error. (The table would benefit from&s in the first row, though.) – Mar 17 '18 at 14:31\usepackage[czech]{babel}(orslovak). As such, this is a duplicate. – egreg Mar 17 '18 at 15:37