https://github.com/anonto050/cse-300-technical_writing-presentation
This repository contains some latex templates, assignments and the final latex presentation of the course CSE-300
https://github.com/anonto050/cse-300-technical_writing-presentation
beamer latex-presentation latex-template overleaf technical-writing tikz
Last synced: 11 days ago
JSON representation
This repository contains some latex templates, assignments and the final latex presentation of the course CSE-300
- Host: GitHub
- URL: https://github.com/anonto050/cse-300-technical_writing-presentation
- Owner: Anonto050
- Created: 2023-12-06T13:30:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T13:07:47.000Z (almost 2 years ago)
- Last Synced: 2026-06-15T05:34:12.189Z (11 days ago)
- Topics: beamer, latex-presentation, latex-template, overleaf, technical-writing, tikz
- Language: TeX
- Homepage:
- Size: 16.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE 300: Technical Writing and Presentation
Welcome to the repository for CSE 300: Technical Writing and Presentation. This repository contains LaTeX templates, assignments, and the final LaTeX presentation for the course.
## Getting Started
### Prerequisites
Ensure you have the following installed on your local machine:
- LaTeX distribution (e.g., TeX Live, MiKTeX)
- An editor that supports LaTeX (e.g., Overleaf, VS Code with LaTeX Workshop)
### How to Use
1. **Clone the Repository**:
```sh
git clone https://github.com/Anonto050/CSE-300-Technical_Writing-Presentation.git
```
2. **Navigate to the Desired Directory**:
```sh
cd CSE-300-Technical_Writing-Presentation
```
3. **Compile LaTeX Files**:
- Use a LaTeX editor or compile from the command line:
```sh
pdflatex main.tex
```
## Repository Structure
### LaTeX Templates
- **Description**: Contains various LaTeX templates for assignments and presentations.
- **Files**:
- [Basics templates for online/lab 01](/Basics)
- [Templates from Overleaf](/Template%20from%20Overleaf)
- [TIKZ](/TIKZ_TEMPlATE)
- [Beamer practice](/Beamer%20practice)
### Assignments
- **Description**: Contains the assignments for the course.
- **Files**:
- **Assignment 1**
- [Problem Statement](/Bonus%20assignments/Offline_1.pdf)
- [Solution](/Bonus%20assignments/Offline_1)
- **Assignment 2**
- [Problem Statement](/Bonus%20assignments/offline2.pdf)
- [Solution](/Bonus%20assignments/offline2)
### Final Presentation
- **Description**: Contains the final LaTeX presentation for the course.
- **Files**:
- [Presentation Directory](Presentation/)
- `main.tex`: The main file for the final presentation.
## Usage Details
### Assignments
Each assignment folder contains:
- Source files in LaTeX format.
- Any additional resources required for the assignment.
### Final Presentation
The `Presentation` folder contains the LaTeX files for the final course presentation. Compile `main.tex` to generate the presentation PDF.
## Additional Information
For further details and instructions, refer to the individual assignment folders and LaTeX templates. If you have any questions or need assistance, feel free to reach out.
## Authors
- [Anonto050](https://github.com/Anonto050)
---
Happy writing and presenting!