-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f47054
commit 7b9b5a5
Showing
34 changed files
with
3,600 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
name: Copy File | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
|
||
jobs: | ||
copy-file: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout Repository | ||
uses: actions/checkout@v2 | ||
|
||
- name: Copy File | ||
run: cp src/cv.pdf . |
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
\relax | ||
\providecommand\hyper@newdestlabel[2]{} | ||
\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} | ||
\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined | ||
\global\let\oldcontentsline\contentsline | ||
\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} | ||
\global\let\oldnewlabel\newlabel | ||
\gdef\newlabel#1#2{\newlabelxx{#1}#2} | ||
\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} | ||
\AtEndDocument{\ifx\hyper@anchor\@undefined | ||
\let\contentsline\oldcontentsline | ||
\let\newlabel\oldnewlabel | ||
\fi} | ||
\fi} | ||
\global\let\hyper@last\relax | ||
\gdef\HyperFirstAtBeginDocument#1{#1} | ||
\providecommand\HyField@AuxAddToFields[1]{} | ||
\providecommand\HyField@AuxAddToCoFields[2]{} | ||
\abx@aux@refcontext{ydnt/global//global/global} | ||
\abx@aux@nociteall | ||
\abx@aux@read@bbl@mdfivesum{nobblfile} | ||
\abx@aux@read@bblrerun | ||
\gdef \@abspage@last{2} |
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?xml version="1.0" standalone="yes"?> | ||
<!-- logreq request file --> | ||
<!-- logreq version 1.0 / dtd version 1.0 --> | ||
<!-- Do not edit this file! --> | ||
<!DOCTYPE requests [ | ||
<!ELEMENT requests (internal | external)*> | ||
<!ELEMENT internal (generic, (provides | requires)*)> | ||
<!ELEMENT external (generic, cmdline?, input?, output?, (provides | requires)*)> | ||
<!ELEMENT cmdline (binary, (option | infile | outfile)*)> | ||
<!ELEMENT input (file)+> | ||
<!ELEMENT output (file)+> | ||
<!ELEMENT provides (file)+> | ||
<!ELEMENT requires (file)+> | ||
<!ELEMENT generic (#PCDATA)> | ||
<!ELEMENT binary (#PCDATA)> | ||
<!ELEMENT option (#PCDATA)> | ||
<!ELEMENT infile (#PCDATA)> | ||
<!ELEMENT outfile (#PCDATA)> | ||
<!ELEMENT file (#PCDATA)> | ||
<!ATTLIST requests | ||
version CDATA #REQUIRED | ||
> | ||
<!ATTLIST internal | ||
package CDATA #REQUIRED | ||
priority (9) #REQUIRED | ||
active (0 | 1) #REQUIRED | ||
> | ||
<!ATTLIST external | ||
package CDATA #REQUIRED | ||
priority (1 | 2 | 3 | 4 | 5 | 6 | 7 | 8) #REQUIRED | ||
active (0 | 1) #REQUIRED | ||
> | ||
<!ATTLIST provides | ||
type (static | dynamic | editable) #REQUIRED | ||
> | ||
<!ATTLIST requires | ||
type (static | dynamic | editable) #REQUIRED | ||
> | ||
<!ATTLIST file | ||
type CDATA #IMPLIED | ||
> | ||
]> | ||
<requests version="1.0"> | ||
<internal package="biblatex" priority="9" active="1"> | ||
<generic>latex</generic> | ||
<provides type="dynamic"> | ||
<file>cv.bcf</file> | ||
</provides> | ||
<requires type="dynamic"> | ||
<file>cv.bbl</file> | ||
</requires> | ||
<requires type="static"> | ||
<file>blx-dm.def</file> | ||
<file>blx-compat.def</file> | ||
<file>biblatex.def</file> | ||
<file>standard.bbx</file> | ||
<file>numeric.bbx</file> | ||
<file>numeric-comp.bbx</file> | ||
<file>ieee.bbx</file> | ||
<file>numeric-comp.cbx</file> | ||
<file>ieee.cbx</file> | ||
<file>biblatex.cfg</file> | ||
<file>english.lbx</file> | ||
</requires> | ||
</internal> | ||
<external package="biblatex" priority="5" active="1"> | ||
<generic>biber</generic> | ||
<cmdline> | ||
<binary>biber</binary> | ||
<infile>cv</infile> | ||
</cmdline> | ||
<input> | ||
<file>cv.bcf</file> | ||
</input> | ||
<output> | ||
<file>cv.bbl</file> | ||
</output> | ||
<provides type="dynamic"> | ||
<file>cv.bbl</file> | ||
</provides> | ||
<requires type="dynamic"> | ||
<file>cv.bcf</file> | ||
</requires> | ||
<requires type="editable"> | ||
<file>sample.bib</file> | ||
</requires> | ||
</external> | ||
</requests> |
Binary file not shown.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.