Skip to content

Commit

Permalink
Merge pull request #1 from v-malheiro/main
Browse files Browse the repository at this point in the history
Main scope of the project
  • Loading branch information
v-malheiro authored Nov 29, 2023
2 parents b51b359 + 0e50f45 commit 9a9ae78
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
*.aux
*.fdb_latexmk
*.fls
*.log
*.synctex.gz
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

<p>This repository was created to provide the proper support to members of GIIMUS and their collaborators on how to use GitHub and contribute to existing projects.</p>

## References



## Citation

If you use this repository in your research, please cite it using the following BibTeX entry:
Expand All @@ -18,3 +14,4 @@ If you use this repository in your research, please cite it using the following
howpublished = {\url{https://github.com/GIIMUS-USP/Github-tutorial}},
note = {Accessed on: Access Date}
}
```
Binary file added figures/git-and-github-logos.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added giimus-git_tutorial.pdf
Binary file not shown.
19 changes: 19 additions & 0 deletions giimus-git_tutorial.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
\documentclass[12pt, letterpaper]{book}
\title{GitHub Tutorial}
\author{Victor Hugo Enes Malheiro\thanks{Grupo de Inovação em Instrumentação Biomédica e Ultrassom (GIIMUS-USP)}}
\date{\today}

\usepackage{graphicx} %LaTeX package to import graphics
\graphicspath{{figures/}} %configuring the graphicx package

\begin{document}
\maketitle

Test document.

\includegraphics{git-and-github-logos.png}

Se você vai apenas usar o código, vá para esta sessão
Caso contrário, continue em frente

\end{document}

0 comments on commit 9a9ae78

Please sign in to comment.