Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fibeamer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
External Relations
Document Templates
fibeamer
Commits
41d416ee
There was an error fetching the commit references. Please try again later.
Commit
41d416ee
authored
9 years ago
by
Vít Novotný
Browse files
Options
Downloads
Patches
Plain Diff
Renamed `README` to `README.md`
parent
2cf2bff2
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
Makefile
+2
-2
2 additions, 2 deletions
Makefile
README.md
+5
-4
5 additions, 4 deletions
README.md
with
7 additions
and
6 deletions
Makefile
+
2
−
2
View file @
41d416ee
...
...
@@ -34,7 +34,7 @@ MISCELLANEOUS=guide/mu/guide.bib \
guide/mu/resources/vader.pdf guide/mu/resources/yoda.pdf
\
$(
USEREXAMPLES:.pdf
=
.tex
)
\
example/mu/resources/jabberwocky-dark.pdf
\
example/mu/resources/jabberwocky-light.pdf
example/mu/resources/jabberwocky-light.pdf
README.md
RESOURCES
=
$(
THEMEFILES
)
$(
LOGOS
)
SOURCES
=
$(
DTXFILES
)
$(
INSFILES
)
LICENSE.tex
AUXFILES
=
fibeamer.aux fibeamer.log fibeamer.toc fibeamer.ind
\
...
...
@@ -46,7 +46,7 @@ GUIDES=guide/mu/econ.pdf guide/mu/fi.pdf guide/mu/fsps.pdf \
guide/mu/fss.pdf guide/mu/law.pdf guide/mu/med.pdf
\
guide/mu/ped.pdf guide/mu/phil.pdf guide/mu/sci.pdf
PDFS
=
$(
MANUAL
)
$(
GUIDES
)
$(
USEREXAMPLES
)
DOCS
=
$(
MANUAL
)
$(
GUIDES
)
README
DOCS
=
$(
MANUAL
)
$(
GUIDES
)
VERSION
=
VERSION.tex
TDSARCHIVE
=
fibeamer.tds.zip
CTANARCHIVE
=
fibeamer.ctan.zip
...
...
This diff is collapsed.
Click to expand it.
README
→
README
.md
+
5
−
4
View file @
41d416ee
...
...
@@ -25,9 +25,10 @@ guide files within the `guide/` subdirectory.
To begin the installation, execute the following command from within
the current directory:
make complete install to=[[TDS]] nohash=true
make complete
make install to=[[TDS]] nohash=true
and replace [[TDS]] with a path to the TeX directory structure into
and replace
`
[[TDS]]
`
with a path to the TeX directory structure into
which you want to install the package (such as
`/usr/share/texmf`
).
If necessary, update the file name database of your TeX
distribution:
...
...
@@ -51,9 +52,9 @@ distribution:
To uninstall the package, execute the following command from within
the current directory:
make uninstall from=[[TDS]] nohash=true
make uninstall from=[[TDS]] nohash=true
and replace [[TDS]] with a path to the TeX directory structure into
and replace
`
[[TDS]]
`
with a path to the TeX directory structure into
which you want to install the package (such as
`/usr/share/texmf`
).
If necessary, update the file name database of your TeX
distribution.
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