• R/O
  • SSH

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

File Info

Rev. fb689ff55a7b8e055c38be796ad860f516e831db
Tamaño 6,075 octetos
Tiempo 2018-07-02 06:20:55
Autor Lorenzo Isella
Log Message

I added a sty file and an example tex file for writing a weekly
schedule in Latex.

Content

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Weekly Timetable Calendar
% LaTeX Template
% Version 1.1 (4/6/13)
%
% This template has been downloaded from:
% http://www.LaTeXTemplates.com
%
% Original calendar style author:
% Evan Sultanik (http://www.sultanik.com/LaTeX_calendar_style)
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important note:
% This template requires the calendar.sty file to be in the same directory as the
% .tex file. The calendar.sty file provides the necessary structure to create the
% calendar.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%







% see 
% https://tex.stackexchange.com/questions/398014/template-for-class-schedule




%----------------------------------------------------------------------------------------
%	PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------

\documentclass[landscape,a4paper]{article}

\usepackage{calendar} % Use the calendar.sty style

\usepackage[landscape,margin=0.5in]{geometry}

\begin{document}

\pagestyle{empty} % Removes the page number from the bottom of the page

\noindent

\StartingDayNumber=1 % Calendar starting day, default of 1 means Sunday, 2 for Monday, etc

%----------------------------------------------------------------------------------------
%	TITLE SECTION
%----------------------------------------------------------------------------------------

\begin{center}
  \textsc{\LARGE Week 02-08 July}\\ % Title text
%You can add a subtitle
  
% \textsc{\large Subtitle} % Subtitle text
\end{center}

%----------------------------------------------------------------------------------------

\begin{calendar}{\hsize}

%----------------------------------------------------------------------------------------
%	MONDAY
%----------------------------------------------------------------------------------------

\day{}{\textbf{Nothing} } % By default all daily events are centered in the box, in order to bring them up use \vspace{2cm} after the event text; you may need to change the 2cm

%----------------------------------------------------------------------------------------
%	Tuesday
%----------------------------------------------------------------------------------------

\day{}{
\textbf{10:30} \daysep Italian Passport \\[3pt]
} 

%----------------------------------------------------------------------------------------
%     Wednesday
%----------------------------------------------------------------------------------------

\day{}{ 
\textbf{nothing} 
} 

%----------------------------------------------------------------------------------------
%	Thursday
%----------------------------------------------------------------------------------------
  
\day{}{ 
%\textbf{9am-10am} \daysep No Lecture \\[3pt]
   \textbf{9:20} \daysep Ben Ayata Centre Medical Louise \\[3pt]
  \textbf{15:00} \daysep BNP De Brouckere sign and pay \\[3pt]
} 

%----------------------------------------------------------------------------------------
%	Friday
%----------------------------------------------------------------------------------------

\day{}{
  \textbf{19:00} \daysep Arriva la tioscia!!! \\[3pt] 
} 

%----------------------------------------------------------------------------------------
%	Saturday
%----------------------------------------------------------------------------------------

\day{}{ 
\textbf{Nothing}
} 

%----------------------------------------------------------------------------------------
%	Sunday
%----------------------------------------------------------------------------------------

\day{}{
\textbf{Nothing}  
}

%----------------------------------------------------------------------------------------
 
\finishCalendar
\end{calendar}



\begin{center}
  \textsc{\LARGE Week 09-15 July}\\ % Title text
%You can add a subtitle
  
% \textsc{\large Subtitle} % Subtitle text
\end{center}

%----------------------------------------------------------------------------------------

\begin{calendar}{\hsize}

%----------------------------------------------------------------------------------------
%	MONDAY
%----------------------------------------------------------------------------------------

  \day{}{
\textbf{10:30} \daysep Visit Mme Therer for the calorimeter \\[3pt]
  } % By default all daily events are centered in the box, in order to bring them up use \vspace{2cm} after the event text; you may need to change the 2cm

%----------------------------------------------------------------------------------------
%	Tuesday
%----------------------------------------------------------------------------------------

\day{}{
\textbf{Nothing} 
} 

%----------------------------------------------------------------------------------------
%     Wednesday
%----------------------------------------------------------------------------------------

\day{}{
\textbf{14:00} \daysep Signature Acte de Vente!!!! \\[3pt]  
} 

%----------------------------------------------------------------------------------------
%	Thursday
%----------------------------------------------------------------------------------------
  
\day{}{ 
%\textbf{9am-10am} \daysep No Lecture \\[3pt]
 \textbf{nothing}   
} 

%----------------------------------------------------------------------------------------
%	Friday
%----------------------------------------------------------------------------------------

\day{}{
  \textbf{Nothing} 
} 

%----------------------------------------------------------------------------------------
%	Saturday
%----------------------------------------------------------------------------------------

\day{}{ 
\textbf{All Day} \daysep Lorenzo's Birthday \\[3pt]
} 

%----------------------------------------------------------------------------------------
%	Sunday
%----------------------------------------------------------------------------------------

\day{}{
\textbf{Nothing}  
}

%----------------------------------------------------------------------------------------
 
\finishCalendar
\end{calendar}



\end{document}