\subparagraph question
Hi:
I try to use \subparagraph command, but when I compile, I encounter an
error.
\paragraph{p1}
\subparagraph{p2}
The error is:
! Undefined control sequence.
l.526 \subparagraph
{p2}
?
What is the problem?
Thanks a lot.
.
Relevant Pages
- Re: Problem in calling c programs and compiling them in tcl/tk
... Are you using Tcl's glob command to do this? ... using exec gcc filename.c and later exec ./a.out filename.c. ... the execution of a command that might generate a Tcl error. ... i can call a c program and compile it? ... (comp.lang.tcl) - RE: Console Application Testing
... vbc.exe could be accessed in Visual Studio Command ... If you want to compile the project in command prompt with vbc.exe, ... Microsoft Online Community Support ... (microsoft.public.dotnet.languages.vb) - Re: Macro prompt
... I'm sorry, Pcman, I don't think I can help here. ... If you want to test the action of clicking a command button on a form, I suggest you test it by clicking the command button on the form, not by trying to run the Click event code from within the VBE window. ... Steve Schapel, Microsoft Access MVP ... options pop-up menu the the "Compile" section has already checked off Compile ... (microsoft.public.access.macros) - Re: Using MATLAB functions in C code
... interface to MATLAB engine.When I tried to ... option files needed.The command is as follows: ... MATLAB fft amd ifft functions.I just want to compile them like: ... int mlhs, mrhs; ... (comp.soft-sys.matlab) - Re: realloc(): invalid next size
... What happens if you encounter a token larger than 50 characters? ... If the above is your exact code, ... it doesn't compile, because there is a lot missing. ... (comp.lang.c) |
|