mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
Remove trailing spaces
The commands find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ and find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ were used to do so.
This commit is contained in:
parent
c578b25d2f
commit
7740f0147f
538 changed files with 3496 additions and 3496 deletions
|
@ -12,17 +12,17 @@ dsfasdf
|
|||
|
||||
\begin{center}
|
||||
\begin{longtable}{|l|l|l|}
|
||||
\caption[Feasible triples for a highly variable Grid]{Feasible triples for
|
||||
\caption[Feasible triples for a highly variable Grid]{Feasible triples for
|
||||
highly variable Grid, MLMMH.} \label{grid_mlmmh} \\
|
||||
|
||||
\hline \multicolumn{1}{|c|}{\textbf{Time (s)}} & \multicolumn{1}{c|}{\textbf{Triple chosen}} & \multicolumn{1}{c|}{\textbf{Other feasible triples}} \\ \hline
|
||||
\hline \multicolumn{1}{|c|}{\textbf{Time (s)}} & \multicolumn{1}{c|}{\textbf{Triple chosen}} & \multicolumn{1}{c|}{\textbf{Other feasible triples}} \\ \hline
|
||||
\endfirsthead
|
||||
|
||||
\multicolumn{3}{c}%
|
||||
{{\bfseries \tablename\ \thetable{} -- continued from previous page}} \\
|
||||
\hline \multicolumn{1}{|c|}{\textbf{Time (s)}} &
|
||||
\multicolumn{1}{c|}{\textbf{Triple chosen}} &
|
||||
\multicolumn{1}{c|}{\textbf{Other feasible triples}} \\ \hline
|
||||
\multicolumn{1}{c|}{\textbf{Other feasible triples}} \\ \hline
|
||||
\endhead
|
||||
|
||||
\hline \multicolumn{3}{|r|}{{Continued on next page}} \\ \hline
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue