File: FAQ

package info (click to toggle)
mgp 1.13a%2Bupstream20090219-8
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 3,232 kB
  • ctags: 3,009
  • sloc: ansic: 32,357; sh: 4,295; lisp: 1,405; yacc: 944; lex: 264; makefile: 130; perl: 117; awk: 9
file content (142 lines) | stat: -rw-r--r-- 4,518 bytes parent folder | download | duplicates (5)
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

			    MagicPoint FAQ

			    Aug 23, 2005

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: I'm using .dev package of magicpoint and my fonts look jaggy.

A: Giving the "-x m17n" to mgp might solve the problem.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: When I incorporate postscript in MagicPoint presentation,
   "ghostscript" dies with "WARN: cannot generate pnmraw+ file from
   test.eps".

A: Install more recent version of "ghostscript", which supports
   "pnmraw" output driver.

A: Give the -X option to "mgp", with name of "ghostscript" output
   driver which is configured into your "ghostscript".


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: Background image will not be reflected to postscript output from
   "mgp2ps".

A: This is a feature (or known bug).

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: I'm using European language for presentations and line-breaks are
   not correct.

Q: I'm using European language for presentations and accented
   characters will not be generated on postscript output.

A: See README.lang for detail.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: I would like to try a more-recent snapshot version of MagicPoint.

A: ftp://sh.wide.ad.jp/WIDE/free-ware/mgp-snap/

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: I'm trouble finding scalable fonts.

Q: Presentations using X11 font looks awful.

A: See README.fonts for detail.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: I have special Adobe type 1 font installed to my X11 configuration,
   and I cannot use that font with postscript output.

A: (1) Modify print.c to include the font into fontname mapping table,
   (2) Regenerate postscript file,
   (3) Download your font to your printer,
   (4) Try printing the file.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: Compilation with png library fails.

A: Check the version number of your png library.  in most cases, the
   library you are using is too old.  note that, some of Linux rpms
   uses different version numbering scheme from the original png
   library.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: %system or %xsystem does not work.

Q: If i use %system or %xsystem, X server (or window manager) dies.

A: The behavior of %system/xsystem command heavily depends on the
   behavior of your window manager, and they may not work right for
   some of those.  as there are so many window managers, we have
   trouble supporting them.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: What is MNG?

A: MNG (Multiple-image Network Graphics) is the animation extension of
   the popular PNG image-format. See http://www.libpng.org/pub/mng and
   http://www.mng.com/

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: Can I convert my animation gif files into mng format?

A: Yes. I would like to recommand you to use the convert command in
   ImageMagick. See http://www.simplesystems.org/ImageMagick/ for more
   information.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: Can I write Magicpoint presentation with an XML based language?

A: The sdoc2mgp.xsl can convert an XML based language into mgp syntax.
   See

   http://xml.da-cha.org/ for more information.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: My projector cuts the edge of my computer's output. How can I
   enlarge the margins?

A: Execute MagicPoint with the "-o" option specifying a smaller window
   size then that of the root window.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: What is Xft?

A: Xft is a library designed to interface the FreeType rasterizer 
   with the X Rendering Extension. Please see

	http://keithp.com/~keithp/render/Xft.tutorial for more information.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: Does mgp support freetype2?
	
A: Since mgp supports xft, you can use freetype2 functions with Xft.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Q: I would like to use non-ASCII characters for filenames in mgp slides

A: please run mgp with -U option