Skip to content

Ready-to-use LaTeX templates for Canada Study Permit key documents, including Client Information, Proof of Financial Support, and Cover Letters.

License

Notifications You must be signed in to change notification settings

deepmancer/canada-visa

Repository files navigation

🍁 Canada Visa Documents LaTeX Templates

License: Apache 2.0 PRs Welcome

Ready-to-use LaTeX templates for creating professional documents required for the Canadian Study Permit visa application. Impress Visa Officers with perfectly organized and formatted documents that make a strong impact.

After spending six intensive months working on my own Study Permit application for a funded Master’s in Computer Science, I understand how challenging this process can be. These templates are the result of hours spent researching requirements, reviewing every detail, and ensuring nothing was overlooked. If you are feeling overwhelmed by the paperwork, know that you are not aloneβ€”I have been there as well. These templates are the guide I wish I’d had when I began, and I hope they will make the process smoother for you.

Good luck with your application, friends! ✨🀞


πŸ“Œ Quick Links

| Source Code | Website |


πŸ“– Table of Contents


✨ Key Features

  • πŸ“‹ Comprehensive Templates: Access all essential visa application templates in one place, including:
    • πŸ’Ό Client Information
    • πŸ’° Proof of Means of Financial Support
    • ✍️ Cover Letters (Both Financial and General)
  • 🎨 Professional Formatting: Present documents with clean, consistent layouts to enhance credibility.
  • πŸ”„ Easily Customizable: Personalize your application with simple variable-based settings.
  • ⚑ Quick and Easy Setup: Get started in minutes using Overleaf or local installation.
  • πŸ“± Modern Tool Support: Compatible with LaTeX editors like VS Code and Overleaf.

πŸ’‘ Overview

The repository contains two main documents:

  • πŸ’Ό Client Information: Detailing your personal and academic information, study plan, and curriculum vitae.
  • πŸ’° Proof of Means of Financial Support: Demonstrating your ability to fund your first year of studies in Canada.

Both documents and their supporting files are organized into separate directories for easy management. Below is an overview of the directory structures:

πŸ“‚ client-information/
   β”œβ”€β”€ client-information.tex             # Main document
   β”œβ”€β”€ cover-letter.tex                   # Cover letter
   β”œβ”€β”€ titlepage.tex                      # Title page
   β”œβ”€β”€ configuration/
   β”‚   β”œβ”€β”€ variables.tex                  # Personal variables and metadata
   β”‚   └── ...
   └── sections/
       β”œβ”€β”€ study-plan.tex
       β”œβ”€β”€ curriculum-vitae.tex
       └── ...

πŸ“‚ proof-of-financial-support/
   β”œβ”€β”€ proof-of-financial-support.tex     # Main document
   β”œβ”€β”€ cover-letter.tex                   # Cover letter
   β”œβ”€β”€ titlepage.tex                      # Title page
   β”œβ”€β”€ configuration/
   β”‚   β”œβ”€β”€ variables.tex                  # Financial variables and metadata
   β”‚   └── ...
   └── sections/
       β”œβ”€β”€ first-year-expenses-funding.tex
       β”œβ”€β”€ bank-statements.tex
       └── ...

Supporting documents like identification, property deeds, and financial statements are stored in the application-docs directory.

πŸ—ƒοΈ application-docs/
   β”œβ”€β”€ applicant/
   |   β”œβ”€β”€ curriculum-vitae.pdf
   β”‚   β”œβ”€β”€ letter-of-job-offer.pdf
   β”‚   β”œβ”€β”€ canadian-institution/
   β”‚   β”‚   β”œβ”€β”€ letter-of-acceptance.pdf
   β”‚   β”‚   β”œβ”€β”€ letter-of-scholarship.pdf
   β”‚   |   └── ...
   β”‚   β”œβ”€β”€ funds/
   β”‚   β”‚   β”œβ”€β”€ bank-account/
   β”‚   β”‚   β”œβ”€β”€ property-deeds/
   β”‚   β”œβ”€β”€ employment/
   β”‚   β”œβ”€β”€ identification/
   β”‚   └── ...
   β”‚   
   └── sponsor/
       β”œβ”€β”€ letter-of-undertaking.pdf
       β”œβ”€β”€ funds/
       └── ...

πŸ–ΌοΈ Document Previews

Type Client Information Proof of Means of Financial Support
Title Page Client Information Title Page Proof of Financial Support Title Page
Cover Letter Client Information Cover Letter Proof of Financial Support Cover Letter
Table of Contents Client Information Table of Contents Proof of Financial Support Table of Contents

πŸ”° Getting Started

Get started quickly with Overleafβ€”just a few easy steps and you'll be ready to edit:

🌿 Option 1: Using Overleaf (Recommended)

  1. 🍴 Fork this repository on GitHub by clicking the Fork button.
  2. πŸ“₯ Download your forked repository as a ZIP file.
    • Navigate to your forked repository.
    • Click on Code β†’ Download ZIP.
  3. 🌐 Open Overleaf.
  4. πŸ”‘ Create an account or log in with Google or email for free.
  5. πŸ”— In Overleaf, go to "New Project" β†’ "Upload Project" and upload the downloaded ZIP file.
  6. ✏️ Start editing in Overleaf’s user-friendly, web-based LaTeX editor.

For a detailed guide, expand the steps below:

πŸ“œ Step-by-Step Walkthrough
  1. 🍴 Fork the Repository on GitHub:

    • Go to the GitHub repository and click on "Fork" to create your own copy.
      • Fork Repository

  2. πŸ“₯ Download Your Forked Repository:

    • In your forked repository, click "Code" β†’ "Download ZIP" to save it locally.
      • Download Forked Repo

  3. 🌐 Open Overleaf and Start a New Project:

    • Log in to Overleaf, then click "New Project".
      • New Project

  4. πŸ”Ό Upload Your ZIP File to Overleaf:

    • Select "Upload Project" and choose the ZIP file you just downloaded.
      • Upload ZIP File

  5. ✏️ Start Editing in Overleaf:

    • Your project is set upβ€”dive right in and edit your LaTeX files directly in Overleaf’s online editor.
      • Editing Online

  6. πŸ“„ Download Your Compiled PDF:

    • When you’re done, compile your project and download the finished PDF.
      • Download PDF

πŸ–₯️ Option 2: Local Setup

  1. πŸ“₯ Clone this repository to your local machine:

    git clone https://github.com/your-username/canada-visa.git
  2. πŸ“¦ Install a LaTeX distribution (TeX Live recommended).

  3. πŸ“ Edit the templates to include your information.

  4. βš™οΈ Compile using your preferred LaTeX editor or command line.


🎨 Customizing Templates

Personalize each template to fit your unique application by following these guidelines.

✏️ Personalizing Documents

πŸ’Ό Client Information

The client-information document contains all personal and academic details essential for your visa application.

Steps to Customize:

  1. Update Personal Variables:

    Edit configuration/variables.tex to set your personal information and document metadata.

    % configuration/variables.tex
    
    % ---- Metadata Variables ----
    \newcommand{\documentTitle}{Client Information}
    \newcommand{\documentSubject}{Canada Study Permit Visa Application}
    
    % ---- Applicant's Information ----
    \newcommand{\applicantName}{Your Full Name}
    \newcommand{\applicantPhone}{Your Phone Number}
    \newcommand{\applicantEmail}{your.email@example.com}
  2. Edit the Cover Letter:

    Personalize the cover letter by editing cover-letter.tex. Ensure the recipient's details are set in variables.tex under \coverLetterRecipient.

    % cover-letter.tex
    \thispagestyle{plain}
    \today\\
    \coverLetterRecipient
    Dear Officer,
    % ... rest of the letter ...
  3. Modify the Sections:

    Each section is modular and can be edited individually in the sections/ directory. For example, to edit the study plan:

    % study-plan.tex
    \chapter{Study Plan}\label{chap:study-plan}
    \section*{Background}
    % Your personalized content here
  4. Include or Exclude Sections:

    In client-information.tex, manage which sections are included by adding or commenting out \input{} lines.

    % client-information.tex
    % ... preamble ...
    \input{./sections/study-plan}                       % Include study plan
    \input{./sections/curriculum-vitae}                 % Include curriculum vitae
    % \input{./sections/language-proficiency}           % Exclude language proficiency

πŸ’° Proof of Means of Financial Support

The proof-of-financial-support document demonstrates your financial ability to support your studies in Canada.

Steps to Customize:

  1. Set Financial Variables:

    Edit configuration/variables.tex to reflect your financial details.

    % configuration/variables.tex
    
    % ---- Funding Variables ----
    \newcommand{\totalFunds}{\$50,000}             % Total available funds
    \newcommand{\universityFunds}{\$15,000}        % University-provided funds
    \newcommand{\selfFunds}{\$20,000}              % Personal funds
    \newcommand{\sponsorFunds}{\$15,000}           % Sponsor's funds
    
    % ---- Expense Variables ----
    \newcommand{\totalExpenses}{\$40,000}          % Total estimated expenses
    \newcommand{\totalLivingExpenses}{\$30,000}    % Total living expenses
    \newcommand{\totalEducationExpenses}{\$10,000} % Total education expenses
  2. Edit the Cover Letter:

    Personalize the financial cover letter in cover-letter.tex.

    % cover-letter.tex
    \thispagestyle{plain}
    \today\\
    \coverLetterRecipient
    Dear Officer,
    % ... rest of the letter ...
  3. Modify the Financial Sections:

    Customize each financial section to accurately reflect your situation. For example, to update your expenses:

    % first-year-expenses-funding.tex
    \section{First Year Expenses and Funding}
    My total available funds for my first year in Canada amount to ...
  4. Include or Exclude Sections:

    In proof-of-financial-support.tex, manage sections using \input{} commands.

    % proof-of-financial-support.tex
    % ... preamble ...
    \input{./sections/first-year-expenses-funding}    % Include expenses and funding
    \input{./sections/bank-statements}                % Include bank statements
    % \input{./sections/housing-arrangements}         % Exclude housing arrangements

βž• Adding New Items (Optional)

New Sections and Chapters

To further personalize the documents, you can add new sections or chapters.

Example: Adding a "Volunteer Experience" Section

  1. Create the New Section File:

    In the appropriate sections directory, create a file named volunteer-experience.tex.

    % volunteer-experience.tex
    \chapter{Volunteer Experience}\label{chap:volunteer-experience}
    % Content detailing your volunteer work
  2. Include the New Section:

    Add the new section to your main document file.

    % client-information.tex
    % ... previous inputs ...
    \input{./sections/volunteer-experience}          % Add Volunteer Experience section
  3. Compile and Review:

    Ensure the document compiles correctly and the new section appears as intended.


New Attachments and Supporting Files

Place your personal attachments, such as scans of identification documents or financial statements, in the application-docs directory. Update the file paths in your LaTeX files to point to your own documents. For example, to include a scan of your passport:

% identification-documents.tex
\chapter{Identification Documents}\label{chap:identification-documents}
\begin{figure}[H]
    \centering
    \includegraphics[page=1, width=0.8\textwidth]{../application-docs/applicant/identification/passport-scan.pdf}
    \caption{Scan of Passport Document (Page 1)}
    \label{fig:passport-scan}
\end{figure}

βš™οΈ Compiling Your Documents

Compile the documents using Overleaf or a local LaTeX distribution.

  • 🌿 Using Overleaf: Click Recompile or press Ctrl+Enter.

  • πŸ–₯️ Locally:

    • Navigate to the project directory.

    • Run make to compile the documents. Available commands:

      make all       # Compile all documents
      make client    # Compile the client information document
      make proof     # Compile the proof of financial support document
      make clean     # Clean up generated files
  • Open and review the generated PDFs: Proof_of_Means_of_Financial_Support.pdf and Client_Information.pdf!


Done! Your documents are ready for submission. πŸŽ‰


❓ New to LaTeX? Don't Worry! Read This!

With just these few simple commands, you can customize your documents effortlessly without facing problems 99% of the time! Let's explore the essentials:

πŸ–‹οΈ Text Formatting

Effect LaTeX Command
Bold text \textbf{Bold Text}
Italic text \textit{Italic Text}
Underline text \underline{Underlined Text}
Hyperlink \href{https://www.google.com}{Link}
  • Latex Code:

    I want to pursue a \textbf{Ph.D.} in \textit{CS} at \underline{UBC} (\href{https://www.ubc.ca}{program website}).
  • Output:

    I want to pursue a Ph.D. in CS at UBC (program website).


πŸ“Œ Footnotes

  • Latex Code:

    My paper was published in a Q1-ranked conference\footnote{Among the top 25\% of conferences in the field.} in 2019.
  • Output:

    My paper was published in a Q1-ranked conferenceΒΉ in 2019.

    Footnote Output


πŸ“Ž Including Images and PDFs

  • Displaying PDFs:

    • Option 1: A Page at a Time

      \begin{figure}[h]
         \centering
         \includegraphics[page=1, width=0.65\textwidth]{path/to/your-file.pdf}
         \caption{Description of the displayed PDF page}
         \label{fig:pdf-sample-page-1}
      \end{figure}
      • File Path: Replace path/to/your-file.pdf with the actual file path.
      • Page Selection: Adjust page=1 to the specific page you wish to display (e.g., page=2).
      • Caption: Update \caption{...} with a clear and relevant description.
    • Option 2: Multiple Pages

      \includepdf[pages=-, width=0.65\textwidth, pagecommand={}]{path/to/your-file.pdf}
      • All Pages: Use pages=- to include all pages of the PDF.
      • Specific Pages: List selected pages with pages={1,3,5} to include only specific pages.
      • No Captions or Labels: This method excludes captions and labels.
  • Displaying Images:

    \begin{figure}[h]
       \centering
       \includegraphics[width=0.65\textwidth]{path/to/your-image.png}
       \caption{Caption of the image}
       \label{fig:image-sample}
    \end{figure}
    • File Path: Replace path/to/your-image.png with the actual file path of the image.
    • Image Size: Modify width to adjust the image size.
    • Caption and Label: Add a meaningful \caption{...} and a unique \label{...} for easy referencing.
  • Rotating Figures:

    To rotate a figure, use the angle parameter like this:

    \includegraphics[angle=270, width=0.65\textwidth]{path/to/your-image.png}          % For images (PNG, JPEG, etc.)
    \includegraphics[angle=270, page=2, width=0.65\textwidth]{path/to/your-file.pdf}   % For PDFs
    • Rotation Angle: Set angle=270 to rotate the image by 270 degrees (adjust as needed).

πŸ”– Referencing Sections, Figures, and Tables

Element Set Label Reference Example
Chapter \label{chap:label} \ref{chap:label} See Chapter~\ref{chap:study-plan}
Section \label{sec:label} \ref{sec:label} See Section~\ref{sec:background}
Subsection \label{subsec:label} \ref{subsec:label} See Subsection~\ref{subsec:details}
Figure \label{fig:label} \ref{fig:label} Refer to Figure~\ref{fig:sample}
Table \label{tab:label} \ref{tab:label} As shown in Table~\ref{tab:data}

Example:

  • Step 1: Labeling:

    \chapter{Study Plan}\label{chap:study-plan}
    
    \section{Background Information}\label{sec:background}
    
    My background is summarized in the following table:
    
    \begin{table}[H]
        \centering
        \begin{threeparttable}
           \caption{Background Summary}
           \label{tab:background-summary}
           \begin{tabularx}{0.65\textwidth}{|X|X|}
              % Table content here
              % ...
           \end{tabularx}
        \end{threeparttable}
     \end{table}
  • Step 2: Referencing:

    In Chapter~\ref{chap:study-plan}, I discuss my background information in Section~\ref{sec:background}. The summary is presented in Table~\ref{tab:background-summary}.

    Output:

    In Chapter 1, I discuss my background information in Section 1. The summary is presented in Table 1.


πŸ”— Useful Links & Further Reading

The following resources can help you get started:

LaTeX is powerful, but it doesn't have to be complicated!


πŸ“ License

This project is licensed under the Apache License 2.0. See the LICENSE file for details.


✨ Contributing

Contributions are welcome! Please feel free to submit a pull request.


πŸ“¬ Support

If you have any questions or need assistance, please open an issue.


⭐ If you found this helpful, please consider starring the repository to help others discover it!

About

Ready-to-use LaTeX templates for Canada Study Permit key documents, including Client Information, Proof of Financial Support, and Cover Letters.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published