forked from gobolinux/gobolinux.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit of revamped GoboLinux.org website.
- Loading branch information
0 parents
commit 1d28b05
Showing
474 changed files
with
17,047 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
No implementation found for style `fontenc' | ||
No implementation found for style `geometry' | ||
|
||
The gobolinux_wsl2002_english.aux file was not found, so sections will not be numbered | ||
and cross-references will be shown as icons. | ||
|
||
No number for "TheGoboLinuxdirectoryhierarchy" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
doc/wsl2002/gobolinux_wsl2002_english/gobolinux_wsl2002_english.css
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 |
---|---|---|
@@ -0,0 +1,30 @@ | ||
/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */ | ||
.MATH { font-family: "Century Schoolbook", serif; } | ||
.MATH I { font-family: "Century Schoolbook", serif; font-style: italic } | ||
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold } | ||
|
||
/* implement both fixed-size and relative sizes */ | ||
SMALL.XTINY { font-size : xx-small } | ||
SMALL.TINY { font-size : x-small } | ||
SMALL.SCRIPTSIZE { font-size : smaller } | ||
SMALL.FOOTNOTESIZE { font-size : small } | ||
SMALL.SMALL { } | ||
BIG.LARGE { } | ||
BIG.XLARGE { font-size : large } | ||
BIG.XXLARGE { font-size : x-large } | ||
BIG.HUGE { font-size : larger } | ||
BIG.XHUGE { font-size : xx-large } | ||
|
||
/* heading styles */ | ||
H1 { } | ||
H2 { } | ||
H3 { } | ||
H4 { } | ||
H5 { } | ||
|
||
/* mathematics styles */ | ||
DIV.displaymath { } /* math displays */ | ||
TD.eqno { } /* equation-number cells */ | ||
|
||
|
||
/* document-specific styles come next */ |
105 changes: 105 additions & 0 deletions
105
doc/wsl2002/gobolinux_wsl2002_english/gobolinux_wsl2002_english.html
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
\relax | ||
\select@language{english} | ||
\@writefile{toc}{\select@language{english}} | ||
\@writefile{lof}{\select@language{english}} | ||
\@writefile{lot}{\select@language{english}} |
Oops, something went wrong.