Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
605e6c17
Commit
605e6c17
authored
Jul 26, 1997
by
Karl Berry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(\email): Let to \uref instead of \code, as a second optional argument
makes sense for this, too. From-SVN: r14534
parent
457bc04a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
gcc/texinfo.tex
+10
-7
No files found.
gcc/texinfo.tex
View file @
605e6c17
%% TeX macros to handle Texinfo files.
%% $Id: texinfo.tex,v 2.21
6 1997/07/10 17:34:25
karl Exp karl $
%% $Id: texinfo.tex,v 2.21
7 1997/07/14 17:43:41
karl Exp karl $
% Copyright (C) 1985, 86, 88, 90, 91, 92, 93,
% 94, 95, 96, 97 Free Software Foundation, Inc.
...
...
@@ -36,7 +36,7 @@
% This automatically updates the version number based on RCS.
\def\deftexinfoversion
$
#
1
: #
2
${
\def\texinfoversion
{
#2
}}
\deftexinfoversion
$
Revision:
2
.
21
6
$
\deftexinfoversion
$
Revision:
2
.
21
7
$
\message
{
Loading texinfo package [Version
\texinfoversion
]:
}
% If in a .fmt file, print the version number
...
...
@@ -1402,14 +1402,12 @@ where each line of input produces a line of output.}
\else
{
\tclose
{
\kbdfont\look
}}
\fi
\else
{
\tclose
{
\kbdfont\look
}}
\fi
}
% @url, @email. Quotes do not seem necessary.
\let\url
=
\code
% perhaps include a hypertex \special eventually
% rms does not like the angle brackets --karl, 17may97.
%\def\email#1{$\langle${\tt #1}$\rangle$}
\let\email
=
\code
% @url. Quotes do not seem necessary, so use \code.
\let\url
=
\code
% @uref (abbreviation for `urlref') takes an optional second argument
% specifying the text to display. First (mandatory) arg is the url.
% Perhaps eventually put in a hypertex \special here.
%
\def\uref
#
1
{
\urefxxx
#
1
,,
\finish
}
\def\urefxxx
#
1
,#
2
,#
3
\finish
{
%
...
...
@@ -1421,6 +1419,11 @@ where each line of input produces a line of output.}
\fi
}
% rms does not like the angle brackets --karl, 17may97.
% So now @email is just like @uref.
%\def\email#1{$\langle${\tt #1}$\rangle$}
\let\email
=
\uref
% Check if we are currently using a typewriter font. Since all the
% Computer Modern typewriter fonts have zero interword stretch (and
% shrink), and it is reasonable to expect all typewriter fonts to have
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment