File: include-value.txi

package info (click to toggle)
texinfo 4.7-2.2sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,300 kB
  • ctags: 4,391
  • sloc: ansic: 46,392; sh: 6,029; perl: 715; makefile: 636; awk: 451; yacc: 288; lisp: 213; sed: 54
file content (32 lines) | stat: -rw-r--r-- 680 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
\input texinfo
@setfilename include-value.info
@c $Id: include-value.txi,v 1.1.1.1 2003/12/06 01:33:58 karl Exp $

@set testvar incl-incl.txi

@c test - in the variable name, and concatenation of text after.
@set test-var incl-incl.tx

@c test - in the variable name, and concatenation of text before and after.
@set test_var ncl-incl.tx


@node Top

testvar include: @include @value{testvar}

testvar verbatiminclude: @verbatiminclude @value{testvar}


test-var include: @include @value{test-var}i

test-var verbatiminclude: @verbatiminclude @value{test-var}i


test_var include: @include i@value{test_var}i

test_var verbatiminclude: @verbatiminclude i@value{test_var}i


@bye