Skip to content

Commit

Permalink
Bagfix in cross reference of figures in manuals
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuaki1987 committed Jun 16, 2017
1 parent 173d0e4 commit 29b8a20
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 60 deletions.
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for fermisurfer 1.9.
# Generated by GNU Autoconf 2.69 for fermisurfer 1.9.0.
#
# Report bugs to <mkawamura@issp.u-tokyo.ac.jp>.
#
Expand Down Expand Up @@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='fermisurfer'
PACKAGE_TARNAME='fermisurfer'
PACKAGE_VERSION='1.9'
PACKAGE_STRING='fermisurfer 1.9'
PACKAGE_VERSION='1.9.0'
PACKAGE_STRING='fermisurfer 1.9.0'
PACKAGE_BUGREPORT='mkawamura@issp.u-tokyo.ac.jp'
PACKAGE_URL=''

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

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of fermisurfer 1.9:";;
short | recursive ) echo "Configuration of fermisurfer 1.9.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1495,7 +1495,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
fermisurfer configure 1.9
fermisurfer configure 1.9.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
Expand Down Expand Up @@ -1811,7 +1811,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by fermisurfer $as_me 1.9, which was
It was created by fermisurfer $as_me 1.9.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2674,7 +2674,7 @@ fi

# Define the identity of the package.
PACKAGE='fermisurfer'
VERSION='1.9'
VERSION='1.9.0'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -8912,7 +8912,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by fermisurfer $as_me 1.9, which was
This file was extended by fermisurfer $as_me 1.9.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -8978,7 +8978,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
fermisurfer config.status 1.9
fermisurfer config.status 1.9.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
AC_INIT([fermisurfer], [1.9], [mkawamura@issp.u-tokyo.ac.jp])
AC_INIT([fermisurfer], [1.9.0], [mkawamura@issp.u-tokyo.ac.jp])
AC_CONFIG_AUX_DIR([config])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
AC_CONFIG_HEADERS([config.h])
Expand Down
44 changes: 22 additions & 22 deletions doc/en/fermisf_ops_en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ Windows. The information from the input file is printed.

#. The number of node lines in each band.

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

.. _start:
.. _startpng:

.. figure:: ../figs/start.png

Expand Down Expand Up @@ -156,9 +156,9 @@ input file and the current Fermi energy;

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

.. _shift:
.. _shiftpng:

.. figure:: ../figs/shift.png

Expand All @@ -168,7 +168,7 @@ surfaces are depicted (Fig. :num:`shift`).
Interpolation
-------------

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

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

The time for the plot increases with the interpolation ratio.

.. _interpolate:
.. _interpolatepng:

.. figure:: ../figs/interpolate.png

Expand All @@ -199,9 +199,9 @@ Rotation
axis.

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

.. _setview:
.. _setviewpng:

.. figure:: ../figs/setview.png

Expand All @@ -211,9 +211,9 @@ Background color
----------------

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

.. _background:
.. _backgroundpng:

.. figure:: ../figs/background.png

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

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

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

.. _colorscale:
.. _colorscalepng:

.. figure:: ../figs/colorscale.png

Expand All @@ -251,15 +251,15 @@ the color varies as red :math:`\rightarrow` yellow
Brillouin zone
--------------

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

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

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

.. _brillouinzone:
.. _brillouinzonepng:

.. figure:: ../figs/brillouinzone.png

Expand All @@ -270,9 +270,9 @@ Node line
---------

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

.. _nodeline:
.. _nodelinepng:

.. figure:: ../figs/nodeline.png

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

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

.. _colorbar:
.. _colorbarpng:

.. figure:: ../figs/colorbar.png

Expand All @@ -293,15 +293,15 @@ Stereogram
----------

The stereogram (parallel eyes and cross eyes) becomes enabled/disabled
(Fig. :num:`stereogram`).
(Fig. :num:`stereogrampng`).

None (Default)

Parallel : Parallel-eyes stereogram

Cross : Cross-eyes stereogram

.. _stereogram:
.. _stereogrampng:

.. figure:: ../figs/stereogram.png

Expand All @@ -312,7 +312,7 @@ Section
-------

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

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

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

.. _section:
.. _sectionpng:

.. figure:: ../figs/section.png

Expand Down
Loading

0 comments on commit 29b8a20

Please sign in to comment.