I have this error
Code: Select all
Code, edit and compile here:
! LaTeX Error: \begin{multicols} on input line 22 ended by \end{multicol}.See the LaTeX manual or LaTeX Companion for explanation.Type H <return> for immediate help....l.227 \end {multicol}
Thank you
the begining of my script
Code: Select all
Code, edit and compile here:
\documentclass{article} %%% use \documentstyle for old LaTeX compilers\usepackage[english]{babel} %%% 'french', 'german', 'spanish', 'danish', etc.\usepackage{amssymb}\usepackage{amsmath}\usepackage{txfonts}\usepackage{mathdots}\usepackage[classicReIm]{kpfonts}\usepackage[dvips]{graphicx} %%% use 'pdftex' instead of 'dvips' for PDF output\usepackage{graphicx}%\usepackage{ }\usepackage[utf8]{inputenc}% You can include more LaTeX packages here\usepackage{multicol}\usepackage{xcolor}\usepackage{geometry}\geometry{hmargin=1.5cm,vmargin=0.5cm}\begin{document}\setlength{\columnseprule}{0.05cm}\renewcommand{\columnseprulecolor}{\color{red}}\begin{multicols}{2}the end is :\end{multicols}\noindent\noindent * Tendency of this person to make friends who are diverse\noindent \# Ability of this person to make friends on far off places\noindent Downloaded from http://www.ivyties.com\end{document}