From aad4addc4e1de95b77a927d9ffbe46b6d26d142e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 6 Aug 2016 22:38:33 +0000 Subject: bxdpx-beamer (6aug16) git-svn-id: svn://tug.org/texlive/trunk@41813 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/bxdpx-beamer/LICENSE | 2 +- Master/texmf-dist/doc/latex/bxdpx-beamer/README | 31 ---------------- Master/texmf-dist/doc/latex/bxdpx-beamer/README.md | 37 +++++++++++++++++++ .../latex/bxdpx-beamer/sample/test-navisymbol.tex | 42 +++++++++++----------- 4 files changed, 59 insertions(+), 53 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/bxdpx-beamer/README create mode 100644 Master/texmf-dist/doc/latex/bxdpx-beamer/README.md (limited to 'Master/texmf-dist/doc/latex/bxdpx-beamer') 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 deleted file mode 100644 index e90f288cf3c..00000000000 --- a/Master/texmf-dist/doc/latex/bxdpx-beamer/README +++ /dev/null @@ -1,31 +0,0 @@ -bxdpx-beamer Package -==================== - -LaTeX: to fix some problems in use of Beamer with dvipdfmx - -This packges makes the two types of links work: - - Navigation symbols - - \framezoom'd regions - -### Installation - - - `*.sty` → $TEXMF/tex/latex/bxdpx-beamer - -### Usage - -Load this package as usual in the preamble of Beamer documents: - - \documentclass[dvipdfmx]{beamer} - \usepackage{bxdpx-beamer} - -This package does not provide any user commands. - -Revision History ----------------- - - * Version 0.2 <2013/02/27> - - The first public version. - --------------------- -Takayuki YATO (aka. "ZR") -http://zrbabbler.sp.land.to/ diff --git a/Master/texmf-dist/doc/latex/bxdpx-beamer/README.md b/Master/texmf-dist/doc/latex/bxdpx-beamer/README.md new file mode 100644 index 00000000000..4d63f2b5d7f --- /dev/null +++ b/Master/texmf-dist/doc/latex/bxdpx-beamer/README.md @@ -0,0 +1,37 @@ +bxdpx-beamer Package +==================== + +LaTeX: to fix some problems in use of Beamer with dvipdfmx + +This packges makes the two types of links work: + - Navigation symbols + - \framezoom'd regions + +### Installation + + - `*.sty` → $TEXMF/tex/latex/bxdpx-beamer + +### Usage + +Load this package as usual in the preamble of Beamer documents: + + \documentclass[dvipdfmx]{beamer} + \usepackage{bxdpx-beamer} + +This package does not provide any user commands. + +### License + +This package is distributed under the MIT License. + +Revision History +---------------- + + * 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. + +-------------------- +Takayuki YATO (aka. "ZR") +http://zrbabbler.sp.land.to/ 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} -- cgit v1.2.3