Skip to content

Commit 69bae82

Browse files
committed
Initial WD, posted 2014-02-05
0 parents  commit 69bae82

10 files changed

+1444
-0
lines changed

.gitattributes

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
*.sln merge=union
7+
*.csproj merge=union
8+
*.vbproj merge=union
9+
*.fsproj merge=union
10+
*.dbproj merge=union
11+
12+
# Standard to msysgit
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
15+
*.docx diff=astextplain
16+
*.DOCX diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
*.aux
2+
*.bbl
3+
*.bit
4+
*.blg
5+
*.dvi
6+
*.fdb_latexmk
7+
*.fls
8+
*.glo
9+
*.idx
10+
*.ilg
11+
*.ind
12+
*.lof
13+
*.log
14+
*.lot
15+
*.out
16+
*.pdf
17+
*.synctex.gz
18+
*.toc

README.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This is the source for the CPLEX document "Extensions for parallel programming".
2+
3+
The document can be generated using the following command:
4+
5+
latexmk -pdf -silent cplexts

0 commit comments

Comments
 (0)