-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
147 changed files
with
2,211 additions
and
2,211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ title: Tex4Tum | |
email: [email protected] | ||
description: > # this means to ignore newlines until "baseurl:" | ||
Interactive online knowledge base for engineers | ||
baseurl: "" # the subpath of your site, e.g. /tex4tum | ||
baseurl: "/tex4tum" # the subpath of your site, e.g. "/tex4tum" or "" for local testing | ||
url: "" # the base hostname & protocol for your site, e.g. http://example.com | ||
destination: docs # the folder where the final site is stored | ||
encoding: utf-8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,24 +10,24 @@ | |
<title>2D Geometry</title> | ||
<meta name="description" content="Interactive online knowledge base for engineers | ||
"> | ||
<link rel="shortcut icon" href="/res/img/Logo.png"> | ||
<link rel="shortcut icon" href="/tex4tum/res/img/Logo.png"> | ||
|
||
<link rel="stylesheet" href="/assets/main.css"> | ||
<link rel="canonical" href="http://localhost:4000/2d-shapes"> | ||
<link rel="stylesheet" href="/tex4tum/assets/main.css"> | ||
<link rel="canonical" href="http://localhost:4000/tex4tum/2d-shapes"> | ||
|
||
|
||
|
||
<!-- Own javascript --> | ||
<script src="/assets/js/latex4ei.js"></script> | ||
<script src="/assets/js/options.js"></script> | ||
<script src="/tex4tum/assets/js/latex4ei.js"></script> | ||
<script src="/tex4tum/assets/js/options.js"></script> | ||
|
||
<!-- Load jQuery --> | ||
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> | ||
|
||
<!-- Load Fuse --> | ||
<script src="https://cdn.jsdelivr.net/fuse/2.6.1/fuse.min.js"></script> | ||
<script src="/assets/js/search_index.json"></script> | ||
<script src="/assets/js/t4t_search.js"></script> | ||
<script src="/tex4tum/assets/js/search_index.json"></script> | ||
<script src="/tex4tum/assets/js/t4t_search.js"></script> | ||
|
||
<!-- Bootstrap --> | ||
<script src="https://npmcdn.com/[email protected]/dist/js/tether.min.js"></script> | ||
|
@@ -78,8 +78,8 @@ | |
|
||
<!-- sticky left: logo --> | ||
<div class="navbar-brand"> | ||
<a href="/index.html"> | ||
<img src="/res/img/Logo-inv.png" height="30" alt="Logo"> | ||
<a href="/tex4tum/index.html"> | ||
<img src="/tex4tum/res/img/Logo-inv.png" height="30" alt="Logo"> | ||
</a> | ||
</div> | ||
|
||
|
@@ -114,30 +114,30 @@ | |
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/contribution.html"><i class="fa fa-handshake-o"></i> Contribution</a> | ||
<a class="nav-link" href="/tex4tum/contribution.html"><i class="fa fa-handshake-o"></i> Contribution</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/submenu/todo.html"><i class="fa fa-th-list"></i> TODO</a> | ||
<a class="nav-link" href="/tex4tum/submenu/todo.html"><i class="fa fa-th-list"></i> TODO</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/sheets.html"><i class="fa fa-file-text"></i> Cheat Sheets</a> | ||
<a class="nav-link" href="/tex4tum/sheets.html"><i class="fa fa-file-text"></i> Cheat Sheets</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/about.html"><i class="fa fa-question"></i> About</a> | ||
<a class="nav-link" href="/tex4tum/about.html"><i class="fa fa-question"></i> About</a> | ||
</li> | ||
|
||
|
||
<li class="nav-item dropdown"> | ||
<a class="nav-link btn-group dropdown-toggle" href="/index.html" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-cog"></i> Options</a> | ||
<a class="nav-link btn-group dropdown-toggle" href="/tex4tum/index.html" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-cog"></i> Options</a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
<h6 class="dropdown-header">Display Options</h6> | ||
<div class="form-check dropdown-item"> | ||
|
@@ -219,7 +219,7 @@ <h2 id="rectangle">Rectangle</h2> | |
<div class="container"> | ||
<div class="row justify-content-md-center"> | ||
<div class="hidden-sm-down col-md-1"> | ||
<img class="img-fluid" src="/res/img/Logo.png" alt="Logo"> | ||
<img class="img-fluid" src="/tex4tum/res/img/Logo.png" alt="Logo"> | ||
</div> | ||
|
||
<div class="col-sm-2 col-md-2"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,24 +10,24 @@ | |
<title>6LoWPAN</title> | ||
<meta name="description" content="Interactive online knowledge base for engineers | ||
"> | ||
<link rel="shortcut icon" href="/res/img/Logo.png"> | ||
<link rel="shortcut icon" href="/tex4tum/res/img/Logo.png"> | ||
|
||
<link rel="stylesheet" href="/assets/main.css"> | ||
<link rel="canonical" href="http://localhost:4000/6lowpan"> | ||
<link rel="stylesheet" href="/tex4tum/assets/main.css"> | ||
<link rel="canonical" href="http://localhost:4000/tex4tum/6lowpan"> | ||
|
||
|
||
|
||
<!-- Own javascript --> | ||
<script src="/assets/js/latex4ei.js"></script> | ||
<script src="/assets/js/options.js"></script> | ||
<script src="/tex4tum/assets/js/latex4ei.js"></script> | ||
<script src="/tex4tum/assets/js/options.js"></script> | ||
|
||
<!-- Load jQuery --> | ||
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> | ||
|
||
<!-- Load Fuse --> | ||
<script src="https://cdn.jsdelivr.net/fuse/2.6.1/fuse.min.js"></script> | ||
<script src="/assets/js/search_index.json"></script> | ||
<script src="/assets/js/t4t_search.js"></script> | ||
<script src="/tex4tum/assets/js/search_index.json"></script> | ||
<script src="/tex4tum/assets/js/t4t_search.js"></script> | ||
|
||
<!-- Bootstrap --> | ||
<script src="https://npmcdn.com/[email protected]/dist/js/tether.min.js"></script> | ||
|
@@ -78,8 +78,8 @@ | |
|
||
<!-- sticky left: logo --> | ||
<div class="navbar-brand"> | ||
<a href="/index.html"> | ||
<img src="/res/img/Logo-inv.png" height="30" alt="Logo"> | ||
<a href="/tex4tum/index.html"> | ||
<img src="/tex4tum/res/img/Logo-inv.png" height="30" alt="Logo"> | ||
</a> | ||
</div> | ||
|
||
|
@@ -114,30 +114,30 @@ | |
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/contribution.html"><i class="fa fa-handshake-o"></i> Contribution</a> | ||
<a class="nav-link" href="/tex4tum/contribution.html"><i class="fa fa-handshake-o"></i> Contribution</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/submenu/todo.html"><i class="fa fa-th-list"></i> TODO</a> | ||
<a class="nav-link" href="/tex4tum/submenu/todo.html"><i class="fa fa-th-list"></i> TODO</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/sheets.html"><i class="fa fa-file-text"></i> Cheat Sheets</a> | ||
<a class="nav-link" href="/tex4tum/sheets.html"><i class="fa fa-file-text"></i> Cheat Sheets</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/about.html"><i class="fa fa-question"></i> About</a> | ||
<a class="nav-link" href="/tex4tum/about.html"><i class="fa fa-question"></i> About</a> | ||
</li> | ||
|
||
|
||
<li class="nav-item dropdown"> | ||
<a class="nav-link btn-group dropdown-toggle" href="/index.html" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-cog"></i> Options</a> | ||
<a class="nav-link btn-group dropdown-toggle" href="/tex4tum/index.html" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-cog"></i> Options</a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
<h6 class="dropdown-header">Display Options</h6> | ||
<div class="form-check dropdown-item"> | ||
|
@@ -411,7 +411,7 @@ <h2 id="references">References</h2> | |
<div class="container"> | ||
<div class="row justify-content-md-center"> | ||
<div class="hidden-sm-down col-md-1"> | ||
<img class="img-fluid" src="/res/img/Logo.png" alt="Logo"> | ||
<img class="img-fluid" src="/tex4tum/res/img/Logo.png" alt="Logo"> | ||
</div> | ||
|
||
<div class="col-sm-2 col-md-2"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,24 +10,24 @@ | |
<title>About</title> | ||
<meta name="description" content="Interactive online knowledge base for engineers | ||
"> | ||
<link rel="shortcut icon" href="/res/img/Logo.png"> | ||
<link rel="shortcut icon" href="/tex4tum/res/img/Logo.png"> | ||
|
||
<link rel="stylesheet" href="/assets/main.css"> | ||
<link rel="canonical" href="http://localhost:4000/about.html"> | ||
<link rel="stylesheet" href="/tex4tum/assets/main.css"> | ||
<link rel="canonical" href="http://localhost:4000/tex4tum/about.html"> | ||
|
||
|
||
|
||
<!-- Own javascript --> | ||
<script src="/assets/js/latex4ei.js"></script> | ||
<script src="/assets/js/options.js"></script> | ||
<script src="/tex4tum/assets/js/latex4ei.js"></script> | ||
<script src="/tex4tum/assets/js/options.js"></script> | ||
|
||
<!-- Load jQuery --> | ||
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> | ||
|
||
<!-- Load Fuse --> | ||
<script src="https://cdn.jsdelivr.net/fuse/2.6.1/fuse.min.js"></script> | ||
<script src="/assets/js/search_index.json"></script> | ||
<script src="/assets/js/t4t_search.js"></script> | ||
<script src="/tex4tum/assets/js/search_index.json"></script> | ||
<script src="/tex4tum/assets/js/t4t_search.js"></script> | ||
|
||
<!-- Bootstrap --> | ||
<script src="https://npmcdn.com/[email protected]/dist/js/tether.min.js"></script> | ||
|
@@ -78,8 +78,8 @@ | |
|
||
<!-- sticky left: logo --> | ||
<div class="navbar-brand"> | ||
<a href="/index.html"> | ||
<img src="/res/img/Logo-inv.png" height="30" alt="Logo"> | ||
<a href="/tex4tum/index.html"> | ||
<img src="/tex4tum/res/img/Logo-inv.png" height="30" alt="Logo"> | ||
</a> | ||
</div> | ||
|
||
|
@@ -114,30 +114,30 @@ | |
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/contribution.html"><i class="fa fa-handshake-o"></i> Contribution</a> | ||
<a class="nav-link" href="/tex4tum/contribution.html"><i class="fa fa-handshake-o"></i> Contribution</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/submenu/todo.html"><i class="fa fa-th-list"></i> TODO</a> | ||
<a class="nav-link" href="/tex4tum/submenu/todo.html"><i class="fa fa-th-list"></i> TODO</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/sheets.html"><i class="fa fa-file-text"></i> Cheat Sheets</a> | ||
<a class="nav-link" href="/tex4tum/sheets.html"><i class="fa fa-file-text"></i> Cheat Sheets</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/about.html"><i class="fa fa-question"></i> About</a> | ||
<a class="nav-link" href="/tex4tum/about.html"><i class="fa fa-question"></i> About</a> | ||
</li> | ||
|
||
|
||
<li class="nav-item dropdown"> | ||
<a class="nav-link btn-group dropdown-toggle" href="/index.html" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-cog"></i> Options</a> | ||
<a class="nav-link btn-group dropdown-toggle" href="/tex4tum/index.html" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-cog"></i> Options</a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
<h6 class="dropdown-header">Display Options</h6> | ||
<div class="form-check dropdown-item"> | ||
|
@@ -371,7 +371,7 @@ <h2 id="links">Links</h2> | |
<div class="container"> | ||
<div class="row justify-content-md-center"> | ||
<div class="hidden-sm-down col-md-1"> | ||
<img class="img-fluid" src="/res/img/Logo.png" alt="Logo"> | ||
<img class="img-fluid" src="/tex4tum/res/img/Logo.png" alt="Logo"> | ||
</div> | ||
|
||
<div class="col-sm-2 col-md-2"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,24 +10,24 @@ | |
<title>Ada</title> | ||
<meta name="description" content="Interactive online knowledge base for engineers | ||
"> | ||
<link rel="shortcut icon" href="/res/img/Logo.png"> | ||
<link rel="shortcut icon" href="/tex4tum/res/img/Logo.png"> | ||
|
||
<link rel="stylesheet" href="/assets/main.css"> | ||
<link rel="canonical" href="http://localhost:4000/ada"> | ||
<link rel="stylesheet" href="/tex4tum/assets/main.css"> | ||
<link rel="canonical" href="http://localhost:4000/tex4tum/ada"> | ||
|
||
|
||
|
||
<!-- Own javascript --> | ||
<script src="/assets/js/latex4ei.js"></script> | ||
<script src="/assets/js/options.js"></script> | ||
<script src="/tex4tum/assets/js/latex4ei.js"></script> | ||
<script src="/tex4tum/assets/js/options.js"></script> | ||
|
||
<!-- Load jQuery --> | ||
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script> | ||
|
||
<!-- Load Fuse --> | ||
<script src="https://cdn.jsdelivr.net/fuse/2.6.1/fuse.min.js"></script> | ||
<script src="/assets/js/search_index.json"></script> | ||
<script src="/assets/js/t4t_search.js"></script> | ||
<script src="/tex4tum/assets/js/search_index.json"></script> | ||
<script src="/tex4tum/assets/js/t4t_search.js"></script> | ||
|
||
<!-- Bootstrap --> | ||
<script src="https://npmcdn.com/[email protected]/dist/js/tether.min.js"></script> | ||
|
@@ -78,8 +78,8 @@ | |
|
||
<!-- sticky left: logo --> | ||
<div class="navbar-brand"> | ||
<a href="/index.html"> | ||
<img src="/res/img/Logo-inv.png" height="30" alt="Logo"> | ||
<a href="/tex4tum/index.html"> | ||
<img src="/tex4tum/res/img/Logo-inv.png" height="30" alt="Logo"> | ||
</a> | ||
</div> | ||
|
||
|
@@ -114,30 +114,30 @@ | |
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/contribution.html"><i class="fa fa-handshake-o"></i> Contribution</a> | ||
<a class="nav-link" href="/tex4tum/contribution.html"><i class="fa fa-handshake-o"></i> Contribution</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/submenu/todo.html"><i class="fa fa-th-list"></i> TODO</a> | ||
<a class="nav-link" href="/tex4tum/submenu/todo.html"><i class="fa fa-th-list"></i> TODO</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/sheets.html"><i class="fa fa-file-text"></i> Cheat Sheets</a> | ||
<a class="nav-link" href="/tex4tum/sheets.html"><i class="fa fa-file-text"></i> Cheat Sheets</a> | ||
</li> | ||
|
||
|
||
|
||
<li class="nav-item"> | ||
<a class="nav-link" href="/about.html"><i class="fa fa-question"></i> About</a> | ||
<a class="nav-link" href="/tex4tum/about.html"><i class="fa fa-question"></i> About</a> | ||
</li> | ||
|
||
|
||
<li class="nav-item dropdown"> | ||
<a class="nav-link btn-group dropdown-toggle" href="/index.html" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-cog"></i> Options</a> | ||
<a class="nav-link btn-group dropdown-toggle" href="/tex4tum/index.html" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"><i class="fa fa-cog"></i> Options</a> | ||
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink"> | ||
<h6 class="dropdown-header">Display Options</h6> | ||
<div class="form-check dropdown-item"> | ||
|
@@ -205,7 +205,7 @@ <h1><a data-toggle="collapse" href="#title_def" aria-expanded="false" aria-contr | |
<div class="container"> | ||
<div class="row justify-content-md-center"> | ||
<div class="hidden-sm-down col-md-1"> | ||
<img class="img-fluid" src="/res/img/Logo.png" alt="Logo"> | ||
<img class="img-fluid" src="/tex4tum/res/img/Logo.png" alt="Logo"> | ||
</div> | ||
|
||
<div class="col-sm-2 col-md-2"> | ||
|
Oops, something went wrong.