summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxdpx-beamer
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-06 22:38:33 +0000
committerKarl Berry <karl@freefriends.org>2016-08-06 22:38:33 +0000
commitaad4addc4e1de95b77a927d9ffbe46b6d26d142e (patch)
tree55267a6b28237ca7bd46c373bca89ce7302258c9 /Master/texmf-dist/doc/latex/bxdpx-beamer
parent4cf7d112766b5888982c9970e69c3763e69456a2 (diff)
bxdpx-beamer (6aug16)
git-svn-id: svn://tug.org/texlive/trunk@41813 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxdpx-beamer')
-rw-r--r--Master/texmf-dist/doc/latex/bxdpx-beamer/LICENSE2
-rw-r--r--Master/texmf-dist/doc/latex/bxdpx-beamer/README.md (renamed from Master/texmf-dist/doc/latex/bxdpx-beamer/README)10
-rw-r--r--Master/texmf-dist/doc/latex/bxdpx-beamer/sample/test-navisymbol.tex42
3 files changed, 30 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/bxdpx-beamer/LICENSE b/Master/texmf-dist/doc/latex/bxdpx-beamer/LICENSE
index 4acbc245013..5c4ad4f949f 100644
--- a/Master/texmf-dist/doc/latex/bxdpx-beamer/LICENSE
+++ b/Master/texmf-dist/doc/latex/bxdpx-beamer/LICENSE
@@ -6,7 +6,7 @@ This software is distributed under the MIT License.
The MIT License
-Copyright (c) 2013 Takayuki YATO (aka. "ZR")
+Copyright (c) 2013-2016 Takayuki YATO (aka. "ZR")
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/Master/texmf-dist/doc/latex/bxdpx-beamer/README b/Master/texmf-dist/doc/latex/bxdpx-beamer/README.md
index e90f288cf3c..4d63f2b5d7f 100644
--- a/Master/texmf-dist/doc/latex/bxdpx-beamer/README
+++ b/Master/texmf-dist/doc/latex/bxdpx-beamer/README.md
@@ -1,7 +1,7 @@
bxdpx-beamer Package
====================
-LaTeX: to fix some problems in use of Beamer with dvipdfmx
+LaTeX: to fix some problems in use of Beamer with dvipdfmx
This packges makes the two types of links work:
- Navigation symbols
@@ -20,10 +20,16 @@ Load this package as usual in the preamble of Beamer documents:
This package does not provide any user commands.
+### License
+
+This package is distributed under the MIT License.
+
Revision History
----------------
- * Version 0.2 <2013/02/27>
+ * Version 0.3 〈2016/08/06〉
+ - The driver of geometry package is forced to be `dvipdfm`.
+ * Version 0.2 〈2013/02/27〉
- The first public version.
--------------------
diff --git a/Master/texmf-dist/doc/latex/bxdpx-beamer/sample/test-navisymbol.tex b/Master/texmf-dist/doc/latex/bxdpx-beamer/sample/test-navisymbol.tex
index e196174d593..03d22ca5bbf 100644
--- a/Master/texmf-dist/doc/latex/bxdpx-beamer/sample/test-navisymbol.tex
+++ b/Master/texmf-dist/doc/latex/bxdpx-beamer/sample/test-navisymbol.tex
@@ -1,24 +1,24 @@
-\documentclass[17pt]{beamer} % dvipdfmx needed
-\usetheme{Warsaw}
-\usepackage{bxdpx-beamer}
-% These settings make navigation symbols rendered in black.
+\documentclass[17pt,dvipdfmx]{beamer} % dvipdfmx needed
+\usetheme{Warsaw}
+\usepackage{bxdpx-beamer}
+% These settings make navigation symbols rendered in black.
%\setbeamercolor{navigation symbols dimmed}{fg=black}
%\setbeamercolor{navigation symbols}{fg=black}
-% This makes all links have a border.
+% This makes all links have a border.
%\hypersetup{pdfborder={0 0 1},allbordercolors={0 0.5 0}}
-\begin{document}
-
-\section{Important but Meaningless}
-\begin{frame}{First}
-This slide \pause is \alert{meaningless}.
-\end{frame}
-\begin{frame}{Second}
-This slide \pause is also \alert{meaningless}.
-\end{frame}
-
-\section{Meaningless but Important}
-\begin{frame}{Third}
-This is yet another \alert{meaningless} slide.
-\end{frame}
-
-\end{document}
+\begin{document}
+
+\section{Important but Meaningless}
+\begin{frame}{First}
+This slide \pause is \alert{meaningless}.
+\end{frame}
+\begin{frame}{Second}
+This slide \pause is also \alert{meaningless}.
+\end{frame}
+
+\section{Meaningless but Important}
+\begin{frame}{Third}
+This is yet another \alert{meaningless} slide.
+\end{frame}
+
+\end{document}