Skip to content

Commit

Permalink
depends
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 5, 2024
1 parent bae492f commit 6a1b1a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: yegor256/latexmk-action@0.10.9
with:
cmd: make
packages: acmart huawei cjk ffcode href-ul datetime fmtcount libertine paralist makecell footmisc currfile enumitem wrapfig lastpage biblatex titling svg trimspaces catchfile transparent textpos fvextra xstring framed environ totpages hyperxmp ifmtarg ncctools comment anyfontsize fdsymbol algpseudocodex algorithmicx stmaryrd preprint cyrillic cm-super babel-russian hyphen-russian lh to-be-determined cancel crumbs clicks varwidth fontsize multirow changepage tikzpagenodes ifoddpage qrcode ppt-slides upquote relsize
depends: DEPENDS.txt
- uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: gh-pages
Expand Down
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ docker:
install: |-
sudo tlmgr option repository ctan
sudo tlmgr --verify-repo=none update --self
sudo tlmgr --verify-repo=none install huawei xstring totpages environ hyperxmp ifmtarg ncctools comment biblatex href-ul libertine ffcode acmart cjk ffcode href-ul datetime fmtcount libertine paralist makecell footmisc currfile enumitem wrapfig lastpage biblatex titling svg trimspaces catchfile transparent textpos fvextra xstring framed environ totpages hyperxmp ifmtarg ncctools comment anyfontsize fdsymbol algpseudocodex algorithmicx stmaryrd preprint cyrillic cm-super babel-russian hyphen-russian lh to-be-determined cancel iexec docshots upquote eolang crumbs clicks ppt-slides fontsize changepage ifoddpage doi pgf tikzfill pdfcol listingsutf8 bbold semantic cleveref adjustbox mdframed zref needspace csquotes biber
sudo tlmgr --verify-repo=none install $(cut -d' ' -f2 DEPENDS.txt | uniq)
sudo tlmgr --verify-repo=none update $(cut -d' ' -f2 DEPENDS.txt | uniq)
merge:
script: |-
make
11 changes: 6 additions & 5 deletions 01-debating/01-debating.tex
Original file line number Diff line number Diff line change
Expand Up @@ -117,22 +117,23 @@

\pitch{\includegraphics[width=.75\linewidth]{monica.png}}

\thought[bugayenko2014blog1007,bugayenko2016blog0823]{Stay in the ticket, don't escape to Telegram, Slack, or an office debate.}
\thought[bugayenko2014blog1007]{Stay in the ticket, don't escape to Telegram, Slack, or an office debate.}

\qte
{mark-warschauer}
{The findings showed a tendency toward \ul{more equal} participation in computer mode. Students used language which is lexically and syntactically \ul{more formal} and complex in electronic discussion than they did in face-to-face discussion, thus demonstrating another possible advantage of computer-mediated communication.}
{warschauer1995comparing}

\pitch{\includegraphics[width=\linewidth]{face-to-face.png}}

\qte
[Verena Ebert]
{verena-ebert}
{Developers use many channels. Previously, mailing lists were very common. Nowadays, other communication channels become more and more popular, for example, Slack, issue trackers, Twitter or Gitter.}
{ebert2022communication}

\pitch{\includegraphics[width=.9\linewidth]{channels.png}}
\pitch{
\includegraphics[width=.9\linewidth]{channels.png}
\par
More about it: \bibentry{bugayenko2016blog0823}}

\thought{Be aware of robots!}

Expand All @@ -147,7 +148,7 @@
\qte
[Xuan Lu]
{xuan-lu}
{Developers who use emojis in their posts are significantly less likely to dropout from the online work platform.}
{Developers who use \ul{emojis} in their posts are significantly less likely to \ul{dropout} from the online work platform.}
{lu2022emojis}

\qte
Expand Down
2 changes: 1 addition & 1 deletion 02-reporting-bugs/02-reporting-bugs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
\newcommand*\thetitle{Reporting Bugs}
\begin{document}

\plush{\osbpTitlePage{2}{}}
\plush{\osbpTitlePage{2}{nLcnE4N3Nz4}}

\qte
[Joel Spolsky]
Expand Down

0 comments on commit 6a1b1a2

Please sign in to comment.