-
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.
- Loading branch information
Mohamed Zenadi
committed
Jul 1, 2014
1 parent
4c88b6a
commit b6b8860
Showing
8 changed files
with
75 additions
and
42 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
sed -n ' | ||
1h | ||
1!H | ||
$ { | ||
g | ||
s/\\begin{fulllineitems}\n*\\end{fulllineitems}//g | ||
p | ||
}' build/latex/ABCDSolver.tex |
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,16 @@ | ||
#!/usr/bin/env bash | ||
|
||
sed '/^a test$/{ | ||
$!{ N # append the next line when not on the last line | ||
s/^a test\nPlease do not$/not a test\nBe/ | ||
# now test for a successful substitution, otherwise | ||
#+ unpaired "a test" lines would be mis-handled | ||
t sub-yes # branch_on_substitute (goto label :sub-yes) | ||
:sub-not # a label (not essential; here to self document) | ||
# if no substituion, print only the first line | ||
P # pattern_first_line_print | ||
D # pattern_ltrunc(line+nl)_top/cycle | ||
:sub-yes # a label (the goto target of the 't' branch) | ||
# fall through to final auto-pattern_print (2 lines) | ||
} | ||
}' alpha.txt |
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
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
********************************************** | ||
API (work in progress) | ||
API | ||
********************************************** | ||
|
||
.. | ||
.. doxygenclass:: abcd | ||
:project: abcd | ||
:members: | ||
.. doxygenclass:: abcd | ||
:project: abcd | ||
:members: | ||
|
||
.. doxygenfile:: defaults.h | ||
:project: abcd | ||
.. doxygenfile:: defaults.h | ||
:project: abcd |
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
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
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
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