Skip to content

Commit db806f2

Browse files
committed
do not use inlinefmtifelse for using original pkg-octave-doc 0.7.2 (instead of fork with makeinfo)
1 parent fdb8f28 commit db806f2

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

inst/lsim.m

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@
5656
## black line. See @command{help plot} for details.
5757
## @item method
5858
## Method that is used to discretize a continuous-time system for the simulation.
59-
## See
60-
## @inlinefmtifelse{latex, @link{@@lti/c2d,@@lti/c2d}, @ref{@@lti/c2d}}
61-
## for possible methods. If @var{method} is not provided, the default is 'foh'.
59+
## See @ref{@@lti/c2d} for possible methods. If @var{method} is not provided,
60+
## the default is 'foh'.
6261
## @end table
6362
##
6463
## @strong{Outputs}
@@ -78,8 +77,7 @@
7877
##
7978
## @item For the simulation, continuous-time systems are discretized using the
8079
## selected method @var{method} or the default first-order-hold method (foh), see
81-
## @inlinefmtifelse{latex, @link{@@lti/c2d,@@lti/c2d}, @ref{@@lti/c2d}}
82-
## for details.
80+
## @ref{@@lti/c2d} for details.
8381
##
8482
## @item For a SISO input-output model @math{G} and initial values for the output
8583
## @math{y} and its derivatives up to order @math{n-1} the corresponding state space

inst/ssdata.m

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@
5151
## If @var{sys} is given by an input-output description, like, e.g.,
5252
## a transfer function, the resulting state-space model has a
5353
## different form than the one provided by Matlab,
54-
## see
55-
## @inlinefmtifelse{latex, @link{@@ss/ss,@@ss/ss}, @ref{@@ss/ss}}
56-
## for details.
54+
## see @ref{@@ss/ss} for details.
5755
##
5856
## @end deftypefn
5957

0 commit comments

Comments
 (0)