diff options
author | Karl Berry <karl@freefriends.org> | 2014-06-25 23:35:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-06-25 23:35:43 +0000 |
commit | 813176edbf4a1d1be7d3236b2857d4f990511ff2 (patch) | |
tree | 42d21bd6f3bd91c58d2c7fd31cc351ced0164538 /Master/texmf-dist/doc | |
parent | da081619283e5fc265b43567b2a1f4d4aa3d6d0a (diff) |
embrac (25jun14)
git-svn-id: svn://tug.org/texlive/trunk@34418 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/embrac/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/embrac/embrac_en.pdf | bin | 461053 -> 461856 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/embrac/embrac_en.tex | 28 |
3 files changed, 18 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/embrac/README b/Master/texmf-dist/doc/latex/embrac/README index d0ef05194b8..3b41b11c9a1 100644 --- a/Master/texmf-dist/doc/latex/embrac/README +++ b/Master/texmf-dist/doc/latex/embrac/README @@ -3,7 +3,7 @@ the EMBRAC package Upright Brackets in Emphasized Text -2014/05/07 v0.5 +2014/06/24 v0.6 -------------------------------------------------------------------------- Clemens Niederberger Web: https://bitbucket.org/cgnieder/embrac/ diff --git a/Master/texmf-dist/doc/latex/embrac/embrac_en.pdf b/Master/texmf-dist/doc/latex/embrac/embrac_en.pdf Binary files differindex 64a819a7708..343482478f7 100644 --- a/Master/texmf-dist/doc/latex/embrac/embrac_en.pdf +++ b/Master/texmf-dist/doc/latex/embrac/embrac_en.pdf diff --git a/Master/texmf-dist/doc/latex/embrac/embrac_en.tex b/Master/texmf-dist/doc/latex/embrac/embrac_en.tex index 5749f376376..4094b856111 100644 --- a/Master/texmf-dist/doc/latex/embrac/embrac_en.tex +++ b/Master/texmf-dist/doc/latex/embrac/embrac_en.tex @@ -82,6 +82,8 @@ \RenewEmph{[}[-0.045em,.02em]{]}[.055em,-.09em] \ChangeEmph{(}[-.01em,.04em]{)}[.04em,-.05em] +\newnote*\added[2]{Version~#1: added #2} + \begin{document} \section{License and Requirements} @@ -102,6 +104,7 @@ package probably wouldn't exist. \item[v0.2] Improved interaction with \pkg{biblatex}. \item[v0.3] Added support for \pkg*{fontspec}'s \cs{textsi}. \item[v0.5] Don't replace brackets in math mode. + \item[v0.6] Added support for \cs{textsl}. \end{description} \section{About}\label{sec:about} @@ -126,15 +129,16 @@ package probably wouldn't exist. \noindent Both this quote from~\citetitle{bringhurst04} by Robert Bringhurst and the article \citetitle{dtk12-dw} by Dominik Waßenhoven~\cite{dtk12-dw} inspired -this package. Indeed, \embrac heavily borrows from the code +this package. Indeed, \embrac\ heavily borrows from the code \citeauthor{dtk12-dw} provided in his article\manythanks. The code was originally provided by Bruno Le~Floch\manythanks\ answering a question on \href{http://tex.stackexchange.com}{TeX.sx}~\cite{lefloch11}. -\embrac\ tries to redefine \cs{emph} and \cs{textit} in a way that neither -parentheses nor square brackets are sloped. In an ideal world you of course -wouldn't need this package because the italic font you're using would have -vertical parentheses and brackets by itself. +\embrac\ tries to redefine \cs{emph}, \cs{textit} and +\cs{textsl}\added{0.6}{\cs{textsl}} in a way that neither parentheses nor +square brackets are sloped. In an ideal world you of course wouldn't need +this package because the italic font you're using would have vertical +parentheses and brackets by itself. \begin{example} \emph{This is emphasized [sic] text.} \par @@ -142,12 +146,14 @@ vertical parentheses and brackets by itself. \end{example} \section{How it Works} -Both the commands \cs{emph} and \cs{textit} are redefined: +The commands \cs{emph}, \cs{textit} and \cs{textsl} are redefined: \begin{commands} \command{emph}[\sarg\marg{emphasized text}] Emphasizing text. \command{textit}[\sarg\marg{text in italics}] Italicizing text, + \command{textsl}[\sarg\marg{slanted text}] + Slanting text, \command{textsi}[\sarg\marg{text in italic small caps}] This command is only defined and thus redefined if you loaded \pkg{fontspec}, \ie, if you're compiling your document with \XeLaTeX{} or @@ -316,10 +322,10 @@ This is \embrac's only package option: \end{example} \section{Turn \embrac Temporarily Off} -Redefining \cs{emph} and \cs{textit} is not without danger. Sometimes you -might find that you'd want to keep the original definition for a small portion -of your document. You can use the following commands whose functions are -obvious, I guess: +Redefining \cs{emph}, \cs{textit} and \cs{textsl} is not without danger. +Sometimes you might find that you'd want to keep the original definition for a +small portion of your document. You can use the following commands whose +functions are obvious, I guess: \begin{commands} \command{EmbracOff} Turn \embrac's treatment off. @@ -329,7 +335,7 @@ obvious, I guess: Both commands are local. \section{Watch out!} -Please be aware that \embrac does not affect \cs{itshape} nor \cs{em} (nor +Please be aware that \embrac\ does not affect \cs{itshape} nor \cs{em} (nor \cs{it} which you shouldn't use in a \LaTeX{} document, anyway). \begin{example} \itshape This is italic [sic] text. |