I want to include a table in a tex file and I get this error: ! LaTeX Error: File `standalone.sty' not found. Type X to quit or to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop.
I have tries to install the standalone fille from http://www.ctan.org/tex-archive/macros/latex/contrib/standalone but I can't install it.
\documentclass[11pt]{exam}
\usepackage[french,english]{babel}
\usepackage[utf8]{inputenc}%pour inclure documents
\usepackage{caption}
\usepackage[T1]{fontenc}
\usepackage[capposition=top]{floatrow}
\usepackage[top=1.5in, bottom=1.5in, left=2cm, right=2cm]{geometry}
\usepackage{multirow}
\usepackage{dcolumn}
\usepackage{standalone}
\begin{document}
....
\input {pi_tableau_diagnosis_adult}
\end{document}
pi_tableau_diagnosis_adult.tex/ why can you not just\inputit normally/ – David Carlisle Dec 08 '14 at 00:34