Skip to content

Silver-Gen/Notes-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Would be updated soon

File Structure that needs to be downloaded -

.
├── LaTeX Files
│   ├── alpha.tex
│   ├── dependencies.sty
│   ├── titlepage.sty
│   ├── parttoc.sty
│   ├── chaptertoc.sty
│   ├── general.sty
│   ├── questions.sty
│   └── file23.ext

Alpha.tex is a template of some sorts to establish how things can be implemented in your tex project.

\usepackage{dependencies}
\usepackage{titlepage}
\usepackage{parttoc}
\usepackage{chaptertoc}
\usepackage{questions}
\usepackage{general}

Keep the margins as small as possible

\geometry{
  left=0.5cm,
  right=0.5cm,
  top=0.5cm,
  bottom=0.5cm,
}

About

My Personal Notes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages