mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-08-20 23:01:48 +02:00
fix: homogenize authoring format and place (#7034)
* fix: homogenize authors format and place - use colon as author separator (replaces `&`, `and`, `y`, `e`, `et`...) - ensures is placed after resource title, not part of itself `title - author` - `et al.` as special author/token to group many * remove double comma * fix: recover traducer role notations as `trad.:` * detect and apply some `trad.:`s role anotation * chore: `trad.:` to `trl.:` Apply suggestion made by Eric at https://github.com/EbookFoundation/free-programming-books/pull/7034#discussion_r954014539 Co-authored-by: Eric Hellman <eric@hellman.net> * Sort author - format * fix: remove empty authors (dash is alone) Used regex: `-\s+(\(|$)` * format: change to `edt.:` role Definition list at https://www.loc.gov/marc/relators/relaterm.html Co-authored-by: Eric Hellman <eric@hellman.net>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
### C/C++
|
||||
|
||||
* [Apontamentos de Programação em C/C++](http://www.dei.isep.ipp.pt/~pbsousa/aulas/ano_0/2006_07/c/Sebenta-cpp-03-2006.pdf) - Paulo Baltarejo e Jorge Santos (PDF)
|
||||
* [Apontamentos de Programação em C/C++](http://www.dei.isep.ipp.pt/~pbsousa/aulas/ano_0/2006_07/c/Sebenta-cpp-03-2006.pdf) - Paulo Baltarejo, Jorge Santos (PDF)
|
||||
* [Aprenda a Programar - Uma Breve Introdução (2015)](https://henriquedias.com/downloads/aprenda_a_programar.pdf) - Henrique Dias (PDF)
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
|
||||
### LaTeX
|
||||
|
||||
* [Uma não tão pequena introdução ao LaTeX](http://alfarrabio.di.uminho.pt/~albie/lshort/pt-lshort.pdf) - Tradução de Alberto Simões (PDF)
|
||||
* [Uma não tão pequena introdução ao LaTeX](http://alfarrabio.di.uminho.pt/~albie/lshort/pt-lshort.pdf) - Tobias Oetiker, Hubert Partl, Irene Hyna, Elisabeth Schlegl, `trl.:` Alberto Simões (PDF)
|
||||
* [Uma não tão pequena introdução ao LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/portuguese)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user