HexHive / HexHive/thesis_template
makefile name variable does not work
Open
- Dominant language
- TeX
- Stars
- 143
- Forks
- 99
- PR merge metrics
- No merged PRs in 30d
Description
Here:
```
name=thesis
all: *.tex *.bib
rubber --pdf $(name).tex
clean:
rubber --clean --pdf $(name).tex
```
This implies that one can change the name variable to get a differently named document, e.g. changing to `name=report` and then doing:
```bash
mv thesis.tex report.tex
mv thesis.bib report.bib
make
```
But this does not work because of
```
\addbibresource{thesis.bib}
```
in EPFLreport.sty
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.