I feel that I can save some lines in the following list, but I do not know how.
The split made at broadband networks is something I would like to avoid for example.
Here is the minimal example:
\documentclass[margin,line]{res}
\usepackage[colorlinks=true ,urlcolor=blue,urlbordercolor={0 1 1}]{hyperref}
\usepackage{enumitem}
\setlist[itemize]{leftmargin=*}
\usepackage{url}
\oddsidemargin -.5in
\evensidemargin -.5in
\textwidth=6.0in
\itemsep=0in
\parsep=0in
\topmargin=0in
\topskip=0in
\newcommand{\tab}{\hspace*{2em}}
\usepackage{multicol}
\newcommand{\Myoops}[1]{\textit{#1}}
\usepackage{graphicx}
\begin{document}
\name{\LARGE Georgios Samaras}
%MUST leave a blank line after this
\begin{resume}
\section{\sc Conferences Events} All the conferences/events where held in Athens
\begin{multicols}{4}
\begin{itemize}
\item Broadband networks.
\item Internet security.
\item \href{http://en.wikipedia.org/wiki/Next-generation_network}{NGN}s
\item E-Learning and Webinars.
\item E-Business.
\item Windows Phone (Microsoft).
\item Java, C$^\sharp$ and F$^\sharp$.
\end{itemize}
\end{multicols}
\end{resume}
\end{document}
However, the document needs res.cls, which you can view here.
By the way, if someone has any other idea of how to save space there, please let me know, since every line that a save helps a lot.
If I use 4 in mutlicols, I get:



\scand related commands. Either\schapeor\textsc{...}then – Aug 06 '15 at 09:22