Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Makefile

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create a new tag for the wsl compilation.

Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ LATEXMK := $(or $(shell command -v latexmk),latexmk)
LATEXMK_FLAGS := -pdf
#LATEXMK_FLAGS += -silent
LATEXMK_FLAGS += -view=none
LATEXMK_FLAGS += -auxdir=${OUT}
LATEXMK_FLAGS += -outdir=${OUT}
LATEXMK_FLAGS += -auxdir="${OUT}"
LATEXMK_FLAGS += -outdir="${OUT}"
LATEXMK_FLAGS += -pdflatex="pdflatex -file-line-error --shell-escape %O %S"
# LATEXMK_FLAGS += -e '$$makeindex=q/sh -c "cd `dirname "%D"`" ; makeindex %O -o "`basename "%D"`" "`basename "%S"`";/'

Expand Down Expand Up @@ -62,7 +62,7 @@ clean_aux:

cleanall:
@echo "Deleting all files in the build directory"
@rm -rf "${OUT}/*"
@rm -rf "${OUT}"/*

lint:
ifeq ($(strip $(texfile)),)
Expand Down
21 changes: 11 additions & 10 deletions bib/references.bib

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revert the changes pls

Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
@report{3gpp.22.101,
author = "3GPP",
title = "{Service aspects; Service principles}",
type = "TS",
institution = "{3rd Generation Partnership Project (3GPP)}",
number = "{22.101}",
days = 24,
month=sep.,
year = 2008,
url = "http://www.3gpp.org/ftp/Specs/html-info/22101.htm",
@misc{rfc44,
author="A. Shoshani and R. Long and A. Landsberg",
title="{Comments on NWG/RFC 33 and 36}",
series="Request for Comments",
number="44",
howpublished="RFC 44",
publisher="IETF",
organization="Internet Engineering Task Force",
year=1970,
month=apr,
url="http://www.ietf.org/rfc/rfc44.txt",
}