summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fbox
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-09 22:23:51 +0000
committerKarl Berry <karl@freefriends.org>2019-03-09 22:23:51 +0000
commitba84528a3a5f16f49cbebd96d07bf2688718823b (patch)
treef76b7283b519aece04375cfb3f12460adde18979 /Master/texmf-dist/doc/latex/fbox
parent180098c3636d91bf83d8030e58c50a33d3db2ddb (diff)
fbox (9mar19)
git-svn-id: svn://tug.org/texlive/trunk@50305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/fbox')
-rw-r--r--Master/texmf-dist/doc/latex/fbox/CHANGELOG1
-rw-r--r--Master/texmf-dist/doc/latex/fbox/README.md21
-rw-r--r--Master/texmf-dist/doc/latex/fbox/fbox.pdfbin0 -> 34505 bytes
-rw-r--r--Master/texmf-dist/doc/latex/fbox/fbox.tex130
4 files changed, 152 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/fbox/CHANGELOG b/Master/texmf-dist/doc/latex/fbox/CHANGELOG
new file mode 100644
index 00000000000..a79a8d21b21
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbox/CHANGELOG
@@ -0,0 +1 @@
+0.01 2019-03-08 - first CTAN version
diff --git a/Master/texmf-dist/doc/latex/fbox/README.md b/Master/texmf-dist/doc/latex/fbox/README.md
new file mode 100644
index 00000000000..50147f1126e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbox/README.md
@@ -0,0 +1,21 @@
+# fbox.sty
+
+Redefines the macro \fbox{...} from standard
+LaTeX to \fbox[optarg]{...}
+optarg can be any combination of l, r, b, and t. For
+example: \fbox[lt]{foo} or \fbox[Tlr]{...}
+
+Using uppercase letters or a combination of
+lowercase and uppercase is also possible.
+
+
+%% It may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3c
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% http://www.latex-project.org/lppl.txt
+%% and version 1.3c or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+
+
+hvoss@tug.org \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/fbox/fbox.pdf b/Master/texmf-dist/doc/latex/fbox/fbox.pdf
new file mode 100644
index 00000000000..f331925e7a0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbox/fbox.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/fbox/fbox.tex b/Master/texmf-dist/doc/latex/fbox/fbox.tex
new file mode 100644
index 00000000000..1a7f4c1a955
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fbox/fbox.tex
@@ -0,0 +1,130 @@
+%% $Id: fbox.tex 946 2019-03-08 12:08:22Z herbert $
+%
+\listfiles\setcounter{errorcontextlines}{100}
+\documentclass[paper=a4,fontsize=11pt,DIV=13,parskip=half-,
+ captions=tableabove,twoside=on]{scrartcl}
+\usepackage{fontspec}
+\setmainfont{AccanthisADFStdNo3}[
+ UprightFont =*-Regular,
+ BoldFont =*-Bold,
+ ItalicFont =*-Italic,
+ BoldItalicFont=*-BoldItalic,
+ RawFeature = -rlig,
+]
+\setsansfont{GilliusADF}[
+ UprightFont =*-Regular,
+ BoldFont =*-Bold,
+ ItalicFont =*-Italic,
+ BoldItalicFont=*-BoldItalic,
+ RawFeature = -rlig,
+]
+\setmonofont{Anonymous Pro}[Scale=MatchLowercase,FakeStretch=0.9]
+
+\usepackage[english]{babel}
+\usepackage{scrlayer-scrpage}
+\usepackage{showexpl}
+\usepackage{listings}
+\lstset{basicstyle=\ttfamily\small,language=[LaTeX]TeX,rframe=}
+
+\def\Lfile#1{\texttt{#1}\index{#1 file@\texttt{#1} file}}
+\def\Lext#1{\texttt{.#1}\index{#1 file extension@\texttt{.#1} file extension}}
+\def\Lcs#1{\texttt{\textbackslash#1}\index{#1@\texttt{\textbackslash#1}}}
+\def\Lenv#1{\texttt{#1}\index{#1 environment@\texttt{#1} environment}}
+\def\Lpack#1{\texttt{#1}\index{#1 package@\texttt{#1} package}}
+\def\Lprog#1{\texttt{#1}\index{#1 program@\texttt{#1} program}}
+\def\Loption#1{\texttt{#1}\index{#1@\texttt{#1} package option}}
+
+%\usepackage[bibstyle=dtk]{biblatex}
+%\addbibresource{\jobname.bib}
+
+\usepackage{url}
+\usepackage[colorlinks,linktocpage]{hyperref}
+
+\makeatletter% from: doc.sty
+\newcommand*\GetFileInfo[1]{%
+ \def\filename{#1}%
+ \def\@tempb##1 ##2 ##3\relax##4\relax{%
+ \def\filedate{##1}%
+ \def\fileversion{##2}%
+ \def\fileinfo{##3}}%
+ \edef\@tempa{\csname ver@#1\endcsname}%
+ \expandafter\@tempb\@tempa\relax? ? \relax\relax}
+\makeatother
+
+%\GetFileInfo{xltabular.sty}
+\usepackage{xspace}
+\usepackage{fbox}
+
+\def\setVersion#1{\setVVersion#1!!}
+\def\setVVersion#1=#2!!{\def\fboxVersion{#2}}
+
+\setVersion{version = 0.01}%
+
+\title{Package \texttt{fbox} \\--\\ \normalsize \fboxVersion\ (\today)}
+\author{Herbert Voß\thanks{\url{hvoss@tug.org}\newline Thanks to Rolf Niepraschk}}
+\begin{document}
+\maketitle
+%\tableofcontents
+
+This package redefines the \LaTeX-macro \Lcs{fbox} to allow an optional
+argument:
+
+\begin{verbatim}
+\fbox[<optargs>]{<contents>}
+\end{verbatim}
+
+
+The optional argument can be of any combination of the letters
+l, r, b, and t or altenatively L, R, B, and T. This l)eft, r)right, b)ottom, and t)op
+for the frame parts. A missing or an empty argument is the same as the default
+\Lcs{fbox} from standard \LaTeX.
+
+
+\begin{LTXexample}
+\fbox{foo gar baz}
+\end{LTXexample}
+
+\begin{LTXexample}
+\fbox[]{foo gar baz}
+\end{LTXexample}
+
+\begin{LTXexample}
+\fbox[rbt]{foo gar baz}
+\fbox[brt]{foo gar baz}
+\fbox[bRT]{foo gar baz}
+\end{LTXexample}
+
+\begin{LTXexample}
+\fbox[lT]{foo gar baz}
+\end{LTXexample}
+
+\begin{LTXexample}
+\fbox[bT]{foo gar baz}
+\end{LTXexample}
+
+\begin{LTXexample}
+\fbox[Br]{foo gar baz}
+\end{LTXexample}
+
+\begin{LTXexample}
+\setlength\fboxrule{5pt}
+\fbox[bT]{foo gar baz}
+\end{LTXexample}
+
+\begin{LTXexample}
+\setlength\fboxrule{5pt}
+\fbox[Br]{foo gar baz}
+\end{LTXexample}
+
+
+
+
+\end{document}
+
+
+
+folium = {
+ de = {"f", "ff"},
+ en = {"f", "ff"},
+ fr = {"sq","sqq"},
+}