KTUG 한국 텍 사용자 그룹

Menu

KTUG :: Q&A 마당

\documentclass[a4paper,10pt]{article}

\usepackage{hhline}

\usepackage{array}

\usepackage[usenames]{color}

\usepackage{rotating}

\usepackage{colortbl}

\newcounter{myromancnt}

\renewcommand\themyromancnt{\Roman{myromancnt}}

\newcommand\myroman[1]{\setcounter{myromancnt}{#1}\themyromancnt}

\begin{document}

\begin{sideways}

\begin{tabular}[c]{|m{1.5cm}||m{3.2cm}||m{3.2cm}||m{3.2cm}||m{3.2cm}||m{3.2cm}||m{2.5cm}||m{2.5cm}|}

\hhline{:-::-::-::-::-::-::-::-:} \centering{\textcolor{blue}{Time}}& \centering{\textcolor{blue}{Mon}} & \centering{\textcolor{blue}{Tue}} & \centering{\textcolor{blue}{Wed}} & \centering{\textcolor{blue}{Thu}} & \centering{\textcolor{blue}{Fri}} & \centering{\textcolor{blue}{Sat}} & Sun \\ \hhline{:=::=::=::=::=::=::=::=:}

\centering{-1\\(07:00$\sim$ \\07:50)} & & & & & & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{0\\(08:00$\sim$ \\08:50)} & & & & & & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{1\\(09:00$\sim$ \\09:50)} & & & & & & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{2\\(10:00$\sim$ \\10:50)} & & \centering{YCA1002-02-00 \textcolor{blue}{CHAPEL(2)} MnAud }& \centering{YCC1102-01-00 \textcolor{blue}{COLLEGE ENGLISH \myroman{2}} Chong309 } & & \centering{YCC1102-01-00 \textcolor{blue}{COLLEGE ENGLISH \myroman{2}} Chong309 } & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{3\\(11:00$\sim$ \\11:50)} & & \centering{MAT1012-25-00 \textcolor{blue}{ENGINEERING MATHEMATICS(2)} null } & \centering{PHY1012-08-00 \textcolor{blue}{GENERAL PHYSICS AND EXPERIMENT(2)} PhyLab\textcolor{red}{(Lab)}} & \centering{MAT1012-25-00 \textcolor{blue}{ENGINEERING MATHEMATICS(2)} null } & \centering{PHY1012-08-00 \textcolor{blue}{GENERAL PHYSICS AND EXPERIMENT(2)} null} & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{4\\(12:00$\sim$ \\12:50)} & & \centering{MAT1012-25-00 \textcolor{blue}{ENGINEERING MATHEMATICS(2)} null } & \centering{PHY1012-08-00 \textcolor{blue}{GENERAL PHYSICS AND EXPERIMENT(2)} PhyLab\textcolor{red}{(Lab)}} & \centering{MAT1012-25-00 \textcolor{blue}{ENGINEERING MATHEMATICS(2)} null\textcolor{red}{(Lab)} } & \centering{PHY1012-08-00 \textcolor{blue}{GENERAL PHYSICS AND EXPERIMENT(2)} null} & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{5\\(13:00$\sim$ \\13:50)} & & \centering{ENG1107-12-00 \textcolor{blue}{INTRODUCTION TO ENGINEERING DESIGN} \\ null} & \centering{UCB1103-03-00 \textcolor{blue}{WESTERN CIVILIZATION} \\ SciHB132} & \centering{ENG1107-12-00 \textcolor{blue}{INTRODUCTION TO ENGINEERING DESIGN} \\ null} & \centering{UCB1103-03-00 \textcolor{blue}{WESTERN CIVILIZATION} \\ SciHB132} & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{6\\(14:00$\sim$ \\14:50)} & & \centering{ENG1107-12-00 \textcolor{blue}{INTRODUCTION TO ENGINEERING DESIGN} \\ null} & & & \centering{UCB1103-03-00 \textcolor{blue}{WESTERN CIVILIZATION} \\ SciHB132} & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{7\\(15:00$\sim$ \\15:50)} & & \centering{YCA1102-07-00 \textcolor{blue}{MODERN WORLD AND CHRISTIANITY} \\ SciHB132} & & \centering{CSI2102-01-00 \textcolor{blue}{OBJECT- ORIENTED PROGRAMMING} \\ null} & & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{8\\(16:00$\sim$ \\16:50)} & & \centering{CSI2102-01-00 \textcolor{blue}{OBJECT- ORIENTED PROGRAMMING} \\ null} & & \centering{YCA1102-07-00 \textcolor{blue}{MODERN WORLD AND CHRISTIANITY} \\ SciHB132} & & & \\

\hhline{:=::=::=::=::=::=::=::=:}

\centering{9\\(17:00$\sim$ \\17:50)} & & \centering{CSI2102-01-00 \textcolor{blue}{OBJECT- ORIENTED PROGRAMMING} \\ null} & & \centering{YCA1102-07-00 \textcolor{blue}{MODERN WORLD AND CHRISTIANITY} \\ SciHB132} & & & \\

\hhline{:-::-::-::-::-::-::-::-:}

\end{tabular}

\end{sideways}

\end{document}


이거요 ㅠ

KTUG 한국 텍 사용자 그룹