Edit by ManuelKuehner
! LaTeX Error: Bad math environment delimiter.
I am confused how to make the below formula in LaTeX:
I have been trying the below code, but it leads to an error:
\documentclass[runningheads,a4paper]{llncs}
\usepackage{amssymb}
\setcounter{tocdepth}{2}
\usepackage{graphicx}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage{url}
\usepackage{float}
\usepackage{booktabs}
\usepackage{multirow}% http://ctan.org/pkg/multirow
\usepackage{hhline}% http://ctan.org/pkg/hhline
\usepackage{lipsum}
\setcounter{secnumdepth}{5}
\begin{document}
\begin{equation}
P(Attack¦Asset) = \[\frac{\,\ attack,\ asset}\]
\end{equation}
\end{document}




! LaTeX Error: Filellncs.cls' not found.`. Please tell us which error you are getting. – Dr. Manuel Kuehner Jun 18 '17 at 15:31\[and\]from the equation. (And probably you also want to use packageamsmathand use\text{...}for the text parts of the equation.) – cgnieder Jun 18 '17 at 15:34\[\]within equation are superfluous. – Bernard Jun 18 '17 at 15:34\fracneeds two arguments but you only provided one, that's an additional error. – Skillmon Jun 18 '17 at 15:59