Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.64 KB | None | 0 0
  1. \documentclass{article}[12pt]
  2.  
  3. \usepackage[landscape]{geometry}
  4.  
  5. \begin{document}
  6.  
  7. \begin{table}[h]
  8. \begin{center}
  9.     \begin{tabular}{|c|c|c|l l|c|c|}
  10.    
  11.     \hline
  12.    
  13.                         &   \textbf{Session}    &   \textbf{Code}   &   \textbf{Course}                 &   \textbf{AP Course Title}                &   \textbf{Credits}\\
  14.                
  15.     \hline
  16.        
  17.     \textbf{High school}    &   \texttt{2009}   &   \texttt{HIS 102}    &   History of Western Civilization &   \emph{AP European History}          &   \texttt{3} \\
  18.                         &   \texttt{2010}   &   \texttt{ENG 101}    &   English Composition I           &   \emph{AP English Language}          &   \texttt{3} \\
  19.                         &   \texttt{2010}   &   \texttt{FRE 202}    &   Intermediate French II          &   \emph{AP French Language}           &   \texttt{3} \\
  20.                         &   \texttt{2010}   &   \texttt{ENG 102}    &   English Composition II          &   \emph{AP English Language}          &   \texttt{3} \\
  21.                         &   \texttt{2010}   &   \texttt{HIS 105}    &   United States History           &   \emph{AP United States History}     &   \texttt{3} \\
  22.                         &   \texttt{2011}   &   \texttt{ENG 209}    &   English Literature              &   \emph{AP English Literature}            &   \texttt{3} \\
  23.                         &   \texttt{2011}   &   \texttt{COS 102}    &   Computer Science I              &   \emph{AP Computer Science}          &   \texttt{4} \\
  24.                
  25.     \hline
  26.    
  27.     \textbf{Summer 2010}    &   \texttt{6B}     &   \texttt{MAT 120}    &   Math for Liberal Arts           &                                       &   \texttt{3} \\
  28.                         &   \texttt{6B}     &   \texttt{PHI 102}    &   Philosophy                      &                                       &   \texttt{3} \\
  29.    
  30.     \hline
  31.    
  32.     \textbf{Fall 2010}  &   \texttt{1A}     &   \texttt{ANT 101}    &   Anthropology                        &                                       &   \texttt{3} \\
  33.                         &   \texttt{1A}     &   \texttt{SOC 101}    &   Introduction to Sociology       &                                       &   \texttt{3} \\
  34.    
  35.     \hline
  36.    
  37.     \textbf{Spring 2011}    &   \texttt{1A}     &   \texttt{POL 101}    &   The American Political System   &                                       &   \texttt{3} \\
  38.                         &   \texttt{1A}     &   \texttt{PHI 205}    &   Moral Choices                   &                                       &   \texttt{3} \\
  39.                         &   \texttt{1A}     &   \texttt{IST 137}    &   Introduction to Java Programming    &                                       &   \texttt{3} \\
  40.                         &   \texttt{10}     &   \texttt{PSY 101}    &   Introduction to Psychology      &                                       &   \texttt{3} \\
  41.    
  42.     \hline
  43.    
  44.     \textbf{Summer 2011}    &   \texttt{8A}     &   \texttt{MAT 135}    &   Intermediate Algebra with Applications &                                    &   \texttt{4} \\
  45.                         &   \texttt{8A}     &   \texttt{CMN 112}    &   Public Speaking                 &                                       &   \texttt{3} \\
  46.                         &   \texttt{8BVC}   &   \texttt{HPE 111}    &   Living With Health              &                                       &   \texttt{2} \\
  47.                         &   \texttt{8B}     &   \texttt{IST 143}    &   Intro to HTML and Website Hosting&                                      &   \texttt{3} \\
  48.                         &   \texttt{8B}     &   \texttt{REL 102}    &   Living World Religions          &                                       &   \texttt{3} \\
  49.  
  50.     \hline
  51.    
  52.     \textbf{Total}      &                   &                   &                                   &                                   &   {\tt{\bf62}/63} \\
  53.    
  54.     \hline
  55.    
  56.        
  57.     \end{tabular}
  58. \label{AssociatesDegree}
  59. \end{center}
  60. \end{table}
  61.  
  62. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement