Skip to content

Commit 8aae976

Browse files
committed
docs: improve formatting
1 parent 99033cb commit 8aae976

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/src/uai-file-formats.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,19 +192,20 @@ A space separated line that includes:
192192

193193
A space separated line that includes:
194194

195-
- The number q of query variables
196-
- the most probable instantiation, a list of variable value pairs for all q
197-
variables.
195+
- The number ``\bm{Q}`` of query variables.
196+
- the most probable instantiation, a list of variable value pairs for all
197+
``\bm{Q}`` variables.
198198
- For example, if the solution is an assignment of 0, 1 and 0 to three query
199-
variables indexed by 2 3 and 4 respectively, the solution will look as follows
199+
variables indexed by 2 3 and 4 respectively, the solution will look as
200+
follows:
200201

201202
3 2 0 3 1 4 0
202203

203204
### Partition function, PR
204205

205-
Line with the value of the log10 of the partition function.
206+
Line with the value of the ``\log_{10}`` of the partition function.
206207

207-
For example, an approximation ``log10 Pr(e) = -0.2008`` which is known to be an
208+
For example, an approximation ``\log_{10} Pr(\bm{e}) = -0.2008``, which is known to be an
208209
upper bound may have a solution line:
209210

210211
-0.2008

0 commit comments

Comments
 (0)