Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package refactoring #74

Merged
merged 81 commits into from
Jan 24, 2020
Merged
Show file tree
Hide file tree
Changes from 78 commits
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
59f6731
Biblatex deprecation warning on name handling
DavidLuptak Jan 13, 2019
a52331f
Define language files only by suffix
DavidLuptak Jan 14, 2019
3ddb2f8
Bib entry field example more descriptive
DavidLuptak Jan 14, 2019
74f6a74
Use new delimiter interface
DavidLuptak Jan 16, 2019
a070e8b
Fix printing fulldate
DavidLuptak Jan 18, 2019
66731f7
Introduce datecirca for approximate dates
DavidLuptak Jan 18, 2019
c2bc245
Document datecirca
DavidLuptak Jan 18, 2019
b4722d8
Deprecate \labelnamepunct in favour of \printdelim{nametitledelim}
DavidLuptak Jan 18, 2019
3d153cf
Comment the source code more
DavidLuptak Feb 7, 2019
ff90d10
Unify comma usage in package options
DavidLuptak Feb 7, 2019
e42b547
Correct small typos
DavidLuptak Feb 7, 2019
b283e77
Comment on other source code
DavidLuptak Feb 7, 2019
a484a18
Replace norm with standard in documentation
DavidLuptak Feb 7, 2019
d5765d9
Elaborate babel vs polyglossia description
DavidLuptak Feb 9, 2019
c805268
Add section about citation commands in documentation
DavidLuptak Feb 9, 2019
0a72c0e
Add missing tilde
DavidLuptak Feb 9, 2019
3cb8afd
Add thesis entry type example
DavidLuptak Feb 15, 2019
0e64311
Use institution instead of legacy school field
DavidLuptak Feb 15, 2019
cff213e
Add patent entry type example
DavidLuptak Feb 15, 2019
2971f2f
Enforce leading zeros in full date
DavidLuptak Feb 15, 2019
995ca2b
Replace verbatim with ltxexample environment
DavidLuptak Feb 16, 2019
c9c8547
Minor changes in examples
DavidLuptak Feb 16, 2019
ac370a1
Remove superfluous space in bib entry
DavidLuptak Feb 16, 2019
78e184a
Include csquotes in preamble
DavidLuptak Feb 16, 2019
5dca61f
Add revision history for previous changes
DavidLuptak Feb 17, 2019
41c5009
Merge branch 'master' into refactor
DavidLuptak Dec 28, 2019
6856425
Use minimal package options for documentation file
DavidLuptak Jan 3, 2020
1376036
Get rid of \textbackslash and use \cmd instead
DavidLuptak Jan 3, 2020
6157ab6
Fix bib formatting
DavidLuptak Jan 4, 2020
27109ad
Merge branch 'master' into refactor
michal-h21 Jan 4, 2020
3a60f9d
Fix bib formatting
DavidLuptak Jan 4, 2020
eb59450
Typos in documentation
DavidLuptak Jan 4, 2020
6d05742
Clarify some comments
DavidLuptak Jan 4, 2020
19d958b
Add trailing commas
DavidLuptak Jan 4, 2020
f676e4d
Use new delimiter interface for context sensitive delimiter
DavidLuptak Jan 4, 2020
54a0dc6
\addspace can turn into \space if preceded by another \add... command
DavidLuptak Jan 4, 2020
9f4197a
Fix pagination field format
DavidLuptak Jan 4, 2020
72ed6d4
Add space between name initials
DavidLuptak Jan 4, 2020
5941c43
Replace \printtext with \mkbibacro and remove superfluous \printtext
DavidLuptak Jan 4, 2020
5680913
Refactor 'if' statement for url/urldate fields
DavidLuptak Jan 4, 2020
9654f2c
Replace \def with \newcommand
DavidLuptak Jan 4, 2020
8335453
Revert f43cb97: get rid of the classification bib field + fix correct…
DavidLuptak Jan 4, 2020
dea7995
Add localisation strings for director and inventor
DavidLuptak Jan 4, 2020
964eff1
Revert a070e8b and 2971f2f and print the full date the old way with a…
DavidLuptak Jan 4, 2020
b23c037
Remove \printtext macro
DavidLuptak Jan 4, 2020
c7573c2
Remove \csname \endcsname directives
DavidLuptak Jan 4, 2020
4bf65d0
Fix director string in German
DavidLuptak Jan 4, 2020
d0a4c83
Replace the google-translated strings with the comment FIXME: missing
DavidLuptak Jan 5, 2020
92d7ad2
Increase maxnames to 99
DavidLuptak Jan 5, 2020
b5fa58e
Fix patent entry: for author-year method, print the year after propri…
DavidLuptak Jan 5, 2020
d122889
Resolve 'nodate' issue by checking the presence of date field in bib …
DavidLuptak Jan 5, 2020
b696cca
Comment out the missing localisation strings completely
DavidLuptak Jan 5, 2020
3863c33
Work around cleared date fields
moewew Jan 7, 2020
58788af
Employ the 'labeldate' / 'printlabeldateextra' to print dates in auth…
DavidLuptak Jan 10, 2020
2809d21
Do not repeat year unless fuller date
DavidLuptak Jan 10, 2020
272e3ee
Remove backwards compatibility code, closes #24
DavidLuptak Jan 11, 2020
bb3e7b4
Fix printing 'labeldate' and no date formatting
DavidLuptak Jan 14, 2020
ee82025
Minor doc correction, emphasize 'no date' in text
DavidLuptak Jan 14, 2020
6c273f0
Fix localisation string in readme 'supervisor..supervised by'
DavidLuptak Jan 14, 2020
f87a3e2
Fix 'availability+access' macro, correct handling of toggles as packa…
DavidLuptak Jan 14, 2020
13d13bc
Check 'labeldatesource' for 'nodate'
DavidLuptak Jan 15, 2020
8d86bd7
Implement non-breaking space after dash of open-ended date range in \…
DavidLuptak Jan 16, 2020
465028b
Update biblatex core tweaks
DavidLuptak Jan 16, 2020
2a1fce4
Remove backwards compatibility code, stick to biblatex naming convent…
DavidLuptak Jan 16, 2020
276f81c
Add space for open ended date range to all date macros
moewew Jan 16, 2020
88b56a4
Stick to biblatex naming lastname..familyname
DavidLuptak Jan 17, 2020
eb193e8
Always print url, urldate and [online] for @online entries even packa…
DavidLuptak Jan 17, 2020
0414b35
Update 'in:' bibmacro, see https://github.com/plk/biblatex/pull/944
DavidLuptak Jan 17, 2020
100e5bb
Remove DOI format definition since it is the same as in biblatex.def
DavidLuptak Jan 17, 2020
563cd7a
Refactor command for printing bibstrings in the main document languag…
DavidLuptak Jan 23, 2020
3789961
Checking if a field is undefined in its own field format declaration …
DavidLuptak Jan 23, 2020
6683f2e
Print [online] as a localisation string
DavidLuptak Jan 23, 2020
fe0f261
ADD french-iso.lbx
DavidLuptak Jan 23, 2020
8e63dab
Replace hard-coded \textsc by \familynameformat
moewew Jan 23, 2020
6faef15
Update and improve bib entries
DavidLuptak Jan 23, 2020
26da1ae
Naming convention \mainlangbibsstring and \mainlangbiblstring
DavidLuptak Jan 23, 2020
9add40b
Protect Gutenberg, use example.com
moewew Jan 23, 2020
548271e
Fix multiple ISBNs / ISSNs
DavidLuptak Jan 24, 2020
d813060
Use minimal package options in README
DavidLuptak Jan 24, 2020
51c44a8
Update changelog
DavidLuptak Jan 24, 2020
c63d966
Update versions of biblatex and biber in the requirements section
DavidLuptak Jan 24, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
*.aux
*.bbl
*.bcf
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.toc
*.run.xml
*.synctex.gz
*.synctex(busy)
*.listing
*.zip
*.oai
*.pdf
*.tex~
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ Above and beyond the scope of package options provided by `biblatex` itself, her
* **[false]** ... 2011, vol. 32, no. 3, pp. 289–301 [visited on 2016-05-14] ...
* `thesisinfoinnotes`
print out thesis information in notes section
* **[true]** Available from: <...>. BP. MU, FI, Brno. Supervisor Petr SOJKA
* [false] BP. MU, FI, Brno. Supervisor Petr SOJKA. Available from: <...>
* **[true]** Available from: <...>. BP. MU, FI, Brno. Supervised by Petr SOJKA
* [false] BP. MU, FI, Brno. Supervised by Petr SOJKA. Available from: <...>
* `doi`
enable or disable printing of the DOI number
* **[true]** Available from DOI: [10.5300/2016-1-4/106](https://doi.org/10.5300/2016-1-4/106)
Expand Down
Loading