Skip to content

Commit

Permalink
Renamed branch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomlourenco committed Jan 18, 2023
1 parent 50aea3e commit a2635f3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Chapters/chapter1.tex
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ \subsection{Using Overleaf}
\itshape
Please notice that the version currently available in Overleaf (v6.5.3) is slightly outdated (current version is v\novathesisversion). A new version will be submitted to Overleaf soon. Until then, please:
\begin{enumerate}
\item Download the \href{https://github.com/joaomlourenco/novathesis/archive/master.zip}{latest version} from the GitHub repository as a Zip file.
\item Download the \href{https://github.com/joaomlourenco/novathesis/archive/main.zip}{latest version} from the GitHub repository as a Zip file.
\item Login to your favorite LaTeX cloud service. I recommend \href{https://www.overleaf.com/?r=f5160636&rm=d&rs=b}{Overleaf} but there are alternatives (these instructions apply to Overleaf and you'll have to adapt for other providers).
\item In the menu select: \texttt{New project} $\rightarrow$ \texttt{Upload project}.
\item Upload the zip file.
Expand Down
4 changes: 2 additions & 2 deletions Chapters/chapter2.tex
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ \subsection{With a Local \LaTeX\ Installation} % (fold)
\item Cloning the \href{https://github.com/joaomlourenco/novathesis}{GitHub repository} with
\begin{verbatim} git clone --depth=1 https://github.com/joaomlourenco/novathesis.git\end{verbatim}
or
\item Downloading the \href{https://github.com/joaomlourenco/novathesis/archive/master.zip}{latest version from the GitHub repository as a Zip file}.
\item Downloading the \href{https://github.com/joaomlourenco/novathesis/archive/main.zip}{latest version from the GitHub repository as a Zip file}.
\end{itemize}

\item Download additional School specific files if applicable:
Expand Down Expand Up @@ -136,7 +136,7 @@ \subsection{With a Remote Cloud-based Service} % (fold)
Follow these steps to get started with a remote \LaTeX\ installation:

\begin{itemize}
\item Download the \href{https://github.com/joaomlourenco/novathesis/archive/master.zip}{latest version from the GitHub repository as a Zip file}.
\item Download the \href{https://github.com/joaomlourenco/novathesis/archive/main.zip}{latest version from the GitHub repository as a Zip file}.
\item Login to your favorite LaTeX cloud service. I recommend \href{https://www.overleaf.com/?r=f5160636&rm=d&rs=b}{Overleaf} but there are alternatives. These instructions apply to Overleaf and you'll have to adapt for other providers.
\item In the menu select \fbox{New project}$\rightarrow$\fbox{Upload project}.
\item Select “\verb!template.tex!” as the main file.
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ bump3:
tag:
@echo Tagging as $(VERSION)
# @echo $(DATE)
git co master
git co main
git tag -a "$(VERSION)"
git push origin --tags
git co develop
2 changes: 1 addition & 1 deletion NOVAthesisFiles/fix-bib.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ @Manual{novathesis-manual
author = {João M. Lourenço},
organization = {NOVA University Lisbon},
year = {2021},
url = {https://github.com/joaomlourenco/novathesis/raw/master/template.pdf},
url = {https://github.com/joaomlourenco/novathesis/raw/main/template.pdf},
keywords = {novathesis-manual},
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ The [“*novathesis*” LaTeX template](https://joaomlourenco.github.io/novathes
* **macOS:** install [MacTeX](https://www.tug.org/mactex/) (a macOS version of [TeX-Live](https://www.tug.org/texlive/)).
2. Download “novathesis” by either:
* Cloning the [GitHub repository](https://github.com/joaomlourenco/novathesis) with <kbd>git clone --depth=1 https://github.com/joaomlourenco/novathesis.git</kbd>; or
* Downloading the [latest version from the GitHub repository as a Zip file](https://github.com/joaomlourenco/novathesis/archive/master.zip)
* Downloading the [latest version from the GitHub repository as a Zip file](https://github.com/joaomlourenco/novathesis/archive/main.zip)
3. Compile the document with you favorite LaTeX processor (pdfLaTeX, XeLaTeX or LuaLaTeX):
* The main file is named “*template.tex*”.
* Either load it in your favorite [LaTeX text editor](https://en.wikipedia.org/wiki/Comparison_of_TeX_editors) or compile it in the terminal with
Expand Down Expand Up @@ -105,7 +105,7 @@ The [“*novathesis*” LaTeX template](https://joaomlourenco.github.io/novathes

*NOVAthesis v6.5.3 is available as an [Overleaf template](https://www.overleaf.com/latex/templates/novathesis-v6-dot-5-3/jhqwhtcwbmqc). Just select <kbd>open as template</kbd> and follow from [step 3 above](#with-a-local-latex-installation)!*

1. Download the [latest version from the GitHub repository as a Zip file](https://github.com/joaomlourenco/novathesis/archive/master.zip).
1. Download the [latest version from the GitHub repository as a Zip file](https://github.com/joaomlourenco/novathesis/archive/main.zip).
2. Login to your favorite LaTeX cloud service. I recommend [Overleaf](https://www.overleaf.com?r=f5160636&rm=d&rs=b) but there are alternatives (these instructions apply to Overleaf and you'll have to adapt for other providers).
3. In the menu select <kbd>New project</kbd>-><kbd>Upload project</kbd>
4. Upload the zip with all the "novathesis" files.
Expand Down Expand Up @@ -145,7 +145,7 @@ This template is the result of hundreds (yes! *hundreds*) of hours of work from
author = "João M. Lourenço",
organization = "NOVA University Lisbon",
year = "2021",
url = "https://github.com/joaomlourenco/novathesis/raw/master/template.pdf",
url = "https://github.com/joaomlourenco/novathesis/raw/main/template.pdf",
}

1. [**Make a small donation**](https://paypal.me/novathesis). We will [keep a list thanking to all the identified donors](https://github.com/joaomlourenco/novathesis/wiki#-donations) that identify themselves in the “*Add special instructions to the seller:*” box.
Expand Down
4 changes: 2 additions & 2 deletions novathesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
%% If you use this template, please be kind and cite it in your bibliography:
%% “João M. Lourenço, The NOVAthesis \LaTeX\ Template User’s Manual,
%% NOVA University Lisbon, 2021,
%% https://github.com/joaomlourenco/novathesis/raw/master/template.pdf.”
%% https://github.com/joaomlourenco/novathesis/raw/main/template.pdf.”
%% The BibTeX entry is already in the exxample “bibliography.bib” file:
%% @Manual{novathesis-manual,
%% title ={{The NOVAthesis \LaTeX\ Template User's Manual}},
%% author ={João M. Lourenço},
%% organization={NOVA University Lisbon},
%% year ={2021},
%% url ={https://github.com/joaomlourenco/novathesis/raw/master/template.pdf},
%% url ={https://github.com/joaomlourenco/novathesis/raw/main/template.pdf},
%% }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down
4 changes: 2 additions & 2 deletions template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
%% If you use this template, please be kind and cite it in your bibliography:
%% “João M. Lourenço, The NOVAthesis \LaTeX\ Template User’s Manual,
%% NOVA University Lisbon, 2021,
%% https://github.com/joaomlourenco/novathesis/raw/master/template.pdf.”
%% https://github.com/joaomlourenco/novathesis/raw/main/template.pdf.”
%% The BibTeX entry is already in the exxample “bibliography.bib” file:
%% @Manual{novathesis-manual,
%% title ={{The NOVAthesis \LaTeX\ Template User's Manual}},
%% author ={João M. Lourenço},
%% organization={NOVA University Lisbon},
%% year ={2021},
%% url ={https://github.com/joaomlourenco/novathesis/raw/master/template.pdf},
%% url ={https://github.com/joaomlourenco/novathesis/raw/main/template.pdf},
%% }
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Expand Down

0 comments on commit a2635f3

Please sign in to comment.