Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
modif build
Browse files Browse the repository at this point in the history
  • Loading branch information
boisgera committed Jun 8, 2020
1 parent 6370e90 commit 0635f1e
Show file tree
Hide file tree
Showing 24 changed files with 120 additions and 24 deletions.
6 changes: 5 additions & 1 deletion Calcul Différentiel I/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Calcul Différentiel II/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Calcul Différentiel III/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Calcul Intégral I/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Calcul Intégral II/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Calcul Intégral III/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Calcul Intégral IV/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Calcul Intégral V/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Dossier Pédagogique/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Equations Différentielles I/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Equations Différentielles II/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Examen-corrigé/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Examen/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Probabilités I/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Probabilités II/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Probabilités III/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Probabilités IV/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Probabilités V/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Style & Structure/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
6 changes: 5 additions & 1 deletion Topologie/build
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def transform(doc):
# square one, titlesec is off-limits.

transform_image_format(doc)
solve_image_extension(doc)
solve_toc_nesting(doc)
anonymify(doc)

Expand Down Expand Up @@ -549,7 +550,10 @@ def add_latex_header(doc, latex):
def solve_toc_nesting(doc):
add_latex_header(doc, r"\usepackage{bookmark}")


def solve_image_extension(doc):
# See https://texfaq.org/FAQ-unkgrfextn
add_latex_header(doc, r"\usepackage{grffile}")

# Deprecated
def _solve_toc_nesting(doc): # fuck you LaTeX!
"Add the 'bookmark' package to solve TOC issues"
Expand Down
Loading

0 comments on commit 0635f1e

Please sign in to comment.