Changeset 560 for configs


Ignore:
Timestamp:
09/25/17 11:01:53 (7 years ago)
Author:
dubos
Message:

testing : fix some issues with auto-generated correctness report

Location:
configs/testing/bash
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • configs/testing/bash/post.sh

    r547 r560  
    22 
    33function to_latex() { 
    4 echo $1 | sed 's/_/\\_/g' 
     4echo "$1" | sed 's/_/\\_/g' 
    55} 
    66 
     
    7979\usepackage{graphicx} 
    8080\usepackage{listings} 
     81% the line below tries to avoid font issues on Curie 
     82\usepackage{lmodern} 
    8183\usepackage[T1]{fontenc} 
    8284\usepackage[latin9]{inputenc} 
     
    98100 
    99101\begin{abstract} 
    100 $(abstract) 
     102$(to_latex "$(abstract)") 
    101103\end{abstract} 
    102104 
Note: See TracChangeset for help on using the changeset viewer.