From f890cdfb9e728250391aae83f376a8665e7010d6 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Tue, 13 Feb 2018 11:44:07 +0100
Subject: [PATCH] correct formatting in fix atc docs

---
 doc/src/fix_atc.txt | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/doc/src/fix_atc.txt b/doc/src/fix_atc.txt
index 75a82f063a..49014f0591 100644
--- a/doc/src/fix_atc.txt
+++ b/doc/src/fix_atc.txt
@@ -90,13 +90,11 @@ likewise for this post-processing example:
  run 1000 :pre
 
 the mesh's linear interpolation functions can be used as the localization function
- by using the field option:
+by using the field option:
 
  fix AtC internal atc field
-
  fix_modify AtC mesh create 1 1 1 box p p p
-
- ...
+ ... :pre
 
 Note coupling and post-processing can be combined in the same simulations using separate fixes.
 
@@ -108,11 +106,10 @@ No information about this fix is written to "binary restart files"_restart.html.
 
 [Restrictions:]
 
-Thermal and two_temperature (coupling) types use a Verlet time-integration algorithm. The hardy type does not contain its own time-integrator and must be used with a separate fix that does contain one, e.g. nve, nvt, etc.
+Thermal and two_temperature (coupling) types use a Verlet time-integration algorithm. The hardy type does not contain its own time-integrator and must be used with a separate fix that does contain one, e.g. nve, nvt, etc. In addition, currently:
 
-Currently,
-- the coupling is restricted to thermal physics
-- the FE computations are done in serial on each processor. :ul
+the coupling is restricted to thermal physics :ulb,l
+the FE computations are done in serial on each processor. :l,ule
 
 [Related commands:]
 
-- 
GitLab