Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
aag-informe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Juan Pablo Garcia Garland
aag-informe
Commits
f91dca1e
Commit
f91dca1e
authored
6 years ago
by
Juan Pablo Garcia Garland
Browse files
Options
Downloads
Patches
Plain Diff
add Main+Makefile
parents
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Main.pdf
+0
-0
0 additions, 0 deletions
Main.pdf
Makefile
+22
-0
22 additions, 0 deletions
Makefile
with
22 additions
and
0 deletions
Main.pdf
0 → 100644
+
0
−
0
View file @
f91dca1e
File added
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
+
22
−
0
View file @
f91dca1e
TEX
=
pdflatex
-shell-escape
-interaction
=
nonstopmode
-file-line-error
LHS2TEX
=
lhs2TeX
REPORTE
=
Main
.PHONY
:
all view
all
:
pdf view
view
:
Main.tex
evince Main.pdf&
pdf
:
Main.lhs
$(
LHS2TEX
)
--verb
$(
REPORTE
)
.lhs
>
$(
REPORTE
)
.tex
$(
TEX
)
$(
REPORTE
)
.tex
pdflatex
$(
REPORTE
)
.tex
bibtex
$(
REPORTE
)
pdflatex
$(
REPORTE
)
.tex
.PHONY
:
clean
clean
:
rm
-f
*
.log
*
.aux
*
~
*
.pdf
*
bbl
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment