From owner-freebsd-questions@freebsd.org Wed Dec 7 17:59:40 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A5F1CC6BEEC for ; Wed, 7 Dec 2016 17:59:40 +0000 (UTC) (envelope-from eteepfiles@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6AD31B25 for ; Wed, 7 Dec 2016 17:59:40 +0000 (UTC) (envelope-from eteepfiles@gmail.com) Received: by mail-io0-x229.google.com with SMTP id a124so724877553ioe.2 for ; Wed, 07 Dec 2016 09:59:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version; bh=wHOFWiL/LGW6GC0T5UietBWF1hS+s4nQCBHbsIpRRO0=; b=XQQp1D/+hhcOHVs30gG2wKlRTBT+0lJDuPpNsbdzWqw6QZ3ZZVpz28EzMTyuxUzvuB ismMtkNT0RcNyRE94O0URJ3liH39INR38TTNfzr0jc4L12G0IktbDBC/L4UpcMUiihIr 2Os4G+to8eXXyTy4DGvS9+fvt0lJhOFbEJrh1yhKv21wTtHJWN3xu5t/lNfbDizJeVDv tmjgjZmn9OHbRvvHUWBpl9A5rfxlIduQflYejxLRahQL2wemwvv+4bpjmigrsP2DSnA9 GrBMaCa8lhUTrLBag+COGDRyIOQTmzI4G/2egn2oa3rllbv0XdmdSGmMXJ/FZN5oLqX5 cBiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version; bh=wHOFWiL/LGW6GC0T5UietBWF1hS+s4nQCBHbsIpRRO0=; b=lhJQUKaDcgVGrlNst/LcXDSbObiohaAHV7JSPnBZ8CPJl1Q+M6n4NnoWTb/AyX4jpA L1BUU+dF/9r/Pk0L6JZasVBbVT5VPd0CnZWR1ach6wAz807XWe8MYhEwz8KOt50/fbPE zLiVJ7Em09DRfcUBUlq+oMBdlXnNLjSVOgYQLYP1odBm41tdhCni40PI+QT1nkis3DCz 2V3tTZ9A27MB+9LM3PJ4+VIhqxgObJ+Z6HrPK2GSobQVU/QUn+76bm3zoqAyMgpe/Fgw ELi5Vli1Vj/jtZFsy6OJSBFiFUaovRAogJFXi2NDNlQZLiG2K4Kl543z/NavyZc6vo4J m1zw== X-Gm-Message-State: AKaTC00hVsKbmyE8fNnjxi2UIZFxKLRBUdCrKmcUeikl1UUb6LaQPlNV32cSMSCB46Jw9A== X-Received: by 10.36.82.22 with SMTP id d22mr3272437itb.53.1481133579528; Wed, 07 Dec 2016 09:59:39 -0800 (PST) Received: from [192.168.42.128] (199-7-157-86.eng.wind.ca. [199.7.157.86]) by smtp.gmail.com with ESMTPSA id g186sm3741950itb.21.2016.12.07.09.59.37 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 07 Dec 2016 09:59:39 -0800 (PST) To: freebsd-questions@freebsd.org From: eteep Subject: Pandoc 1.15.0.6: Error making user defined call [latex source] Message-ID: Date: Wed, 7 Dec 2016 12:59:36 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2016 17:59:40 -0000 Error is: pandoc: Error at "input" (line 155, column 10): unexpected '}' expecting letter, lf new-line, "%", "\\", "{", "-", "``", "\8220", "\"`", "\"", "`", "\8216", "''", "\8221", "'", "\8217", "~", "$$", "$", "^^", "&", white space or end of input ^ attached as effected.tex is the tex source producing the error The error does not exist when the user defined calls \halftitlepage and \titleM are removed attached as fudged.tex Any ideas? Thanks all.