Skip to content

Commit 29b8a20

Browse files
committed
Bagfix in cross reference of figures in manuals
1 parent 173d0e4 commit 29b8a20

File tree

5 files changed

+60
-60
lines changed

5 files changed

+60
-60
lines changed

configure

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for fermisurfer 1.9.
3+
# Generated by GNU Autoconf 2.69 for fermisurfer 1.9.0.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='fermisurfer'
582582
PACKAGE_TARNAME='fermisurfer'
583-
PACKAGE_VERSION='1.9'
584-
PACKAGE_STRING='fermisurfer 1.9'
583+
PACKAGE_VERSION='1.9.0'
584+
PACKAGE_STRING='fermisurfer 1.9.0'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL=''
587587

@@ -1309,7 +1309,7 @@ if test "$ac_init_help" = "long"; then
13091309
# Omit some internal or obsolete options to make the list less imposing.
13101310
# This message is too long to be a string in the A/UX 3.1 sh.
13111311
cat <<_ACEOF
1312-
\`configure' configures fermisurfer 1.9 to adapt to many kinds of systems.
1312+
\`configure' configures fermisurfer 1.9.0 to adapt to many kinds of systems.
13131313
13141314
Usage: $0 [OPTION]... [VAR=VALUE]...
13151315
@@ -1383,7 +1383,7 @@ fi
13831383

13841384
if test -n "$ac_init_help"; then
13851385
case $ac_init_help in
1386-
short | recursive ) echo "Configuration of fermisurfer 1.9:";;
1386+
short | recursive ) echo "Configuration of fermisurfer 1.9.0:";;
13871387
esac
13881388
cat <<\_ACEOF
13891389
@@ -1495,7 +1495,7 @@ fi
14951495
test -n "$ac_init_help" && exit $ac_status
14961496
if $ac_init_version; then
14971497
cat <<\_ACEOF
1498-
fermisurfer configure 1.9
1498+
fermisurfer configure 1.9.0
14991499
generated by GNU Autoconf 2.69
15001500
15011501
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1811,7 +1811,7 @@ cat >config.log <<_ACEOF
18111811
This file contains any messages produced by compilers while
18121812
running configure, to aid debugging if configure makes a mistake.
18131813
1814-
It was created by fermisurfer $as_me 1.9, which was
1814+
It was created by fermisurfer $as_me 1.9.0, which was
18151815
generated by GNU Autoconf 2.69. Invocation command line was
18161816
18171817
$ $0 $@
@@ -2674,7 +2674,7 @@ fi
26742674

26752675
# Define the identity of the package.
26762676
PACKAGE='fermisurfer'
2677-
VERSION='1.9'
2677+
VERSION='1.9.0'
26782678

26792679

26802680
cat >>confdefs.h <<_ACEOF
@@ -8912,7 +8912,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
89128912
# report actual input values of CONFIG_FILES etc. instead of their
89138913
# values after options handling.
89148914
ac_log="
8915-
This file was extended by fermisurfer $as_me 1.9, which was
8915+
This file was extended by fermisurfer $as_me 1.9.0, which was
89168916
generated by GNU Autoconf 2.69. Invocation command line was
89178917
89188918
CONFIG_FILES = $CONFIG_FILES
@@ -8978,7 +8978,7 @@ _ACEOF
89788978
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
89798979
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
89808980
ac_cs_version="\\
8981-
fermisurfer config.status 1.9
8981+
fermisurfer config.status 1.9.0
89828982
configured by $0, generated by GNU Autoconf 2.69,
89838983
with options \\"\$ac_cs_config\\"
89848984

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.69])
2-
AC_INIT([fermisurfer], [1.9], [[email protected]])
2+
AC_INIT([fermisurfer], [1.9.0], [[email protected]])
33
AC_CONFIG_AUX_DIR([config])
44
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
55
AC_CONFIG_HEADERS([config.h])

doc/en/fermisf_ops_en.rst

+22-22
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ Windows. The information from the input file is printed.
9797

9898
#. The number of node lines in each band.
9999

100-
Then, Operations are printed, and Fermi surfaces are drawn (Fig. :num:`start`).
100+
Then, Operations are printed, and Fermi surfaces are drawn (Fig. :num:`startpng`).
101101

102-
.. _start:
102+
.. _startpng:
103103

104104
.. figure:: ../figs/start.png
105105

@@ -156,9 +156,9 @@ input file and the current Fermi energy;
156156
157157

158158
Then, you should type the new Fermi energy; finally, the new Fermi
159-
surfaces are depicted (Fig. :num:`shift`).
159+
surfaces are depicted (Fig. :num:`shiftpng`).
160160

161-
.. _shift:
161+
.. _shiftpng:
162162

163163
.. figure:: ../figs/shift.png
164164

@@ -168,7 +168,7 @@ surfaces are depicted (Fig. :num:`shift`).
168168
Interpolation
169169
-------------
170170

171-
Smooth the Fermi surface with the interpolation (Fig. :num:`interpolate`).
171+
Smooth the Fermi surface with the interpolation (Fig. :num:`interpolatepng`).
172172
Please type the number of interpolation points at the prompt
173173

174174
::
@@ -177,7 +177,7 @@ Please type the number of interpolation points at the prompt
177177

178178
The time for the plot increases with the interpolation ratio.
179179

180-
.. _interpolate:
180+
.. _interpolatepng:
181181

182182
.. figure:: ../figs/interpolate.png
183183

@@ -199,9 +199,9 @@ Rotation
199199
axis.
200200

201201
In each menu, first the current value is printed. then a prompt to input
202-
the new value appears (Fig. :num:`setview`).
202+
the new value appears (Fig. :num:`setviewpng`).
203203

204-
.. _setview:
204+
.. _setviewpng:
205205

206206
.. figure:: ../figs/setview.png
207207

@@ -211,9 +211,9 @@ Background color
211211
----------------
212212

213213
The background color is toggled between black and white; the edge of the
214-
Brillouin Zone is also toggled between white and black (Fig. :num:`background`).
214+
Brillouin Zone is also toggled between white and black (Fig. :num:`backgroundpng`).
215215

216-
.. _background:
216+
.. _backgroundpng:
217217

218218
.. figure:: ../figs/background.png
219219

@@ -223,7 +223,7 @@ Brillouin Zone is also toggled between white and black (Fig. :num:`background`).
223223
Color scale mode
224224
----------------
225225

226-
It turns color pattern on Fermi surfaces (Fig. :num:`colorscale`).
226+
It turns color pattern on Fermi surfaces (Fig. :num:`colorscalepng`).
227227

228228
Auto(default) : It makes blue as the minimum on Fermi surfaces and red
229229
as the maximum on them.
@@ -242,7 +242,7 @@ the color varies as red :math:`\rightarrow` yellow
242242
:math:`\rightarrow` green :math:`\rightarrow` cyan :math:`\rightarrow` blue
243243
:math:`\rightarrow` magenta :math:`\rightarrow` red.
244244

245-
.. _colorscale:
245+
.. _colorscalepng:
246246

247247
.. figure:: ../figs/colorscale.png
248248

@@ -251,15 +251,15 @@ the color varies as red :math:`\rightarrow` yellow
251251
Brillouin zone
252252
--------------
253253

254-
You choose Brillouin-zone type as follows (Fig. :num:`brillouinzone`):
254+
You choose Brillouin-zone type as follows (Fig. :num:`brillouinzonepng`):
255255

256256
First Brillouin Zone : The region surrounded by Bragg's planes the
257257
nearest to :math:`{\rm \Gamma}` point.
258258

259259
Primitive Brillouin Zone : A hexahedron whose corner is the reciprocal
260260
lattice point.
261261

262-
.. _brillouinzone:
262+
.. _brillouinzonepng:
263263

264264
.. figure:: ../figs/brillouinzone.png
265265

@@ -270,9 +270,9 @@ Node line
270270
---------
271271

272272
The line on which the matrix element becomes 0 (we call it node line)
273-
becomes enable/disable (Fig. :num:`nodeline`).
273+
becomes enable/disable (Fig. :num:`nodelinepng`).
274274

275-
.. _nodeline:
275+
.. _nodelinepng:
276276

277277
.. figure:: ../figs/nodeline.png
278278

@@ -281,9 +281,9 @@ becomes enable/disable (Fig. :num:`nodeline`).
281281
Color bar On/Off
282282
----------------
283283

284-
The color bar becomes enable/disable (Fig. :num:`colorbar`).
284+
The color bar becomes enable/disable (Fig. :num:`colorbarpng`).
285285

286-
.. _colorbar:
286+
.. _colorbarpng:
287287

288288
.. figure:: ../figs/colorbar.png
289289

@@ -293,15 +293,15 @@ Stereogram
293293
----------
294294

295295
The stereogram (parallel eyes and cross eyes) becomes enabled/disabled
296-
(Fig. :num:`stereogram`).
296+
(Fig. :num:`stereogrampng`).
297297

298298
None (Default)
299299

300300
Parallel : Parallel-eyes stereogram
301301

302302
Cross : Cross-eyes stereogram
303303

304-
.. _stereogram:
304+
.. _stereogrampng:
305305

306306
.. figure:: ../figs/stereogram.png
307307

@@ -312,7 +312,7 @@ Section
312312
-------
313313

314314
Display a 2D plot of the Fermi surface (line)
315-
on an arbitrary section of the Brillouin zone (Fig. :num:`section`).
315+
on an arbitrary section of the Brillouin zone (Fig. :num:`sectionpng`).
316316

317317
Section
318318
Toggle the 2D plot of the Fermi surface (line).
@@ -335,7 +335,7 @@ Modify Section (across Gamma)
335335

336336
The section crosses :math:`\Gamma` point.
337337

338-
.. _section:
338+
.. _sectionpng:
339339

340340
.. figure:: ../figs/section.png
341341

0 commit comments

Comments
 (0)