/dports/lang/guile2/guile-2.2.7/doc/ref/ |
H A D | texinfo.texi | 4 @c See the file guile.texi for copying conditions. 32 aims to provide an extensible framework for texinfo processing that 46 the content. However, texinfo allows for @@-commands within the 102 for each argument. 250 @anchor{texinfo string-utils escape-special-chars}@defun escape-special-chars str special-chars esc… 252 by the given @var{escape-char}. 259 (escape-special-chars "***(Example String)***" 264 ;; also can escape a singe char... 265 (escape-special-chars "richardt@@vzavenue.net" 547 Create a standard prologue, suitable for later serialization to texinfo [all …]
|
/dports/lang/guile/guile-3.0.7/doc/ref/ |
H A D | texinfo.texi | 4 @c See the file guile.texi for copying conditions. 32 aims to provide an extensible framework for texinfo processing that 46 the content. However, texinfo allows for @@-commands within the 102 for each argument. 250 @anchor{texinfo string-utils escape-special-chars}@defun escape-special-chars str special-chars esc… 252 by the given @var{escape-char}. 259 (escape-special-chars "***(Example String)***" 264 ;; also can escape a singe char... 265 (escape-special-chars "richardt@@vzavenue.net" 547 Create a standard prologue, suitable for later serialization to texinfo [all …]
|
/dports/lang/sbcl/sbcl-1.3.13/doc/manual/ |
H A D | sbcl.texinfo | 1 \input texinfo @c -*-texinfo-*- 8 @include texinfo-macros.texinfo 9 @include variables.texinfo 13 @c for install-info 22 @file{README} file for more information. 24 This manual is largely derived from the manual for the CMUCL system, 28 @file{CREDITS} files for more information. 52 @c We use @andkey, etc to escape & from TeX in lambda lists -- 53 @c so we need to define them for info as well. 106 @include intro.texinfo [all …]
|
/dports/lang/guile2/guile-2.2.7/test-suite/tests/ |
H A D | texinfo.string-utils.test | 1 ;;;; texinfo.string-utils.test -*- scheme -*- 13 ;;;; General Public License for more details. 22 #:use-module (texinfo string-utils)) 26 ;; Test for expand-tabs 53 ;; tests for escape-special-chars 55 (with-test-prefix "test-single-escape-char" 57 (escape-special-chars "Hello" #\l #\E)))) 59 (with-test-prefix "test-multiple-escape-chars" 61 (escape-special-chars "Hello" "el" #\E)))) 65 ;; tests for collapsing-multiple-chars
|
/dports/lang/guile/guile-3.0.7/test-suite/tests/ |
H A D | texinfo.string-utils.test | 1 ;;;; texinfo.string-utils.test -*- scheme -*- 13 ;;;; General Public License for more details. 22 #:use-module (texinfo string-utils)) 26 ;; Test for expand-tabs 53 ;; tests for escape-special-chars 55 (with-test-prefix "test-single-escape-char" 57 (escape-special-chars "Hello" #\l #\E)))) 59 (with-test-prefix "test-multiple-escape-chars" 61 (escape-special-chars "Hello" "el" #\E)))) 65 ;; tests for collapsing-multiple-chars
|
/dports/print/texinfo/texinfo-6.8/contrib/ |
H A D | txipsfonts-gildea.diff | 8 major output format for us is PDF, and bitmapped fonts in a PDF file 12 There are parts of this patch that look ugly, but it works for me. 18 *** texinfo.tex Mon Apr 19 17:13:00 1999 22 % It is possible to adapt texinfo.tex for other languages. You can get 25 ! \message{Loading texinfo [version \texinfoversion]:} 35 % It is possible to adapt texinfo.tex for other languages. You can get 59 % before you read in texinfo.tex. 86 + % expand #1, a control sequence, without the leading escape char 105 % before you read in texinfo.tex. 150 % Count depth in font-changes, for error checks [all …]
|
/dports/math/octave/octave-6.4.0/scripts/strings/ |
H A D | regexptranslate.m | 18 ## GNU General Public License for more details. 26 ## -*- texinfo -*- 28 ## Translate a string for use in a regular expression. 38 ## wildcards that are appropriate for a regular expression. For example: 47 ## @item @qcode{"escape"} 48 ## The characters @code{$.?[]}, that have special meaning for regular 53 ## regexptranslate ("escape", "12.5") 77 elseif (strcmp ("escape", op)) 87 %!assert (regexptranslate ("escape", '^.?[abc]$'), '\^\.\?\[abc\]\$')
|
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/ |
H A D | _tex | 8 '-ini[be initex, for dumping formats]' \ 21 … '(-no-shell-escape -shell-escape)'{-no,}-shell-escape'[enable/disable \\write18{SHELL COMMAND}]' \ 29 '*:TeX or LaTeX file:_files -g "*.(tex|TEX|texinfo|texi)(-.)"'
|
/dports/math/octave/octave-6.4.0/libinterp/ |
H A D | op-kw-docs | 69 to create strings without escape sequence processing. 482 @seealso{for, until, while} 490 See @code{if} for an example. 502 See @code{if} for an example. 544 Mark the end of a for loop. 546 See @code{for} for an example. 547 @seealso{for} 618 for 622 Begin a for loop. 626 for i = 1:10 [all …]
|
/dports/textproc/muse/muse-3.20/ |
H A D | ChangeLog.2 | 408 * lisp/muse-xml-common.el (muse-xml-escape-url): Don't escape "+". 754 extra specials to escape in URLs. Thanks to John Sullivan for 758 (muse-xml-escape-url): Rename from muse-xml-escape-string. Add "%" to 923 (muse-texinfo-markup-strings): Add markup strings for anchors. 1126 (muse-publish-escape-specials, muse-publish-escape-specials-in-string): 1833 muse-texinfo: Correct markup strings for dots, enddots, center. 3573 * lisp/muse-texinfo.el (muse-texinfo-markup-functions): Add rule for 3576 * lisp/muse-texinfo.el (muse-texinfo-markup-strings): Add handler for 4093 muse-texinfo: Improve formatting for enddots, dots, underline. 4122 muse-texinfo fixes; use info-pdf to generate PDF doc for QuickStart. [all …]
|
/dports/print/texinfo/texinfo-6.8/ |
H A D | TODO | 2 If you are interested in working on any of these, email bug-texinfo@gnu.org. 30 http://mail.gnu.org/archive/html/bug-texinfo/2004-01/msg00025.html 35 (https://lists.gnu.org/archive/html/bug-texinfo/2015-03/msg00041.html) 46 done), to allow for PostScript fonts, for example. 55 - Use @ as the escape character in index files by default, 79 - Global dir file (as in /etc/conf/dir) and texinfo config file 95 https://lists.gnu.org/archive/html/bug-texinfo/2015-11/msg00027.html) 121 - Allow : in node names for info files, for names such as 143 For a test case, see texinfo cvs, with its one translated manual 166 There is mail about this in the bug-texinfo archives: [all …]
|
H A D | ChangeLog | 2945 * doc/texinfo.tex (\printindex) <\ is escape character>: 2946 Made @ an escape character too in case one appears in a macro 3705 as the escape character in the output, rather than an at sign. 3815 escape. 4135 Optionally use backslash as index escape character. 4139 then use \ as the escape character in the index file. 4160 or at sign to be used as the escape character in index files, 4544 the escape character in index entries. 4851 * doc/texinfo-tex-test.texi (Index display): Use @ as the escape 4895 Use @ as escape character in index files. [all …]
|
H A D | ChangeLog.46 | 674 (\internalsetq): use @ instead of ' as the escape 713 escape or C-x to a non-prefix key, but this does not allowed. 1986 used escape sequences. Reallocate entry->text if the new 1989 * info/window.c (string_width): Don't count ANSI escape sequences 2157 ANSI escape sequences from the man page. 3281 * doc/texinfo.txi: forgot to escape {}. 3834 (index_add_arg): Don't HTML-escape the index entry here. 3840 In HTML mode, escape and expand the original index entry text, 8106 escape character (for now). 10679 as an escape character. [all …]
|
H A D | NEWS | 49 * texinfo.tex 157 * texinfo.tex 211 * texinfo.tex 237 . You can use a new file doc/texinfo-ja.tex for Texinfo documents in 572 http://ftpmirror.gnu.org/texinfo/texinfo.tex. 763 . new Russian, Serbian, and Ukrainian translations for texinfo.tex: 766 . have .toc files use @ as the escape character, instead of \. 854 . by default, output ANSI terminal escape sequences as-is; new option 1020 . ANSI escape sequences (as produced by groff) removed from man output 1135 . Various translations for texinfo.tex fixed words included. [all …]
|
/dports/math/octave-forge-statistics/statistics-1.4.3/inst/private/ |
H A D | tbl_delim.m | 10 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 ## -*- texinfo -*- 18 ## Return the delimiter for tblread or tblwrite. 44 ## allow for escape characters
|
/dports/math/octave-forge-miscellaneous/miscellaneous-1.3.0/inst/ |
H A D | rolldices.m | 10 ## FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 16 ## -*- texinfo -*- 25 ## Requires a terminal with ANSI escape sequences enabled. 51 for i = 1:nrep
|
/dports/textproc/source-highlight/source-highlight-3.1.9/doc/ |
H A D | source-highlight.texi | 1 \input texinfo @c -*-texinfo-*- 1067 * ANSI color escape sequences:: 1121 @section ANSI color escape sequences 1282 instance, the @file{texinfo.style} is as follows (we avoid colors for 1285 @include texinfo.style.texinfo 2159 @{escape <escape character>@} \ 2163 The @code{escape} statement specifies the escape character that may 2169 string delim "\"" "\"" escape "\\" 4004 This is used, for instance, for the ANSI color escape sequence 4411 @file{texinfo.style}, see @ref{Output format style}. The same holds for [all …]
|
/dports/textproc/groff/groff-1.22.4/ |
H A D | ChangeLog.117 | 828 * doc/groff.texinfo: More fixes and additions (mainly for font 873 * doc/groff.texinfo: Added new index: `st' (for strings). 880 * doc/groff.texinfo: Added two new indices: `es' (for escapes) and 1165 A new escape sequence `\:', inserting a zero-width break point. 1186 with `\~' or `\ ' (and other escape sequences handled as 1349 * doc/groff.texinfo: Added info about new `\O' escape. 1943 Adding a new escape sequence \B'...': If the string between 1951 * tmac/tmac.trace: Made independent from escape character. 1958 from the escape character (which might even be disabled). 1964 Adding two requests .ecs and .ecr: Save and restore the escape [all …]
|
/dports/devel/remake/remake-4.3+dbg-1.5/ |
H A D | ChangeLog | 994 tests/scripts/features/escape, tests/scripts/features/exec, 1191 tests/scripts/features/escape, tests/scripts/features/include, 2159 * main.c, make.h, print.c, tests/scripts/features/escape, 3971 tests/scripts/features/escape, tests/scripts/features/export, 4543 tests/scripts/features/escape, tests/scripts/features/export, 4978 tests/ChangeLog, tests/scripts/features/escape, 7818 tests/scripts/features/escape, tests/scripts/features/export, 8597 tests/scripts/features/escape: * Fix backslash-escape in targets. * Release 3.78.91. 9062 same. * In windows/dos shells, only treat \ as an escape for special 9526 as an escape character. [all …]
|
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res/texi_texinfo/ |
H A D | texinfo.passtexi | 746 texinfo.texi(,746) for email. 1105 texinfo.texi(,1107) @samp{@@} is the escape character which introduces commands, while 2791 texinfo.texi(,2806) (@pxref{Preparing for TeX,, Preparing for @TeX{}}). 7260 texinfo.texi(,7356) @cindex Fonts for printing, not for Info 8047 texinfo.texi(,8190) for bar. 8062 texinfo.texi(,8205) for bar. 8521 texinfo.texi(,8666) for functions, an index for variables, an index for concepts, and so 9429 texinfo.texi(,9631) Since @samp{\} is an escape character inside @code{@@math}, you can use 11587 texinfo.texi(,11988) still the escape character, so the @code{@@end} command can be 12737 texinfo.texi(,13138) @pxref{Preparing for TeX,,Preparing for @TeX{}}). [all …]
|
H A D | texinfo.passfirst | 699 texinfo.texi(,746) for email. 1058 texinfo.texi(,1107) @samp{@@} is the escape character which introduces commands, while 2744 texinfo.texi(,2806) (@pxref{Preparing for TeX,, Preparing for @TeX{}}). 7213 texinfo.texi(,7356) @cindex Fonts for printing, not for Info 8000 texinfo.texi(,8190) for bar. 8015 texinfo.texi(,8205) for bar. 8474 texinfo.texi(,8666) for functions, an index for variables, an index for concepts, and so 9382 texinfo.texi(,9631) Since @samp{\} is an escape character inside @code{@@math}, you can use 11540 texinfo.texi(,11988) still the escape character, so the @code{@@end} command can be 12690 texinfo.texi(,13138) @pxref{Preparing for TeX,,Preparing for @TeX{}}). [all …]
|
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res_info/texi_texinfo/ |
H A D | texinfo.passtexi | 746 texinfo.texi(,746) for email. 1105 texinfo.texi(,1107) @samp{@@} is the escape character which introduces commands, while 2791 texinfo.texi(,2806) (@pxref{Preparing for TeX,, Preparing for @TeX{}}). 7260 texinfo.texi(,7356) @cindex Fonts for printing, not for Info 8047 texinfo.texi(,8190) for bar. 8062 texinfo.texi(,8205) for bar. 8521 texinfo.texi(,8666) for functions, an index for variables, an index for concepts, and so 9429 texinfo.texi(,9631) Since @samp{\} is an escape character inside @code{@@math}, you can use 11586 texinfo.texi(,11988) still the escape character, so the @code{@@end} command can be 12736 texinfo.texi(,13138) @pxref{Preparing for TeX,,Preparing for @TeX{}}). [all …]
|
H A D | texinfo.passfirst | 717 texinfo.texi(,746) for email. 1076 texinfo.texi(,1107) @samp{@@} is the escape character which introduces commands, while 2762 texinfo.texi(,2806) (@pxref{Preparing for TeX,, Preparing for @TeX{}}). 7231 texinfo.texi(,7356) @cindex Fonts for printing, not for Info 8018 texinfo.texi(,8190) for bar. 8033 texinfo.texi(,8205) for bar. 8492 texinfo.texi(,8666) for functions, an index for variables, an index for concepts, and so 9400 texinfo.texi(,9631) Since @samp{\} is an escape character inside @code{@@math}, you can use 11557 texinfo.texi(,11988) still the escape character, so the @code{@@end} command can be 12707 texinfo.texi(,13138) @pxref{Preparing for TeX,,Preparing for @TeX{}}). [all …]
|
/dports/textproc/texi2html/texi2html-5.0/test/manuals/res_all/texi_texinfo/ |
H A D | texinfo.passtexi | 746 texinfo.texi(,746) for email. 1105 texinfo.texi(,1107) @samp{@@} is the escape character which introduces commands, while 2791 texinfo.texi(,2806) (@pxref{Preparing for TeX,, Preparing for @TeX{}}). 7260 texinfo.texi(,7356) @cindex Fonts for printing, not for Info 8047 texinfo.texi(,8190) for bar. 8062 texinfo.texi(,8205) for bar. 8521 texinfo.texi(,8666) for functions, an index for variables, an index for concepts, and so 9429 texinfo.texi(,9631) Since @samp{\} is an escape character inside @code{@@math}, you can use 11586 texinfo.texi(,11988) still the escape character, so the @code{@@end} command can be 12736 texinfo.texi(,13138) @pxref{Preparing for TeX,,Preparing for @TeX{}}). [all …]
|
H A D | texinfo.passfirst | 699 texinfo.texi(,746) for email. 1058 texinfo.texi(,1107) @samp{@@} is the escape character which introduces commands, while 2744 texinfo.texi(,2806) (@pxref{Preparing for TeX,, Preparing for @TeX{}}). 7213 texinfo.texi(,7356) @cindex Fonts for printing, not for Info 8000 texinfo.texi(,8190) for bar. 8015 texinfo.texi(,8205) for bar. 8474 texinfo.texi(,8666) for functions, an index for variables, an index for concepts, and so 9382 texinfo.texi(,9631) Since @samp{\} is an escape character inside @code{@@math}, you can use 11539 texinfo.texi(,11988) still the escape character, so the @code{@@end} command can be 12689 texinfo.texi(,13138) @pxref{Preparing for TeX,,Preparing for @TeX{}}). [all …]
|