Skip to content

Commit

Permalink
Merge pull request #1361 from mbertucci47/typos
Browse files Browse the repository at this point in the history
fix small typos
  • Loading branch information
plk committed Jun 8, 2024
2 parents 1cda548 + 2a2edce commit f9ffa1b
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 35 deletions.
4 changes: 2 additions & 2 deletions doc/latex/biblatex/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
be defined with `\DeclareEntryOption` in order for biber to recognise
them and pass them out in the `.bbl`.
This should not adversely affect any code using the documented
`\Decalare...Option` interface, so should be uncritical for most users.
`\Declare...Option` interface, so should be uncritical for most users.
- Added `\DeclareBiblatexOption` as a convenient interface to declare the same
option in different scopes. This should help avoid code duplication.
For example
Expand Down Expand Up @@ -664,7 +664,7 @@
- Fix `\mkpagetotal`
- Fix issue with refcontexts not appearing in some circumstances
- **DEPRECATION NOTICE** The coming update to the ISO8601 standard
supercedes the draft EDTF (Extended Date Time Format) extensions.
supersedes the draft EDTF (Extended Date Time Format) extensions.
When the new ISO8601 standard is public, biblatex will therefore
support the ISO8601-2 Clause 4, Level 1 Extended Format which is
equivalent to the draft EDTF standard but with different syntax. This
Expand Down
2 changes: 1 addition & 1 deletion doc/latex/biblatex/biblatex-quickstart.tex
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ \section{History}
\begin{itemize}
\item Full Unicode support, which is lacking in all \bibtex (the program) variants to some degree
\item Better, more flexible sorting algorithm
\item Customisable interface file format to allow far more options than are possible with \bibtex (the progam)
\item Customisable interface file format to allow far more options than are possible with \bibtex (the program)
\end{itemize}
%
\biber now fulfills these goals along with a large additional feature set. \biblatex with \biber still supports (and always will) the \bibtex file format (\file{.bib}) as this is the most widely used format in the \latex world. However, it is not limited to this and supports other data formats with a modular internal design to allow relatively easy addition of other data formats.
Expand Down
38 changes: 19 additions & 19 deletions doc/latex/biblatex/biblatex.tex

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/latex/biblatex/examples/04-delimiters.tex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
\DeclareDelimFormat{testc}{D}
\DeclareDelimFormat[testccontext]{testc}{E}
\makeatletter
% Some of these tests generate definition warnins which we don't want in tests
% Some of these tests generate definition warnings which we don't want in tests
\def\blx@warn@delimdeclare#1#2{\relax}
\makeatother
\begin{document}
Expand Down
2 changes: 1 addition & 1 deletion doc/latex/biblatex/examples/50-style-authoryear.tex
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ \subsection*{\cmd{parencite*} examples}
\subsection*{\cmd{footcite} examples}

% Even though the author-year scheme is usually employed in
% conjuntion with in-text citations, it works just fine in
% conjunction with in-text citations, it works just fine in
% footnotes, too.

This is just filler text.\footcite{companion}
Expand Down
2 changes: 1 addition & 1 deletion doc/latex/biblatex/examples/97-annotations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
\hasfieldannotation[][german]{\mkbibparens{\getfieldannotation[][german]}}{}}

\begin{document}
The annotation feature allows the user to attache metadata, either in the
The annotation feature allows the user to attach metadata, either in the
form of strings to be tested for in formatting commands, or in the form of
strings to be printed as-is. This example demonstrates all aspects of the
annotation feature:
Expand Down
2 changes: 1 addition & 1 deletion tex/latex/biblatex/biblatex.def
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@
% We also use \ifuseprefix to ensure that the name prefix is handled
% properly. \actualoperator is the so-called actual operator, as
% defined by the 'actual' specifier in the .ist file. The makeindex
% program will use the part preceeding the \actualoperator
% program will use the part preceding the \actualoperator
% delimiter for sorting. The part after the delimiter is used as the
% index is printed. Note that this is not specific to biblatex, see
% the makeindex documentation for details.
Expand Down
18 changes: 9 additions & 9 deletions tex/latex/biblatex/biblatex.sty
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,7 @@

% {<string>}{<strip>}{<result>}
% <result> will contain the bit of <string>
% before the last occurence of <strip>
% before the last occurrence of <strip>
\protected\def\blx@stripfromendinto#1#2#3{%
\begingroup
\edef\blx@tempa{\endgroup
Expand All @@ -800,7 +800,7 @@

%% Allocation

% Counter to track nested tabularx environemnts so we don't
% Counter to track nested tabularx environments so we don't
% try to patch the commands more than once below as this undefs some
% macros and an error is thrown
\newcounter{tabx@nest}
Expand Down Expand Up @@ -1700,7 +1700,7 @@
% 1007/3001 exclamation mark
% 1008/3002 question mark
% 1009 suppress punctuation
% 1010 new paragaph
% 1010 new paragraph

\mathchardef\blx@sf@prefixchar=1001% e.g. apostrophe or equivalent for prefix handling
\mathchardef\blx@sf@dot=1002
Expand Down Expand Up @@ -3917,7 +3917,7 @@
{\blx@declaredelimalias@omom[{#1}]{#2}}
{\blx@declaredelimalias@omm[{#1}]{#2}}}

% hrmpf ... remember that \docsvlist doesn't do anthing for empty
% hrmpf ... remember that \docsvlist doesn't do anything for empty
% lists/list items
\def\blx@declaredelimalias@omom[#1]#2[#3]#4{%
\ifstrequal{#1}{*}
Expand Down Expand Up @@ -4279,7 +4279,7 @@
% Then, \blx@defformat@d is defined by calling
% \def\blx@defformat@d#1{format body}

% [<entrytype>]{<name>}{<definiton>}
% [<entrytype>]{<name>}{<definition>}
\newrobustcmd*{\DeclareNameFormat}{%
\@ifstar
{\blx@defformat\blx@defnameformat{nfd}*}
Expand Down Expand Up @@ -6640,11 +6640,11 @@
\stripzeros \forcezerosy \forcezerosmdt
\mkyearzeros \mkmonthzeros \mkdayzeros \mktimezeros}

% User macro for retrieving currrent language
% User macro for retrieving current language
\def\currentlang{\blx@languagename}

% We need to be able to prefix \providetoggle with \global,
% plus we don't need the testing from \providetoggle anway.
% plus we don't need the testing from \providetoggle anyway.
% This uses internal implementation details of etoolbox's
% toggles, so is a bit meh, but it's better than rolling our own
% version of toggles just for that.
Expand Down Expand Up @@ -7210,7 +7210,7 @@
\listxadd\blx@datetypes{\blx@datetype}}
\abx@dodates
% main date field has an empty prefix (''date) which can't be added to a list
% and so do it explicity
% and so do it explicitly
% This is one of the few (only?) hard-coded datamodel assumptions but it is
% very unlikely that anyone would *remove* the main date field in a custom application ...
\def\abx@dodatetypes{\do{}\dolistloop\blx@datetypes}
Expand Down Expand Up @@ -8328,7 +8328,7 @@

\def\blx@adjustyears{%
% All dates by default are output from biber in astronomical era with a year 0
% So, if we are ouputting BCE/BC era, we need to adjust the years by +1
% So, if we are outputting BCE/BC era, we need to adjust the years by +1
\def\do##1{%
\ifdefstring\blx@dateera{astronomical}
{}
Expand Down

0 comments on commit f9ffa1b

Please sign in to comment.