You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: texgit.dtx
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1249,6 +1249,30 @@ literate=%
1249
1249
% environments.
1250
1250
% Then the execution order is always the same and clear.
1251
1251
%
1252
+
% \section{Usage in GitHub Actions}
1253
+
% It is possible to use |texgit| in GitHub actions.
1254
+
% For this purpose, you would simply copy the |texgit.sty| file into the directory of your \LaTeX\ sources.
1255
+
% You can use \href{https://github.com/xu-cheng/texlive-action}{xu-cheng/texlive-action}, which provides TexLive, to run several |pdflatex| / |texgit| cycles.
1256
+
% Then, you could deploy the book that was built using \href{https://github.com/JamesIves/github-pages-deploy-action}{JamesIves/github-pages-deploy-action} to a GitHub page.
1257
+
% This way, whenever you commit changes \LaTeX\ sources residing in a |git| repository, your book would be re-built.
1258
+
% The projects below do it this way.
1259
+
%
1260
+
% \section{Projects using texgit}
1261
+
% |texgit| was developed specifically for teaching material book projects.
1262
+
% There are several book projects that use it.
1263
+
% \begin{itemize}%
1264
+
% \item \emph{Programming with Python}, available at \url{https://thomasWeise.github.io/programmingWithPython} is a book and a set of slides introducing the reader to Python programming.
1265
+
% It is enriched with many source code examples, which reside in the repository \url{https://github.com/thomasWeise/programmingWithPythonCode}.
1266
+
% These examples are automatically included and executed in the book building process via |texgit|.
1267
+
% \item \emph{Databases}, available at \url{https://thomasWeise.github.io/databases} is a book and a set of slides introducing the reader to relational databases.
1268
+
% It is enriched with many source code examples, which reside in the repository \url{https://github.com/thomasWeise/databasesCode}.
1269
+
% These examples are automatically included and executed in the book building process via |texgit|.
1270
+
% Actually, they are |sql| scripts that run on a PostgreSQL database management system.
1271
+
% With |texgit|, you can run complex scripts residing in |git| repositories.
1272
+
% It is possible to interact with a database server without problems.
0 commit comments