Skip to content

RankkaApina/mhk-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This is my LaTeX and Bibliography templates for TKGA's MHK program. The bibliography file `texmf/bibtex/bib/mhk.bib` contains only a few examples on different bibliography items.

# Bibliography Setup

You need to compile the bibliography with Biber. 

## Windows Setup for Biber

Create the file `pdflatex+biber.bat`, with the following content:

```
miktex-pdftex.exe -synctex=1 -undump=pdflatex "%1"
biber.exe "%2"
miktex-pdftex.exe -synctex=1 -undump=pdflatex "%1"
```

Open the typesetting editor of TeXworks and add a new setting. Name it appropriate (e.g. "pdfLatex+Biber") and give the path to your batchfile (`.../pdflatex+biber.bat`). Add two arguments: `$fullname` and `$basename`.

[Source](https://tex.stackexchange.com/a/82585).

About

LaTeX template and bibliography format to use for TKGA MHK certification.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors