ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Re: starttyping environment again
@ 2013-04-30 10:14 jinki jung
  0 siblings, 0 replies; 3+ messages in thread
From: jinki jung @ 2013-04-30 10:14 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 3855 bytes --]

Hi

This issued is answered from other place.
The cause of the ragged output was bodyfont.
I was using a specific font for my own language by "\setupbodyfont[unfonts]".
Commenting out and using
default fonts gave me correct output.

Jung, Jinki

>
> I am using context 0.6 under W7. I have problem with starttyping command.
> Somehow, it is not giving me same as I key in. Two examples are give here
> to explain my problem.  Please see "====>>>". Any help will be appreciated
> much.
>
> Jung, Jinki
>
>
> \starttyping
>
>                     LDP                            REM
>     ---------------------------           ---------------------
>     AT1        L D P 7 1 1 0 1             A 2 7 4 R E M 0 1 1
>     AT2        L D P 7 1 2 0 1             A 2 7 4 R E M 0 2 1
>     AC1        L D P 7 1 0 0 1             A 2 7 1 R E M 1 0 1
>               ------ --- --- --           ---- --- ----- --- --
>                  |    |   |  |              |   |    |    |  |
>                  |    |   |  |              |   |    |    |  |
>                  |    |   |  for extension  |   |    |    |  for extension
>                  |    |   serial            |   |    |    serial
>                  |    area                  |   |   REM
>                 ZZZ                         |   area
>                                            ABC
>
>                      +----- Module
>                      |
>                      |       +--------- serial
>                      |      /
>                      --  -----------
>           A  2  0  0  M  0  0  0  0
>          -----  ----
>           |     |
>           |     +-----+
>          AERA2        |
>                       |
>                     AREA  +---  71 : F2 Production
>                                 72 : F2 Storage to AT7
>                                 73 : F1 BCR to AT7
>                                 74 : MBC common
>                                 75 : AT7 to ANtty
>                                 3C : MBC common
> \stoptyping
>
> ==================================================
>
> output looks as follow. please notice wrong alignment.
>
>                     LDP                            REM
>     ---------------------------           ---------------------
>     TT1        L D P 7 1 1 0 1             A 2 7 4 R E M 0 1 1
>     TT2        L D P 7 1 2 0 1             A 2 7 4 R E M 0 2 1
>     TC1        L D P 7 1 0 0 1             A 2 7 1 R E M 1 0 1
>               ------ --- --- --           ---- --- ----- --- --  ====>
"---" get smaller ?
>                  |    |   |  |              |   |    |    |  |
>                  |    |   |  |              |   |    |    |  |
>                  |    |   |  for extension      |   |    |  |  for
extension ====>>>>
>                  |    |   serial            |   |    |    serial
>                  |    area                |   |   REM   =========>>>>
>                 ZZZ                     |   area    =============>>>>
>                                        ABC          =============>>>>
>
>                      +----- Module
>                      |
>                      |       +--------- serial
>                      |      /
>                      --  -----------                  =======>>> "---"
get smaller ?
>           A  2  0  0  M  0  0  0  0
>            -----  ----
>           |     |
>           |     +-----+
>          AERA2        |
>                     |                                 =====>>>
>                     AREA  +---  71 : F2 Production
>                               72 : F2 Storage to AT7   ====>>>
>                               73 : F1 BCR to AT7       ====>>>
>                               74 : MBC common          ====>>>
>                               75 : AT7 to ANtty        ====>>>
>                               3C : MBC common         ====>>>
>
>

[-- Attachment #1.2: Type: text/html, Size: 10090 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: starttyping environment again
  2013-04-29  9:20 jinki jung
@ 2013-04-30  6:51 ` Wolfgang Schuster
  0 siblings, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2013-04-30  6:51 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 416 bytes --]


Am 29.04.2013 um 11:20 schrieb jinki jung <jung.jinki@gmail.com>:

> Hi there, 
> 
> I am using context 0.6 under W7. I have problem with starttyping command. 
> Somehow, it is not giving me same as I key in. Two examples are give here 
> to explain my problem.  Please see "====>>>". Any help will be appreciated much.

I can’t reproduce this, send a working example which demonstrates it.

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 1729 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

* starttyping environment again
@ 2013-04-29  9:20 jinki jung
  2013-04-30  6:51 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: jinki jung @ 2013-04-29  9:20 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 3570 bytes --]

Hi there,


I am using context 0.6 under W7. I have problem with starttyping command.

Somehow, it is not giving me same as I key in. Two examples are give here

to explain my problem.  Please see "====>>>". Any help will be appreciated
much.


Jung, Jinki




\starttyping

                    LDP                            REM

    ---------------------------           ---------------------

    AT1        L D P 7 1 1 0 1             A 2 7 4 R E M 0 1 1

    AT2        L D P 7 1 2 0 1             A 2 7 4 R E M 0 2 1

    AC1        L D P 7 1 0 0 1             A 2 7 1 R E M 1 0 1

              ------ --- --- --           ---- --- ----- --- --

                 |    |   |  |              |   |    |    |  |

                 |    |   |  |              |   |    |    |  |

                 |    |   |  for extension  |   |    |    |  for extension

                 |    |   serial            |   |    |    serial

                 |    area                  |   |   REM

                ZZZ                         |   area

                                           ABC


                     +----- Module

                     |

                     |       +--------- serial

                     |      /

                     --  -----------

          A  2  0  0  M  0  0  0  0

         -----  ----

          |     |

          |     +-----+

         AERA2        |

                      |

                    AREA  +---  71 : F2 Production

                                72 : F2 Storage to AT7

                                73 : F1 BCR to AT7

                                74 : MBC common

                                75 : AT7 to ANtty

                                3C : MBC common


\stoptyping

======================================================================================

output looks as follow. please notice wrong alignment.


                    LDP                            REM

    ---------------------------           ---------------------

    TT1        L D P 7 1 1 0 1             A 2 7 4 R E M 0 1 1

    TT2        L D P 7 1 2 0 1             A 2 7 4 R E M 0 2 1

    TC1        L D P 7 1 0 0 1             A 2 7 1 R E M 1 0 1

              ------ --- --- --           ---- --- ----- --- --  ====>
"---" get smaller ?

                 |    |   |  |              |   |    |    |  |

                 |    |   |  |              |   |    |    |  |

                 |    |   |  for extension      |   |    |  |  for
extension ====>>>>

                 |    |   serial            |   |    |    serial

                 |    area                |   |   REM   =========>>>>

                ZZZ                     |   area    =============>>>>

                                       ABC          =============>>>>


                     +----- Module

                     |

                     |       +--------- serial

                     |      /

                     --  -----------                  =======>>> "---" get
smaller ?

          A  2  0  0  M  0  0  0  0

           -----  ----

          |     |

          |     +-----+

         AERA2        |

                    |                                 =====>>>

                    AREA  +---  71 : F2 Production

                              72 : F2 Storage to AT7   ====>>>

                              73 : F1 BCR to AT7       ====>>>

                              74 : MBC common          ====>>>

                              75 : AT7 to ANtty        ====>>>

                              3C : MBC common         ====>>>

[-- Attachment #1.2: Type: text/html, Size: 17743 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-30 10:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-30 10:14 starttyping environment again jinki jung
  -- strict thread matches above, loose matches on Subject: below --
2013-04-29  9:20 jinki jung
2013-04-30  6:51 ` Wolfgang Schuster

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).