Commit 3949b1ef authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

added the main code

parent 1cd572a0
Loading
Loading
Loading
Loading

LICENSE.tex

0 → 100644
+49 −0
Original line number Original line Diff line number Diff line
\input docstrip
\preamble

Copyright 2017  Vít Novotný <witiko@mail.muni.cz>
Faculty of Informatics, Masaryk University (Brno, Czech Republic)

Copyright 2017  Aleš Křenek <ljocha@ics.muni.cz>
Institute of Computer Science, Masaryk University (Brno, Czech Republic)

This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version
1.3 of this license or (at your option) any later version.
The latest version of this license is available at

  http://www.latex-project.org/lppl.txt

and version 1.3 or later is part of all distributions of LaTeX
version 2005/12/01 or later.

This work has the LPPL maintenance status `maintained'.

The Current Maintainer of this work is Vít Novotný.
Send bug reports, requests for additions and questions
either to the fithesis discussion forum at

  http://is.muni.cz/auth/df/fithesis-sazba/

or to the e-mail address <witiko@mail.muni.cz>.


MODIFICATION ADVICE:

If you want to customize this file, it is best to make a copy of
the source file(s) from which it was produced.  Use a different
name for your copy(ies) and modify the copy(ies); this will ensure
that your modifications do not get overwritten when you install a
new release of the standard system.  You should also ensure that
your modified source file does not generate any modified file with
the same name as a standard file.

You will also need to produce your own, suitably named, .ins file to
control the generation of files from your source file; this file
should contain your own preambles for the files it generates, not
those in the standard .ins files.

The names of the source files used are shown above.

\endpreamble
\askforoverwritefalse

README.md

0 → 100644
+46 −0
Original line number Original line Diff line number Diff line
# About #

Mubeamer is a document class for typesetting presentations at the Masaryk
University in Brno using the LaTeX typesetting system. This material is subject
to the LaTeX Project Public License.

# Installation #

To install the package, interpret the file `mubeamer.ins` using a Unicode-aware
TeX engine such as XeTeX (`xetex mubeamer.ins`) or LuaTeX (`luatex
mubeamer.ins`). This should produce a file named `beamerthemeMU.sty`.

## Local installation ##

To perform a local installation,

  1. create the base directory `<TEXMF>/tex/latex/mubeamer/` and
  2. copy the file `beamerthemeMU.sty` and the subdirectories `logo/`,
     `label/`, and `patch/` into the base directory.

`<TEXMF>` corresponds to a root of your TeX distribution, such as
`/usr/share/texmf` and `~/texmf` on UN\*X systems or
`c:\users\<YOUR USERNAME>\texmfhome` on Windows systems. When in doubt,
consult the manual of your TeX distribution.

## Portable installation ##

Alternatively, you can also

  1. place the file `beamerthemeMU.sty` next to your LaTeX document,
  2. create the base directory `muletter/` next to your LaTeX document,
     and
  3. copy the subdirectories `logo/`, `label/`, and `patch/` into the base
     directory.

This way you can distribute your LaTeX document and mubeamer together.

# Further information #

For further information, consult the package documentation, which can be
typeset by running the [LaTeXMK][LaTeXMK] tool on the `muletter.dtx` file
(`latexmk muletter.dtx`). [LaTeXMK][LaTeXMK] should be included in your
TeX distribution. The typeset documentation will reside in a file named
`muletter.pdf`.

 [LaTeXMK]: https://www.ctan.org/pkg/latexmk/

latexmkrc

0 → 100644
+12 −0
Original line number Original line Diff line number Diff line
# Make glossaries.
add_cus_dep( 'glo', 'gls', 0, 'makeglo2gls' );
sub makeglo2gls {
      system("makeindex -s \"gglo.ist\" -o \"$_[0].gls\" \"$_[0].glo\"" );
}

# Make the index.
$makeindex = "makeindex -s gind.ist %O -o %D %S";

# Produce a PDF file.
$pdf_mode = 1;
$dvi_mode = 0;

mubeamer.dtx

0 → 100644
+804 −0

File added.

Preview size limit exceeded, changes collapsed.

mubeamer.ins

0 → 100644
+3 −0
Original line number Original line Diff line number Diff line
\input ./LICENSE
\generate{\file{beamerthemeMU.sty}{\from{mubeamer.dtx}{theme}}}
\endbatchfile